JAL-3978 Using getdowninstanceappdir and getdowninstanceappbase to avoid conflict...
[jalview.git] / gradle.properties
1 # Convention for properties.  Read from gradle.properties, use lower_case_underlines for property names.
2 # For properties set within build.gradle, use camelCaseNoSpace.
3 #
4
5 jalviewDir = .
6
7 #JAVA_VERSION = 1.8
8 JAVA_VERSION = 11
9
10 source_dir = src
11 #source_dir = utils/jalviewjs/test/src
12
13 test_source_dir = test
14 #test_source_dir = utils/jalviewjs/test/test
15
16 # JALVIEW_VERSION now being set by logic in build.gradle defaulting to looking at jalview.version property in RELEASE file
17 #JALVIEW_VERSION = DEVELOPMENT
18 INSTALLATION = Source
19 jalview_keystore = keys/.keystore
20 jalview_keystore.pass = alignmentisfun
21 jalview_key = jalview
22 jalview_key.pass = alignmentisfun
23 jalview_tsaurl =
24 proxyPort = 80
25 proxyHost = sqid
26 jalview_keyalg = SHA1withRSA
27 jalview_keydig = SHA1
28
29 testng_groups = Functional
30 testng_excluded_groups = 
31
32 j8libDir = j8lib
33 j11libDir = j11lib
34 resource_dir = resources
35 help_parent_dir = help
36 help_dir = help
37 doc_dir = doc
38 classes_dir = classes
39 clover = false
40 clover_classes_dir = clover-classes
41 clover_sources_instr_dir = clover-instr
42 clover_report_dir = clover-report
43 clover_lib_dir = utils/clover/lib
44 cloverreport_mem = 2g
45 cloverreport_jvmargs = -Dfile.encoding=UTF-8
46 cloverreport_html_options = 
47 cloverreport_xml_options =
48 package_dir = dist
49 ARCHIVEDIR =
50
51 test_output_dir = tests
52 utils_dir = utils
53
54 build_properties_file = .build_properties
55 application_codebase = *.jalview.org
56 main_class = jalview.bin.Jalview
57 shadow_jar_main_class = jalview.bin.Launcher
58
59 jalview_name = Jalview
60
61 getdown_local = false
62 getdown_website_dir = getdown/website
63 getdown_archive_dir = getdown/old
64 getdown_resource_dir = resource
65 getdown_files_dir = getdown/files
66 getdown_lib_dir = getdown/lib
67 getdown_launcher = getdown-launcher.jar
68 getdown_launcher_local = getdown-launcher-local.jar
69 getdown_launcher_new = getdown-launcher-new.jar
70 getdown_core = getdown/lib/getdown-core.jar
71 getdown_build_properties = build_properties
72 getdown_launch_jvl_name = channel_launch
73 getdown_images_dir = utils/getdown
74 getdown_background_image = jalview_logo_background_getdown-640x480.png
75 getdown_instant_background_image = jalview_logo_background_getdown_instant-640x480.png
76 getdown_error_background = jalview_logo_background_getdown_error-640x480.png
77 getdown_progress_image = jalview_logo_background_getdown-progress.png
78 getdown_mac_dock_icon = jalview_logo.icns
79 getdown_icon = Jalview-Logo.png
80 getdown_txt_allow_offline = true
81 getdown_txt_max_concurrent_downloads = 10
82 # now got better (dynamic) defaults when jvmmem* not set
83 #getdown_txt_jalview.jvmmempc = 90
84 #getdown_txt_jalview.jvmmemmax = 32G
85 getdown_txt_multi_jvmarg = -Dgetdowninstanceappdir=%APPDIR%
86 getdown_txt_strict_comments = true
87 getdown_txt_ui.progress_sync_before_shown = true
88 getdown_txt_ui.progress_sync_after_shown = false
89 getdown_txt_ui.keep_on_top = true
90 getdown_txt_ui.display_appbase = true
91 getdown_txt_ui.display_version = true
92 getdown_txt_ui.min_show_seconds = 8
93 getdown_txt_ui.background = FFFFFF
94 getdown_txt_ui.progress = 20, 440, 600, 22
95 getdown_txt_ui.progress_bar = AAAAFF
96 getdown_txt_ui.progress_text = 000000
97 getdown_txt_ui.status = 20, 380, 600, 58
98 getdown_txt_ui.status_text = 000066
99 getdown_txt_ui.install_error = https://www.jalview.org/faq/getdownerror
100 getdown_alt_java8_min_version  = 01080000
101 getdown_alt_java8_max_version  = 01089999
102 getdown_alt_java11_min_version = 11000000
103 getdown_alt_java11_max_version =
104 #getdown_alt_java11_txt_multi_java_location = [windows-amd64] /getdown/jre/jre-11-windows-x64.zip,[linux-amd64] /getdown/jre/jre-11-linux-x64.zip,[mac os x] /getdown/jre/jre-11-mac-x64.zip
105 #getdown_alt_java8_txt_multi_java_location = [windows-amd64] /getdown/jre/jre-8-windows-x64.zip,[linux-amd64] /getdown/jre/jre-8-linux-x64.zip,[mac os x] /getdown/jre/jre-8-mac-x64.zip
106 jre_installs_dir = ~/buildtools/jre
107
108 j8libDir = j8lib
109 j11libDir = j11lib
110 j11modDir = j11mod
111 j11modules = com.sun.istack.runtime,com.sun.xml.bind,com.sun.xml.fastinfoset,com.sun.xml.streambuffer,com.sun.xml.txw2,com.sun.xml.ws.policy,java.activation,java.annotation,java.base,java.compiler,java.datatransfer,java.desktop,java.logging,java.management,java.management.rmi,java.naming,java.prefs,java.rmi,java.scripting,java.security.sasl,java.sql,java.xml,java.xml.bind,java.xml.soap,java.xml.ws,javax.jws,jdk.httpserver,jdk.jsobject,jdk.unsupported,jdk.xml.dom,org.jvnet.mimepull,org.jvnet.staxex,javax.servlet.api,java.ws.rs
112
113 flexmark_css = utils/doc/github.css
114
115 channel_properties_dir = utils/channels
116 channel_props = channel.props
117
118 install4j_home_dir = ~/buildtools/install4j9
119 install4j_copyright_message = ...
120 install4j_bundle_id = org.jalview.jalview-desktop
121 install4j_utils_dir = utils/install4j
122 install4j_images_dir = utils/install4j
123 install4j_template = install4j9_template.install4j
124 install4j_info_plist_file_associations = file_associations_auto-Info_plist.xml
125 install4j_installer_file_associations = file_associations_auto-install4j8.xml
126 #install4j_DMG_uninstaller_app_files = uninstall_old_jalview_files.xml
127 install4j_build_dir = build/install4j
128 install4j_executable_name = jalviewg
129 install4j_media_types = windows,macosArchive,unixArchive,unixInstaller
130 install4j_faster = false
131 install4j_application_categories = Science;Biology;Java;
132 install4j_release_win_application_id = 6595-2347-1923-0725
133 install4j_mac_icons_file = jalview_logo.icns
134 install4j_windows_icons_file = jalview_logo.ico
135 install4j_png_icon_file = jalview_logo.png
136 install4j_background = jalview_logo_background_fade-640x480.png
137 install4j_dmg_background = jalview_dmg_background-NON-RELEASE.png
138 install4j_dmg_ds_store = jalview_dmg_DS_Store
139 getdown_wrapper_script_dir = bin
140 getdown_bash_wrapper_script = jalview.sh
141 getdown_powershell_wrapper_script = jalview.ps1
142 getdown_batch_wrapper_script = jalview.bat
143
144 OSX_KEYSTORE =
145 OSX_KEYPASS =
146 JSIGN_SH = echo
147 OSX_APPLEID =
148 OSX_ALTOOLPASS =
149
150 CHANNEL=LOCAL
151 getdown_channel_base = https://www.jalview.org/getdown
152 getdown_archive_base = https://www.jalview.org/old
153 getdown_app_dir_release = release
154 getdown_app_dir_alt = alt
155 getdown_app_dir_java = jre
156 getdown_install_dir = install
157 getdown_rsync_dest = /Volumes/jalview/docroot/getdown
158 reportRsyncCommand =
159 RUNRSYNC=false
160
161 bamboo_channelbase = https://builds.jalview.org/browse
162 bamboo_planKey = 
163 bamboo_getdown_channel_suffix = /latest/artifact/shared/getdown-channel
164
165 eclipse_codestyle_file = utils/eclipse/JalviewCodeStyle.xml
166 eclipse_extra_jdt_prefs_file = utils/eclipse/org.eclipse.jdt.core.jalview.prefs
167 eclipse_project_name = jalview
168 eclipse_bin_dir = bin
169 eclipse_debug = false
170
171 ## IMPORTANT for headless build
172 # to enable `gradle jalviewjs` headless build you MUST set
173 # j2s.config.altfileproperty = org.jalview.jalviewjsj2sfilename
174 # (or set to whatever value jalviewjs_j2s_alt_file_property is set to)
175 # in your ./.j2s file
176 # OR run the task `gradle jalviewjsEnableAltFileProperty` to do that for you (before headless build task)
177 jalviewjs_j2s_alt_file_property = org.jalview.jalviewjsj2sfilename
178 jalviewjs_j2s_alt_settings = build/jalviewjs/config/j2s
179
180 # these are used for actual .j2s file to pass on to alt j2s file
181 jalviewjs_j2s_settings = .j2s
182 jalviewjs_j2s_alt_file_property_config = j2s.config.altfileproperty
183
184 # for developing in Eclipse as IDE, set this to automatically copy current swingjs/net.sf.j2s.core.jar to your dropins dir
185 jalviewjs_eclipseIDE_auto_copy_j2s_plugin = false
186 # Override this in a local.properties file
187 jalviewjs_eclipse_root = ~/buildtools/eclipse/jee-2019-09
188
189 jalviewjs_eclipse_dropins_dir = utils/jalviewjs/eclipse/dropins
190 jalviewjs_swingjs_zip = swingjs/SwingJS-site.zip
191 jalviewjs_j2s_plugin = swingjs/net.sf.j2s.core-j11.jar
192 jalviewjs_libjs_dir = utils/jalviewjs/libjs
193 jalviewjs_site_resource_dir = utils/jalviewjs/site-resources
194 jalviewjs_classlists_dir = utils/jalviewjs/classlists
195 jalviewjs_classlist_jalview = utils/jalviewjs/_j2sclasslist.txt
196 #jalviewjs_eclipse_workspace = ~/tmp/eclipse-workspace
197 # these 3 files/dirs found in build/jalviewjs
198 jalviewjs_eclipse_tmp_dropins_dir = eclipse_dropins
199 jalviewjs_eclipse_workspace_location_file = eclipse_workspace_location
200 jalviewjs_site_dir = site
201 # these dirs are subdirs of the site dir
202 jalviewjs_swingjs_subdir = swingjs
203 jalviewjs_j2s_subdir = swingjs/j2s
204 jalviewjs_js_subdir = swingjs/js
205 #jalviewjs_eclipseBuildArg = build
206 jalviewjs_eclipse_build_arg = cleanBuild
207 jalviewjs_server_port = 9001
208 jalviewjs_server_wait = 30
209 jalviewjs_server_resource = /jalview_bin_Jalview.html
210 jalviewjs_core_name = _jalview
211 jalviewjs_name = JalviewJS
212 jalviewjs_core_key = core
213 #jalviewjs_core_key = preloadCore
214 jalviewjs_ignore_transpile_errors = true
215
216 j2s.compiler.status = enable
217 #j2s.site.directory = null ## site defined from buildDir+'/jalviewjs/'+jalviewjs_site_dir
218 #j2s.log.methods.declared = j2s_methods_declared.log
219 #j2s.log.methods.called = j2s_methods_called.log
220 #a semicolon-separated list of package-level file paths to be excluded
221 j2s.excluded.paths = test;testng;util
222 #j2s.include.tests = true
223 #j2s.testing = null
224 #j2s.compiler.nonqualified.packages = null
225 #j2s.compiler.nonqualified.classes = null
226 #j2s.compiler.mode = debug
227 #a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made 
228 #j2s.class.replacements = org.apache.logging.log4j.->jalview.javascript.log4j.
229 j2s.template.html = utils/jalviewjs/template.html
230 j2s_coretemplate_html = utils/jalviewjs/coretemplate.html
231 #output file name for logging methods declared - delete the file to regenerate a listing 
232 #j2s.prop.j2s.log.methods.declared=swingjs/methodsDeclared_csv
233 #output file name for logging methods called - delete the file to regenerate a listing
234 #j2s.prop.j2s.log.methods_called=swingjs/methodsCalled_csv
235 #if set, every instance of methods called will be logged
236 #otherwise, only the first call to a method will be logged 
237 #output will be comma-separated: called method,caller class 
238 #j2s.prop.j2s.log.all.calls=true
239
240 jalviewjs_j2s_transpile_stdout = j2s-transpile.out
241 #jalviewjs_j2s_stderr = j2s-transpile.err # all going into out
242 jalviewjs_j2s_to_console = true
243 jalviewjs_closure_compiler = tools/closure_compiler.jar
244 jalviewjs_j2s_closure_stdout = j2s-closure.out
245
246
247 testp=gradle.properties