diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-07-30 14:54:50 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-07-30 14:54:50 +0000 |
| commit | 14d1bd8b56b2fdc4189bc69312af9e0f3e492c46 (patch) | |
| tree | 6b8b599cedfc3c51da8066bfb4eee13c4cff3712 /qpid/java | |
| parent | ba1e41c0b2078a981eecb91f4c5f41d164ddce2e (diff) | |
| download | qpid-python-14d1bd8b56b2fdc4189bc69312af9e0f3e492c46.tar.gz | |
QPID-5024: updated README.txt to point at the current documentation rather than the stale wiki content
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1508478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/resources/README.txt | 41 |
1 files changed, 2 insertions, 39 deletions
diff --git a/qpid/java/resources/README.txt b/qpid/java/resources/README.txt index 1d52d487fb..eec46a52f0 100644 --- a/qpid/java/resources/README.txt +++ b/qpid/java/resources/README.txt @@ -1,40 +1,3 @@ +Documentation for the Qpid components can be accessed on our website at: -Documentation --------------- -All of our user documentation for the Qpid Java components can be accessed on our wiki at: - -http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Documentation - -This includes a Getting Started Guide and FAQ as well as detailed developer documentation. -However, here's a VERY quick guide to running the installed Qpid broker, once you have installed it somewhere ! - - -Running the Broker ------------------- - -To run the broker, set the QPID_HOME environment variable to -distribution directory and add $QPID_HOME/bin to your PATH. Then run -the qpid-server shell script or qpid-server.bat batch file to start -the broker. By default, the broker will use $QPID_HOME/etc to find -the configuration files. You can supply a custom configuration using -the -c argument. - -For example: - -qpid-server -c ~/etc/config.xml - -You can get a list of all command line arguments by using the -h argument. - - -Developing ----------- - -In order to build Qpid you need Ant 1.6.5. Use ant -p to list the -available targets. The default ant target, build, creates a working -development-mode distribution in the build directory. To run the -scripts in build/bin set QPID_HOME to the build directory and put -${QPID_HOME}/bin on your PATH. The scripts in that directory include -the standard ones in the distribution and a number of testing scripts. - - - +http://qpid.apache.org/documentation.html |
