JAL-3560 Java 11 fix on JAL-3563 moving j11lib set up to top
[jalview.git] / .j2s
1 j2s.compiler.status=disable
2 j2s.compiler.java.version=11
3
4 #a semicolon-separated list of package-level file paths to be excluded
5 j2s.excluded.paths=test;testng;utils
6
7 #a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made 
8 j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j.
9
10 #output file name for logging methods declared - delete the file to regenerate a listing 
11 #j2s.log.methods.declared=swingjs/methodsDeclared.csv
12
13 #output file name for logging methods called - delete the file to regenerate a listing
14 #j2s.log.methods.called=swingjs/methodsCalled.csv
15
16 #if set, every instance of methods called will be logged
17 #otherwise, only the first call to a method will be logged 
18 #output will be comma-separated: called method,caller class 
19 #j2s.log.all.calls=true
20
21