summaryrefslogtreecommitdiff
path: root/qpid/java/client/example/bin
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-03-24 03:00:34 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-03-24 03:00:34 +0000
commitbf4a3ad42dfc87bc61c5e18e743424847dd72ba4 (patch)
tree0513602fd905f1e9104df0728e093304692d3d7e /qpid/java/client/example/bin
parentf3d5952a52933e1200e08f440085e390e7d1fd8d (diff)
downloadqpid-python-bf4a3ad42dfc87bc61c5e18e743424847dd72ba4.tar.gz
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
Diffstat (limited to 'qpid/java/client/example/bin')
-rw-r--r--qpid/java/client/example/bin/verify_all6
1 files changed, 3 insertions, 3 deletions
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
-