Repository: incubator-taverna-language Updated Branches: refs/heads/master 25b51b818 -> 50299b1d0
Note about building on Windows Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/50299b1d Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/50299b1d Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/50299b1d Branch: refs/heads/master Commit: 50299b1d0039deccc8122915693735195a5bf52e Parents: 25b51b8 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon May 30 23:58:54 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon May 30 23:58:54 2016 +0100 ---------------------------------------------------------------------- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/50299b1d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 652354c..16550d7 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,16 @@ This will build each module and run their tests, producing JARs like Some of the experimental modules are not built automatically, to build them separately, run the same command from within their folder. + +## 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) +which might otherwise +prevent this code from building successfully. + ## Skipping tests To skip the tests (these can be timeconsuming), use:
