Repository: incubator-taverna-commandline Updated Branches: refs/heads/master 22eddc443 -> b096abbe1
Spelling: "Apache Taverna Command-line Tool" [INFO] Apache Taverna Command-line Tool ................... SUCCESS [ 0.150 s] [INFO] Apache Taverna Command-line Tool API ............... SUCCESS [ 0.007 s] [INFO] Apache Taverna Command-line Tool Common ............ SUCCESS [ 0.007 s] [INFO] Apache Taverna Command-line Tool Launcher .......... SUCCESS [ 0.013 s] [INFO] Apache Taverna Command-line Tool Product ........... SUCCESS [ 0.100 s] Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/b096abbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/b096abbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/b096abbe Branch: refs/heads/master Commit: b096abbe15ee90dbd5f9c28bb56a3ed64f6b91e6 Parents: 22eddc4 Author: Stian Soiland-Reyes <[email protected]> Authored: Thu May 26 17:11:54 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu May 26 17:14:13 2016 +0100 ---------------------------------------------------------------------- NOTICE | 2 +- README.md | 15 ++++++++------- pom.xml | 2 +- taverna-commandline-api/pom.xml | 2 +- taverna-commandline-common/pom.xml | 2 +- taverna-commandline-launcher/pom.xml | 2 +- .../taverna/commandline/TavernaCommandLine.java | 6 +++--- taverna-commandline-product/pom.xml | 4 ++-- .../src/main/etc/conf/taverna.app.properties | 4 ++-- taverna-commandline-tests/pom.xml | 2 +- .../taverna/commandline/TavernaCommandLineTest.java | 2 +- 11 files changed, 22 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 238014e..cf69b96 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Taverna Command line +Apache Taverna Command-line Tool Copyright 2014-2015 The Apache Software Foundation This product includes software developed at http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 789f032..5a4a945 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ limitations under the License. --> -# Apache Taverna Commandline +# Apache Taverna Command-line Tool Launcher for running [Apache Taverna](http://taverna.incubator.apache.org/) workflows. @@ -50,13 +50,13 @@ Apache Taverna. Bugs and planned features are tracked in the Jira [issue tracker](https://issues.apache.org/jira/browse/TAVERNA/component/12326812) -under the `TAVERNA` component _Taverna Commandline._ Feel free +under the `TAVERNA` component _Taverna Command-line Tool._ Feel free to [add an issue](https://taverna.incubator.apache.org/community/issue-tracker)! To suggest changes to this source code, feel free to raise a [GitHub pull request](https://github.com/apache/incubator-taverna-commandline/pulls). -Apache Taverna Command Line product relies on +Apache Taverna Command-line Tool product relies on [other Taverna components](https://taverna.incubator.apache.org/code/) which have their own source code repositories. @@ -130,7 +130,8 @@ for other `-SNAPSHOT` Taverna dependencies. If you are developing one of the [Apache Taverna modules](http://taverna.incubator.apache.org/code) -and want to test it with the Command Line, make sure you build it +and want to test it with the +Taverna Command-line Tool, make sure you build it locally first with `mvn clean install` to avoid downloading it from the snapshot repository. @@ -162,14 +163,14 @@ be [compatible with Apache License 2.0](http://www.apache.org/legal/resolved.htm After [building](#building), see the `taverna-commandline-product/target` directory. Inside you should find a folder like `apache-taverna-commandline-3.1.0-incubating/` -which contain the built Apache Taverna Command Line product. +which contain the built Apache Taverna Command-line Tool product. If you prefer a ZIP file, then instead build with the Maven `-Prelease` option. You can then unzip at a location of your choice. If you are running on Windows you may need to -put Taverna Command Line in a folder high in the +put Taverna Command-line Tool in a folder high in the disk hierarchy (e.g. `C:\Taverna`), this helps avoid problems with Windows path length restrictions. @@ -226,7 +227,7 @@ for both object code and source code. The following provides more details on the included cryptographic software: -* Apache Taverna Command Line depends on and interacts with the +* Apache Taverna Command-line Tool depends on and interacts with the [Apache Taverna Engine](http://taverna.incubator.apache.org/download/engine/), credential manager. * After building, the [taverna-commandline-product](taverna-commandline-product) http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3ac2c13..a236eb8 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <artifactId>apache-taverna-commandline</artifactId> <version>3.1.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apache Taverna Commandline</name> + <name>Apache Taverna Command-line Tool</name> <properties> <taverna.language.version>0.15.1-incubating</taverna.language.version> <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-api/pom.xml b/taverna-commandline-api/pom.xml index 2416b2f..354c5a7 100644 --- a/taverna-commandline-api/pom.xml +++ b/taverna-commandline-api/pom.xml @@ -27,5 +27,5 @@ </parent> <packaging>bundle</packaging> <artifactId>taverna-commandline-api</artifactId> - <name>Apache Taverna Commandline API</name> + <name>Apache Taverna Command-line Tool API</name> </project> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-common/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-common/pom.xml b/taverna-commandline-common/pom.xml index 3f2b2ce..29f37ed 100644 --- a/taverna-commandline-common/pom.xml +++ b/taverna-commandline-common/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>taverna-commandline-common</artifactId> <packaging>bundle</packaging> - <name>Apache Taverna Commandline Common</name> + <name>Apache Taverna Command-line Tool Common</name> <dependencies> <dependency> <groupId>${project.parent.groupId}</groupId> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-launcher/pom.xml b/taverna-commandline-launcher/pom.xml index b55f443..3e023ee 100644 --- a/taverna-commandline-launcher/pom.xml +++ b/taverna-commandline-launcher/pom.xml @@ -26,7 +26,7 @@ <version>3.1.0-incubating-SNAPSHOT</version> </parent> <artifactId>taverna-commandline-launcher</artifactId> - <name>Apache Taverna Commandline Launcher</name> + <name>Apache Taverna Command-line Tool Launcher</name> <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/TavernaCommandLine.java ---------------------------------------------------------------------- diff --git a/taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/TavernaCommandLine.java b/taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/TavernaCommandLine.java index b8489a3..531ed42 100644 --- a/taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/TavernaCommandLine.java +++ b/taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/TavernaCommandLine.java @@ -41,7 +41,7 @@ import org.osgi.framework.BundleContext; import org.osgi.framework.BundleException; /** - * Main entry point for starting the Taverna Command Line Tool. + * Main entry point for starting the Taverna Command-line Tool. * * @author David Withers */ @@ -56,10 +56,10 @@ public class TavernaCommandLine { private static Log4JConfiguration log4jConfiguration = new Log4JConfiguration(); /** - * Starts the Taverna Command Line Tool. + * Starts the Taverna Command-line Tool. * * @param args - * Taverna Command Line arguments + * Taverna Command-line Tool arguments */ public static void main(final String[] args) { try { http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-product/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml index b235513..41f66e4 100644 --- a/taverna-commandline-product/pom.xml +++ b/taverna-commandline-product/pom.xml @@ -26,7 +26,7 @@ <version>3.1.0-incubating-SNAPSHOT</version> </parent> <artifactId>taverna-commandline-product</artifactId> - <name>Apache Taverna Commandline Product</name> + <name>Apache Taverna Command-line Tool Product</name> <!--<packaging>taverna-application</packaging> Disabled due to TAVERNA-924 --> <profiles> <profile> @@ -329,7 +329,7 @@ </dependency> - <!-- Taverna Commandline --> + <!-- Taverna Command-line Tool --> <dependency> <groupId>${project.parent.groupId}</groupId> <artifactId>taverna-commandline-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-product/src/main/etc/conf/taverna.app.properties ---------------------------------------------------------------------- diff --git a/taverna-commandline-product/src/main/etc/conf/taverna.app.properties b/taverna-commandline-product/src/main/etc/conf/taverna.app.properties index 35a7f12..e839307 100644 --- a/taverna-commandline-product/src/main/etc/conf/taverna.app.properties +++ b/taverna-commandline-product/src/main/etc/conf/taverna.app.properties @@ -13,5 +13,5 @@ ## See the License for the specific language governing permissions and ## limitations under the License. -taverna.app.name=taverna-cl-3.0.0 -taverna.app.title=Taverna Command Line 3.0.0 +taverna.app.name=taverna-cl-3.1.0 +taverna.app.title=Taverna Command-line Tool 3.1.0 http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-tests/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-commandline-tests/pom.xml b/taverna-commandline-tests/pom.xml index 0db0f61..87baa87 100644 --- a/taverna-commandline-tests/pom.xml +++ b/taverna-commandline-tests/pom.xml @@ -26,7 +26,7 @@ <version>3.1.0-incubating-SNAPSHOT</version> </parent> <artifactId>taverna-command-line-tests</artifactId> - <name>Apache Taverna Commandline Tests</name> + <name>Apache Taverna Command-line Tool Tests</name> <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/b096abbe/taverna-commandline-tests/src/test/java/org/apache/taverna/commandline/TavernaCommandLineTest.java ---------------------------------------------------------------------- diff --git a/taverna-commandline-tests/src/test/java/org/apache/taverna/commandline/TavernaCommandLineTest.java b/taverna-commandline-tests/src/test/java/org/apache/taverna/commandline/TavernaCommandLineTest.java index b99885f..fcaf1c1 100644 --- a/taverna-commandline-tests/src/test/java/org/apache/taverna/commandline/TavernaCommandLineTest.java +++ b/taverna-commandline-tests/src/test/java/org/apache/taverna/commandline/TavernaCommandLineTest.java @@ -56,7 +56,7 @@ import org.apache.taverna.scufl2.api.io.WorkflowBundleIO; import org.apache.taverna.scufl2.rdfxml.RDFXMLReader; /** - * Regression tests for Taverna Command Line Tool. + * Regression tests for Taverna Command-line Tool. */ @RunWith(WorkflowTestSuite.class) public class TavernaCommandLineTest {
