X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=gradle.properties;h=75231f3492197b2bc570fafe499eebbd4fe69502;hb=ed379d3f998a6aea83ce8c9cdaab2ec8234adb6a;hp=cd4bc4ac54f8e8e8970cc42d830af6c256f93d0e;hpb=5e5545a5a719207cdab4c9b16baf7cd18c16bfba;p=jalview.git diff --git a/gradle.properties b/gradle.properties index cd4bc4a..75231f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -59,6 +59,7 @@ shadow_jar_main_class = jalview.bin.Launcher jalview_name = Jalview hugo_old_jvl = utils/hugo/old_jvl.txt +hugo_jalviewjs = utils/hugo/jalviewjs.txt hugo_build_dir = build/website/hugo hugo_data_installers_dir = data/installers hugo_version_archive_dir = content/development/archive @@ -128,14 +129,14 @@ flexmark_css = utils/doc/github.css channel_properties_dir = utils/channels channel_props = channel.props -install4j_home_dir = ~/buildtools/install4j9 +install4j_home_dir = ~/buildtools/install4j10 install4j_copyright_message = ... install4j_bundle_id = org.jalview.jalview-desktop install4j_utils_dir = utils/install4j install4j_images_dir = utils/install4j -install4j_template = install4j9_template.install4j +install4j_template = install4j10_template.install4j install4j_info_plist_file_associations = file_associations_auto-Info_plist.xml -install4j_installer_file_associations = file_associations_auto-install4j8.xml +install4j_installer_file_associations = file_associations_auto-install4j10.xml #install4j_DMG_uninstaller_app_files = uninstall_old_jalview_files.xml install4j_build_dir = build/install4j install4j_executable_name = jalviewg @@ -161,6 +162,7 @@ OSX_APPLEID = OSX_ALTOOLPASS = CHANNEL=LOCAL +BACKGROUNDIMAGETEXT=false getdown_channel_base = https://www.jalview.org/getdown getdown_archive_base = https://www.jalview.org/old getdown_app_dir_release = release @@ -171,6 +173,8 @@ getdown_rsync_dest = /Volumes/jalview/docroot/getdown reportRsyncCommand = RUNRSYNC=false +imagemagick_convert = ~/buildtools/imagemagick/bin/convert + bamboo_channelbase = https://builds.jalview.org/browse bamboo_planKey = bamboo_getdown_channel_suffix = /latest/artifact/shared/getdown-channel @@ -256,5 +260,13 @@ jalviewjs_j2s_to_console = true jalviewjs_closure_compiler = tools/closure_compiler.jar jalviewjs_j2s_closure_stdout = j2s-closure.out +# for checking jalviewjs launches okay +jalviewjs_chromium_binary = ~/buildtools/chromium/chrome +jalviewjs_macos_chromium_binary = /Applications/Chromium.app/Contents/MacOS/Chromium +jalviewjs_chromium_user_dir = chromium +jalviewjs_chromium_timeout = 30 +jalviewjs_chromium_profile_name = BUILD +jalviewjs_stderr_launch = utils/jalviewjs/chromium_test/jalview_bin_Jalview-stderr.html +jalviewjs_desktop_init_string = JALVIEWJS: CREATED DESKTOP testp=gradle.properties