diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-02-13 17:30:32 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-02-13 17:30:32 +0000 |
| commit | 0161b6172f8834a1bf6ebe8984ac88272cec889d (patch) | |
| tree | 96304bfd23d517824f8a8bf065c861f34ded06a1 /java/client/example/src | |
| parent | fac55474706bd3bb736c8977c7cf1deb1945b2a0 (diff) | |
| download | qpid-python-0161b6172f8834a1bf6ebe8984ac88272cec889d.tar.gz | |
updated runSample.sh from jrobie
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example/src')
| -rwxr-xr-x | java/client/example/src/main/java/runSample.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
