X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.j2s;h=61231e7ff13f1739c71746ab72ae7cc7a992919b;hb=a1472ba286dd96b37861ade2a2598f7d5e7f0e72;hp=10e5647b7d32279103f76c052ed3e02738d8bc7d;hpb=507f8f9e119ce89ba04aea3b3d814cbe58f3d686;p=jalview.git diff --git a/.j2s b/.j2s index 10e5647..61231e7 100644 --- a/.j2s +++ b/.j2s @@ -1,3 +1,20 @@ j2s.compiler.status=enable -j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j.; + +#a semicolon-separated list of package-level file paths to be excluded +j2s.excluded.paths=test;testng;utils + +#a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made +j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j. + +#output file name for logging methods declared - delete the file to regenerate a listing +#j2s.log.methods.declared=swingjs/methodsDeclared.csv + +#output file name for logging methods called - delete the file to regenerate a listing +#j2s.log.methods.called=swingjs/methodsCalled.csv + +#if set, every instance of methods called will be logged +#otherwise, only the first call to a method will be logged +#output will be comma-separated: called method,caller class +#j2s.log.all.calls=true +