Author: aconway
Date: Thu Jun 26 22:31:45 2014
New Revision: 1605919
URL: http://svn.apache.org/r1605919
Log:
NO-JIRA: Updated java/README.txt with instructions to run examples.
Modified:
qpid/trunk/qpid/java/README.txt
Modified: qpid/trunk/qpid/java/README.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/README.txt?rev=1605919&r1=1605918&r2=1605919&view=diff
==============================================================================
--- qpid/trunk/qpid/java/README.txt (original)
+++ qpid/trunk/qpid/java/README.txt Thu Jun 26 22:31:45 2014
@@ -22,3 +22,13 @@ Execute the unit tests and then produce
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]