JAL-3047 ant -Dclover.jar=../path/to/clover/lib/clover.jar to enable clover for testn...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 27 Jun 2018 17:02:52 +0000 (18:02 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 27 Jun 2018 17:02:52 +0000 (18:02 +0100)
build.xml

index d826d83..30115c2 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -40,6 +40,7 @@
     <echo message="See docs/building.html and the comments in build file for other targets." />
     <echo message="note: compile and makeApplet optionally compile/obfuscate applet against a different Java version by specifying -Djava118.home=PathtoJDK/lib which is the lib directory in the JDK install that contains rt.jar " />
     <echo message="Useful -D flags: -Ddonotobfuscate will prevent applet obfuscation" />
+    <echo message="Useful -D flags: -Dclover.jar to specify path to openclover for testng coverage report" />
   </target>