X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=gradle.properties;h=3088b48f1c2c48bd059a6723b21ed304740b5a0d;hb=refs%2Fheads%2Fpatch%2Ffor2.11.2%2FJAL-3821_ena_rna_moltype;hp=b3590a7cbdeb4a060b219f80e2392617efd23b52;hpb=8d55494f762adc45e799ea38ebb33ec2e3f73b10;p=jalview.git diff --git a/gradle.properties b/gradle.properties index b3590a7..3088b48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -137,6 +137,8 @@ install4j_dmg_ds_store = jalview_dmg_DS_Store OSX_KEYSTORE = OSX_KEYPASS = JSIGN_SH = echo +OSX_APPLEID = +OSX_ALTOOLPASS = CHANNEL=LOCAL getdown_channel_base = https://www.jalview.org/getdown @@ -158,6 +160,19 @@ eclipse_project_name = jalview eclipse_bin_dir = bin eclipse_debug = false +## IMPORTANT for headless build +# to enable `gradle jalviewjs` headless build you MUST set +# j2s.config.altfileproperty = org.jalview.jalviewjsj2sfilename +# (or set to whatever value jalviewjs_j2s_alt_file_property is set to) +# in your ./.j2s file +# OR run the task `gradle jalviewjsEnableAltFileProperty` to do that for you (before headless build task) +jalviewjs_j2s_alt_file_property = org.jalview.jalviewjsj2sfilename +jalviewjs_j2s_alt_settings = build/jalviewjs/config/j2s + +# these are used for actual .j2s file to pass on to alt j2s file +jalviewjs_j2s_settings = .j2s +jalviewjs_j2s_alt_file_property_config = j2s.config.altfileproperty + # for developing in Eclipse as IDE, set this to automatically copy current swingjs/net.sf.j2s.core.jar to your dropins dir jalviewjs_eclipseIDE_auto_copy_j2s_plugin = false # Override this in a local.properties file @@ -170,7 +185,6 @@ jalviewjs_libjs_dir = utils/jalviewjs/libjs jalviewjs_site_resource_dir = utils/jalviewjs/site-resources jalviewjs_classlists_dir = utils/jalviewjs/classlists jalviewjs_classlist_jalview = utils/jalviewjs/_j2sclasslist.txt -jalviewjs_j2s_settings = .j2s #jalviewjs_eclipse_workspace = ~/tmp/eclipse-workspace # these 3 files/dirs found in build/jalviewjs jalviewjs_eclipse_tmp_dropins_dir = eclipse_dropins