From bf4a3ad42dfc87bc61c5e18e743424847dd72ba4 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 24 Mar 2009 03:00:34 +0000 Subject: The example verification was broken. Fixed the verify files to use the correct paths for log4j file, python and c++ examples. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@757641 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/client/example/bin/verify_all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/java/client/example/bin') diff --git a/qpid/java/client/example/bin/verify_all b/qpid/java/client/example/bin/verify_all index 0212e7d819..3c8db42dcc 100644 --- a/qpid/java/client/example/bin/verify_all +++ b/qpid/java/client/example/bin/verify_all @@ -19,12 +19,13 @@ # export QPID_SRC_HOME=$(cd "$(dirname $0)/../../../.."; pwd) -export CPP=$QPID_SRC_HOME/cpp/examples/examples +export CPP=$QPID_SRC_HOME/cpp/examples export PYTHON=$QPID_SRC_HOME/python/examples export JAVA=$QPID_SRC_HOME/java/client/example/src/main/java/org/apache/qpid/example/jmsexample -export AMQP_SPEC=$QPID_SRC_HOME/specs/amqp.0-10.xml +export AMQP_SPEC=$QPID_SRC_HOME/specs/amqp.0-10-qpid-errata.xml export PYTHONPATH=$QPID_SRC_HOME/python/ +export LOG4J=file://$QPID_SRC_HOME/java/client/example/src/main/java/log4j.xml trap cleanup EXIT @@ -56,4 +57,3 @@ do $verify $script stop_broker done - -- cgit v1.2.1