code build order
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/5d10d8c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/5d10d8c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/5d10d8c8 Branch: refs/heads/master Commit: 5d10d8c877777d8372aee4a6af47eb09935c1248 Parents: a0e0766 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Jun 20 15:23:51 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jun 20 15:23:51 2016 +0100 ---------------------------------------------------------------------- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/5d10d8c8/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e7bd6d9..77c8674 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,21 @@ fully endorsed by the ASF. versions probably also work) +This code relies on other +[Apache Taverna modules](https://taverna.incubator.apache.org/download/code/), +which Maven shuold automatically +download from +[Apache's Maven repository](https://taverna.incubator.apache.org/download/maven/); +however you might want to compile these yourself in the below order: + +* [taverna-language](https://taverna.incubator.apache.org/download/language/) +* [taverna-osgi](https://taverna.incubator.apache.org/download/osgi/) +* [taverna-engine](https://taverna.incubator.apache.org/download/engine/) +* [taverna-common-activities](https://taverna.incubator.apache.org/download/common-activities/) + +Please see the `<properties>` of this [pom.xml](pom.xml) to find the +correct versions to build. + # Building To build, use
