From 0161b6172f8834a1bf6ebe8984ac88272cec889d Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 13 Feb 2008 17:30:32 +0000 Subject: updated runSample.sh from jrobie git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627536 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/example/src/main/java/runSample.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/client/example/src') diff --git a/java/client/example/src/main/java/runSample.sh b/java/client/example/src/main/java/runSample.sh index d596f0a924..23bde52c44 100755 --- a/java/client/example/src/main/java/runSample.sh +++ b/java/client/example/src/main/java/runSample.sh @@ -23,7 +23,7 @@ if test "'x$QPID_SAMPLE'" != "'x'" then QPID_SAMPLE=$QPID_SAMPLE else - QPID_SAMPLE="/usr/share/rhm-docs-0.2/java" + QPID_SAMPLE="/usr/share/doc/rhm-0.2" fi echo "Using QPID_SAMPLE: $QPID_SAMPLE" @@ -39,7 +39,7 @@ javac -cp "$CLASSPATH" -sourcepath "$QPID_SAMPLE" -d . `find $QPID_SAMPLE -name CLASSPATH="$CLASSPATH$DIVIDER$." # Set VM parameters -QPID_PARAM="$QPID_PARAM -Dlog4j.configuration=file://$QPID_SAMPLE/log4j.xml" +QPID_PARAM="$QPID_PARAM -Dlog4j.configuration=file://$QPID_SAMPLE/java/log4j.xml" # Check if the user supplied a sample classname @@ -49,4 +49,4 @@ then exit; else java -cp $CLASSPATH $QPID_PARAM $* -fi \ No newline at end of file +fi -- cgit v1.2.1