JAL-3210 Improvements to how incremental build and gradle artefacts play with j2s
[jalview.git] / gradle.properties
index d2c5394..bab2570 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
@@ -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,11 @@ 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
-goomph_eclipse_version = 4.13
+goomph_eclipse_version = 4.12
 goomph_repo_buildship = https://download.eclipse.org/buildship/updates/e47/releases/3.x/
 goomph_feature_buildship = org.eclipse.buildship
+goomph_workspace = ../tmp/goomph-workspace