Repository: juddi Updated Branches: refs/heads/master 36e9b7fe6 -> bf41d6d47
fixing minor typos in the readme files Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/bf41d6d4 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/bf41d6d4 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/bf41d6d4 Branch: refs/heads/master Commit: bf41d6d4732b80bd1faf7ff589a9da8ee2772070 Parents: 36e9b7f Author: alexoree <[email protected]> Authored: Sat Nov 1 20:40:20 2014 -0400 Committer: alexoree <[email protected]> Committed: Sat Nov 1 20:40:20 2014 -0400 ---------------------------------------------------------------------- juddi-examples/more-uddi-samples/README.txt | 2 +- uddi-tck-runner/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/bf41d6d4/juddi-examples/more-uddi-samples/README.txt ---------------------------------------------------------------------- diff --git a/juddi-examples/more-uddi-samples/README.txt b/juddi-examples/more-uddi-samples/README.txt index d66d76a..5269012 100644 --- a/juddi-examples/more-uddi-samples/README.txt +++ b/juddi-examples/more-uddi-samples/README.txt @@ -5,7 +5,7 @@ annotate items in UDDI for service or software versioning. 2. Check the settings of the META-INF/simple-publish-uddi.xml, to make sure the serverName and serverPort are set correctly. -Note: This is an interactive program. Do not run this from a headless server or from CI/Buildbot/Jenkisn +Note: This is an interactive program. Do not run this from a headless server or from CI/Buildbot/Jenkins 3. mvn -Pinteractive http://git-wip-us.apache.org/repos/asf/juddi/blob/bf41d6d4/uddi-tck-runner/readme.txt ---------------------------------------------------------------------- diff --git a/uddi-tck-runner/readme.txt b/uddi-tck-runner/readme.txt index ca73c30..0e7a3a2 100644 --- a/uddi-tck-runner/readme.txt +++ b/uddi-tck-runner/readme.txt @@ -20,7 +20,7 @@ java -Duddi.client.xml=uddi.xml -jar uddi-tck-runner-{version}-jar-with-dependen You can also specify which test cases to run (i.e. a focused test). This will reduce run time by only running the test classes selected by giving the option -Dtests=(comma separated list) Example: -java -Dtests=org.apache.juddi.v3.tck.UDDI_090_SubscriptionListenerExternalTest -Duddi.client.xml=uddi.xml -jar uddi-tck-runner-{version}-jar-with-dependencies.jar +java -Dtests=org.apache.juddi.v3.tck.UDDI_090_HttpExternalTest -Duddi.client.xml=uddi.xml -jar uddi-tck-runner-{version}-jar-with-dependencies.jar This application SHOULD have a net zero effect on the registry, however it is recommended to make a backup of your registry server, database and/or content before proceeding. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
