You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2015/07/25 16:20:20 UTC

svn commit: r1692621 - /lucene/dev/trunk/build.xml

Author: uschindler
Date: Sat Jul 25 14:20:20 2015
New Revision: 1692621

URL: http://svn.apache.org/r1692621
Log:
LUCENE-6693: Also load clover up front

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1692621&r1=1692620&r2=1692621&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Sat Jul 25 14:20:20 2015
@@ -609,8 +609,11 @@ File | Project Structure | Platform Sett
       <!-- The idea behind Clover is to determine test coverage, so be immune to failing tests: -->
       <param name="tests.haltonfailure" value="false"/>
       
+      <target name="clover"/>
       <target name="test"/>
       <target name="-generate-clover-reports"/>
+      
+      <propertyset refid="uptodate.and.compiled.properties"/>
     </antcall>
   </target>