diff options
| author | Alex Rudyy <orudyy@apache.org> | 2015-04-15 09:47:28 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2015-04-15 09:47:28 +0000 |
| commit | 0a0baee45ebcff44635907d457c4ff6810b09c87 (patch) | |
| tree | 8bfb0f9eddbc23cff88af69be80ab3ce7d47011c /qpid/java/README.txt | |
| parent | 54aa3d7070da16ce55c28ccad3f7d0871479e461 (diff) | |
| download | qpid-python-0a0baee45ebcff44635907d457c4ff6810b09c87.tar.gz | |
QPID-6481: Move java source tree to top level
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/README.txt')
| -rw-r--r-- | qpid/java/README.txt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/qpid/java/README.txt b/qpid/java/README.txt deleted file mode 100644 index 34e17db9ba..0000000000 --- a/qpid/java/README.txt +++ /dev/null @@ -1,44 +0,0 @@ -Documentation for the Qpid components can be accessed on our website at: - -http://qpid.apache.org/documentation.html - -Some initial helper info can be found below. - - -==== Building the code and running the tests ==== - -Here are some example Maven build commands that you may find useful. - -Clean previous builds output and install all modules to local repository without -running any of the unit or system tests. - - mvn clean install -DskipTests - -Clean previous builds output and installs all modules to the local repository -after running all the tests using the Java BDB 0-10 profile - - mvn clean install -Pjava-bdb.0-10 - -Perform a subset of the QA (int or sys tests) on the packaged release artifacts - - mvn verify -Dtest=TestNamePattern* -DfailIfNoTests=false - -Execute the unit tests and then produce the code coverage report - - mvn test jacoco: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 build the modules, and additionally copy the dependencies alongside their output: - - mvn clean package dependency:copy-dependencies -DskipTests - -Now you can then run the examples as follows: - - java -cp "client/example/target/classes/:client/example/target/dependency/*" org.apache.qpid.example.Drain - - java -cp "amqp-1-0-client-jms/example/target/classes/:amqp-1-0-client-jms/example/target/dependency/*" org.apache.qpid.amqp_1_0.jms.example.Hello |
