You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2013/07/30 18:15:58 UTC

svn commit: r1508507 - in /qpid/branches/0.24/qpid/java: ./ resources/README.txt

Author: robbie
Date: Tue Jul 30 16:15:57 2013
New Revision: 1508507

URL: http://svn.apache.org/r1508507
Log:
QPID-5024: updated README.txt to point at the current documentation rather than the stale wiki content

merged from trunk r1508478

Modified:
    qpid/branches/0.24/qpid/java/   (props changed)
    qpid/branches/0.24/qpid/java/resources/README.txt

Propchange: qpid/branches/0.24/qpid/java/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java:r1508478

Modified: qpid/branches/0.24/qpid/java/resources/README.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.24/qpid/java/resources/README.txt?rev=1508507&r1=1508506&r2=1508507&view=diff
==============================================================================
--- qpid/branches/0.24/qpid/java/resources/README.txt (original)
+++ qpid/branches/0.24/qpid/java/resources/README.txt Tue Jul 30 16:15:57 2013
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org