diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-03-24 03:00:34 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-03-24 03:00:34 +0000 |
| commit | a3b5a0b03c308afd4e7f298cc21f51d5e9323639 (patch) | |
| tree | f758bc15dd183dbd5099cc6b35e904c9cf80c01c /java/client/example/bin/verify_all | |
| parent | 8d072b2bbb61714616a0bf7e748c888372791f80 (diff) | |
| download | qpid-python-a3b5a0b03c308afd4e7f298cc21f51d5e9323639.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/qpid@757641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example/bin/verify_all')
| -rw-r--r-- | java/client/example/bin/verify_all | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/client/example/bin/verify_all b/java/client/example/bin/verify_all index 0212e7d819..3c8db42dcc 100644 --- a/java/client/example/bin/verify_all +++ b/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 - |
