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