diff options
| author | Lahiru Gunathilake <lahiru@apache.org> | 2008-10-08 18:01:41 +0000 |
|---|---|---|
| committer | Lahiru Gunathilake <lahiru@apache.org> | 2008-10-08 18:01:41 +0000 |
| commit | 6d88227a3bf38b3d09381ca5efa522ced44c7c79 (patch) | |
| tree | 8e7d31fe6a134a3a3fe1c0c2b01f8f65c2a410b7 /java/management/tools | |
| parent | dbd3efca7000974a6f22ba8898df77cebaaa88a8 (diff) | |
| download | qpid-python-6d88227a3bf38b3d09381ca5efa522ced44c7c79.tar.gz | |
change the read me since it should be change when import in to Qpid SVN.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/tools')
| -rw-r--r-- | java/management/tools/qpid-cli/README | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/java/management/tools/qpid-cli/README b/java/management/tools/qpid-cli/README index 9432d76b69..6db439aad0 100644 --- a/java/management/tools/qpid-cli/README +++ b/java/management/tools/qpid-cli/README @@ -1,36 +1,36 @@ README -====== +n====== INSTALL ======= source ====== - 1.Set the environment variable QPID_CLI to the root directory of the repository or the release. - + 1.Set the environment variable QPID_HOME to the root directory of the repository or the release. + 2.Run these command to build the source - ant init compile + ant compile OR run the ant build in the parent directory(main ant script) 3.To launch the CLI run the script in bin folder with appropriate parameters. ex: - Linux $QPID_CLI/bin/qpid-cli -h 10.8.100.122 -p 8334 - Windows %QPID_CLI%/bin/qpid-cli.bat -h 10.8.100.122 -p 8334 + Linux $QPID_HOME/bin/qpid-cli -h 10.8.100.122 -p 8334 + Windows %QPID_HOME%/bin/qpid-cli.bat -h 10.8.100.122 -p 8334 -h hostname (default localhost) -p broker port (default 8999) binary ====== - 1.Set the environment variable QPID_CLI to the root directory of the repository or the release. + 1.Set the environment variable QPID_HOME to the root directory of the repository or the release. 2.To launch the CLI run the script in bin folder with appropriate parameters. ex: - Linux $QPID_CLI/bin/qpid-cli -h 10.8.100.122 -p 8334 - Windows %QPID_CLI%/bin/qpid-cli.bat -h 10.8.100.122 -p 8334 + Linux $QPID_HOME/bin/qpid-cli -h 10.8.100.122 -p 8334 + Windows %QPID_HOME%/bin/qpid-cli.bat -h 10.8.100.122 -p 8334 -h hostname (default localhost) -p broker port (default 8999) @@ -48,9 +48,9 @@ Qpid java broker and run following ant targets. 2.If you want to test with a remote broker please use the source release and change the constants in ConnectionConstants.java class.(Default values are BROKER_HOSTNAME="localhost" BROKER_PORT="8999") -For more informations please visit the project home page.Please feel free to report bugs and that will -be really useful to have a good product at the end. - http://code.google.com/p/lahirugsoc2008/ +For more informations please visit the project home page. + + |
