From ed440c79f3640259a9912e97f29b91284c8c2292 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 23 Jun 2010 13:44:50 +0000 Subject: Changed README to README.txt throughout the project for consistency. Removed gentools/README.txt, which described Velocity. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957201 13f79535-47bb-0310-9956-ffa450edef68 --- java/management/tools/qpid-cli/README | 64 ------------------------------- java/management/tools/qpid-cli/README.txt | 64 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 java/management/tools/qpid-cli/README create mode 100644 java/management/tools/qpid-cli/README.txt (limited to 'java/management/tools/qpid-cli') diff --git a/java/management/tools/qpid-cli/README b/java/management/tools/qpid-cli/README deleted file mode 100644 index 6db439aad0..0000000000 --- a/java/management/tools/qpid-cli/README +++ /dev/null @@ -1,64 +0,0 @@ -README -n====== - -INSTALL -======= - source - ====== - 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 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_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_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_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) - - 3. No test cases are included in the binary version. - -TESTING -======= - -1.Test source is located in the test directory.If you want to run the tests please start the -Qpid java broker and run following ant targets. - - ant compile-tests This compile all the test sources - ant test This runs all the test cases -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. - - - - - - - - - - - - - diff --git a/java/management/tools/qpid-cli/README.txt b/java/management/tools/qpid-cli/README.txt new file mode 100644 index 0000000000..6db439aad0 --- /dev/null +++ b/java/management/tools/qpid-cli/README.txt @@ -0,0 +1,64 @@ +README +n====== + +INSTALL +======= + source + ====== + 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 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_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_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_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) + + 3. No test cases are included in the binary version. + +TESTING +======= + +1.Test source is located in the test directory.If you want to run the tests please start the +Qpid java broker and run following ant targets. + + ant compile-tests This compile all the test sources + ant test This runs all the test cases +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. + + + + + + + + + + + + + -- cgit v1.2.1