You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by ia...@apache.org on 2016/09/23 11:53:30 UTC

[2/2] incubator-taverna-language git commit: Note about building for Android

Note about building for Android


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/a71c4e01
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/a71c4e01
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/a71c4e01

Branch: refs/heads/master
Commit: a71c4e0116b50d4c27c9a37770b4a66279353f6a
Parents: 6fa00b3
Author: Ian Dunlop <ia...@manchester.ac.uk>
Authored: Fri Sep 23 12:53:20 2016 +0100
Committer: Ian Dunlop <ia...@manchester.ac.uk>
Committed: Fri Sep 23 12:53:20 2016 +0100

----------------------------------------------------------------------
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/a71c4e01/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 03f68cc..624d5f8 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,12 @@ that enforces Apache headers in every source file - to disable it, try:
 
     mvn clean install -Drat.skip=true
 
+## Building for Android
+
+To use the workflow parsers in Android you need to use the `android` profile. This excludes any  
+modules which use Java 8 features (Java 7 source is ok for Android API 19 and above eg `scufl2-ufcpackage` uses the diamond operator)  
+
+    mvn -P android clean install
 
 
 Usage