JAL-3210 Full incrementality with jalviewTranspile, and corrected thrown Exception
[jalview.git] / gradle.properties
index d2c5394..bb15697 100644 (file)
@@ -1,7 +1,7 @@
 jalviewDir = .
 
-JAVA_VERSION = 1.8
-#JAVA_VERSION = 11
+#JAVA_VERSION = 1.8
+JAVA_VERSION = 11
 JALVIEW_VERSION = DEVELOPMENT
 INSTALLATION = Source
 
@@ -40,7 +40,6 @@ dev = false
 jalviewjs_eclipse_root = ~/buildtools/eclipse/eclipse-jee-2019-06
 
 jalviewjs_utils_dir = utils/jalviewjs
-jalviewjs_eclipse_plugins_dir = eclipse/plugins
 jalviewjs_eclipse_dropins_dir = eclipse/dropins
 jalviewjs_swingjs_zip = SwingJS-site.zip
 jalviewjs_libjs_dir = libjs
@@ -51,8 +50,8 @@ jalviewjs_j2s_subdir = swingjs/j2s
 jalviewjs_j2s_settings_file = dot_j2s
 jalviewjs_j2s_settings = .j2s
 jalviewjs_eclipse_workspace = ../tmp/eclipse-workspace
-#jalviewjs_eclipseBuildArg = build
-jalviewjs_eclipseBuildArg = cleanBuild
+jalviewjs_eclipseBuildArg = build
+#jalviewjs_eclipseBuildArg = cleanBuild
 jalviewjs_server_port = 9001
 jalviewjs_server_wait = 30
 jalviewjs_server_resource = /jalview_bin_Jalview.html
@@ -66,7 +65,7 @@ j2s.excluded.paths = test;testng;util
 #j2s.testing = null
 #j2s.compiler.nonqualified.packages = null
 #j2s.compiler.nonqualified.classes = null
-#j2s.compiler.mode = null
+#j2s.compiler.mode = debug
 #a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made 
 j2s.class.replacements = org.apache.log4j.->jalview.javascript.log4j.
 #j2s.template.html = null
@@ -79,7 +78,25 @@ j2s.class.replacements = org.apache.log4j.->jalview.javascript.log4j.
 #output will be comma-separated: called method,caller class 
 #j2s.prop.j2s.log.all.calls=true
 
+jalviewjs_j2s_stdout = j2s-transpile.out
+jalviewjs_j2s_stderr = j2s-transpile.err
+
 spotless_eclipse_version = 4.12.0
+
+## 4.12
+#goomph_eclipse_version = 4.12
+#goomph_eclipse_version_name = 2019-06
+#goomph_eclipse_jee_feature = org.eclipse.epp.package.jee.feature
+## find the jee feature version from https://download.eclipse.org/technology/epp/packages/<ECLIPSE_VERSION_NAME>/features/
+#goomph_eclipse_jee_version = 4.12.0.20190614-1200
+
+# 4.13
 goomph_eclipse_version = 4.13
+goomph_eclipse_version_name = 2019-09
+goomph_eclipse_jee_feature = org.eclipse.epp.package.jee.feature
+goomph_eclipse_jee_version = 4.13.0.20190917-0000
+
 goomph_repo_buildship = https://download.eclipse.org/buildship/updates/e47/releases/3.x/
 goomph_feature_buildship = org.eclipse.buildship
+
+goomph_workspace = ../tmp/goomph-workspace