summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2014-06-26 22:31:45 +0000
committerAlan Conway <aconway@apache.org>2014-06-26 22:31:45 +0000
commitedec5e6feef07b2a98481cec8bc8518dc729e2ad (patch)
tree2ebcdfefe78cbce1fc9c5f7f1b4199542ced944d
parentfc9a09e55df06f48aa72ee5f11bbbb59c274636a (diff)
downloadqpid-python-edec5e6feef07b2a98481cec8bc8518dc729e2ad.tar.gz
NO-JIRA: Updated java/README.txt with instructions to run examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1605919 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/java/README.txt b/qpid/java/README.txt
index 918566de20..b3c65abec9 100644
--- a/qpid/java/README.txt
+++ b/qpid/java/README.txt
@@ -22,3 +22,13 @@ Execute the unit tests and then produce the code coverage report
For more details on how to build see:
https://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Build+How+To
+
+==== Running client examples =====
+
+Use maven to copy the dependencies for the examples:
+
+ mvn clean package dependency:copy-dependencies -DskipTests
+
+Now you can run the examples as follows:
+
+ java -cp "client/example/target/classes/:client/example/target/dependency/*" org.apache.qpid.example.Drain