Repository: incubator-taverna-engine Updated Branches: refs/heads/master a06c81d00 -> 4ba7cfb72
code order Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/4ba7cfb7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/4ba7cfb7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/4ba7cfb7 Branch: refs/heads/master Commit: 4ba7cfb72a450c71d7a6e958d6d80bea41c8a414 Parents: a06c81d Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Jun 20 15:21:30 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jun 20 15:21:30 2016 +0100 ---------------------------------------------------------------------- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/4ba7cfb7/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ca318d9..c260362 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,18 @@ fully endorsed by the ASF. * [Apache Maven](https://maven.apache.org/download.html) 3.2.5 or newer (older 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/) + +Please see the `<properties>` of this [pom.xml](pom.xml) to find the +correct versions to build. # Building @@ -104,9 +116,9 @@ This will build each module and run their tests. ## Building on Windows If you are building on Windows, ensure you unpack this source code -to a folder with a [short path name](http://stackoverflow.com/questions/1880321/why-does-the-260-character-path-length-limit-exist-in-windows) -lenght, e.g. `C:\src` - as -Windows has a [limitation on the total path length](https://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath) +to a folder with a [short path name](http://stackoverflow.com/questions/1880321/why-does-the-260-character-path-length-limit-exist-in-windows) +lenght, e.g. `C:\src` - as +Windows has a [limitation on the total path length](https://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath) which might otherwise prevent this code from building successfully.
