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 | 13a1fe104d4dd9b70b757be0ca040b2991a1a065 (patch) | |
| tree | 9af23af1baf115e48f2d10f30e9f79823760e7f0 /qpid/java/client | |
| parent | 277932f6af50dc333021801df93a703a109122c9 (diff) | |
| download | qpid-python-13a1fe104d4dd9b70b757be0ca040b2991a1a065.tar.gz | |
updated runSample.sh from jrobie
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rwxr-xr-x | qpid/java/client/example/src/main/java/runSample.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/client/example/src/main/java/runSample.sh b/qpid/java/client/example/src/main/java/runSample.sh index d596f0a924..23bde52c44 100755 --- a/qpid/java/client/example/src/main/java/runSample.sh +++ b/qpid/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 |
