X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=gradle.properties;h=66339464db9b9d8afaf17aefaab022e7e53ac8fc;hb=a451d67a4b474906a412fcd521695eae2bdc131f;hp=b0c4113bddfd232e0fd8e41f69fac60f1eece35b;hpb=5f3301530feeaddcbc90d85af438880e41a69d04;p=jalview.git diff --git a/gradle.properties b/gradle.properties index b0c4113..6633946 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,13 @@ jalviewDir = . #JAVA_VERSION = 1.8 JAVA_VERSION = 11 + +sourceDir = src +#sourceDir = utils/jalviewjs/test/src + +testSourceDir = test +#testSourceDir = utils/jalviewjs/test/test + JALVIEW_VERSION = DEVELOPMENT INSTALLATION = Source jalview_keystore = keys/.keystore @@ -23,7 +30,6 @@ helpParentDir = help helpDir = help helpOutputDir = build/distributions/help docDir = doc -sourceDir = src schemaDir = schemas classesDir = classes examplesDir = examples @@ -35,7 +41,6 @@ packageDir = dist ARCHIVEDIR = outputJar = jalview.jar -testSourceDir = test testOutputDir = tests utilsDir = utils @@ -141,6 +146,7 @@ bamboo_getdown_channel_suffix = /latest/artifact/shared/getdown-channel eclipse_extra_jdt_prefs_file = .settings/org.eclipse.jdt.core.jalview.prefs eclipse_project_name = jalview eclipse_bin_dir = bin +eclipse_debug = false jalviewjs_eclipse_root = ~/buildtools/eclipse/jee-2019-09 @@ -168,7 +174,7 @@ j2s.compiler.status = enable #j2s.log.methods.called = j2s_methods_called.log #a semicolon-separated list of package-level file paths to be excluded j2s.excluded.paths = test;testng;util -j2s.include.tests = true +#j2s.include.tests = true #j2s.testing = null #j2s.compiler.nonqualified.packages = null #j2s.compiler.nonqualified.classes = null @@ -186,7 +192,7 @@ j2s.template.html = utils/jalviewjs/template.html #j2s.prop.j2s.log.all.calls=true jalviewjs_j2s_stdout = j2s-transpile.out -jalviewjs_j2s_stderr = j2s-transpile.err +#jalviewjs_j2s_stderr = j2s-transpile.err # all going into out jalviewjs_j2s_to_console = true