JAL-3047 - create the clover output dir in the working directory before going any...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 17 Oct 2018 16:21:11 +0000 (17:21 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 17 Oct 2018 16:21:11 +0000 (17:21 +0100)
build.xml

index f6fb5d7..7394235 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <property name="reportDir" value="test-reports" />
     <property name="testDir" value="test" />
     <property name="testOutputDir" value="tests" />
+       <property name="cloverOutputDir" value="clover" if:set="clover.jar" />
     <!-- switch to indicate if we should obfuscate jalviewLite -->
     <!-- <property name="donotobfuscate" value="true"/> -->
     <!-- switch to exclude associations from generated jnlp files -->
         <include name="**/*.*" />
       </fileset>
     </copy>
+       <mkdir dir="${cloverOutputDir}" if:set="clover.jar"/>
   </target>
 
   <target name="build" depends="prepare">