You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/12/08 22:50:05 UTC

svn commit: r1643941 - in /lucene/dev/branches/branch_5x: ./ build.xml

Author: rmuir
Date: Mon Dec  8 21:50:04 2014
New Revision: 1643941

URL: http://svn.apache.org/r1643941
Log:
fix broken failonerror=false in these targets

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/build.xml

Modified: lucene/dev/branches/branch_5x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/build.xml?rev=1643941&r1=1643940&r2=1643941&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/build.xml (original)
+++ lucene/dev/branches/branch_5x/build.xml Mon Dec  8 21:50:04 2014
@@ -62,7 +62,7 @@
   </target>
 
   <target name="pitest" description="Run PITest on both Lucene and Solr">
-    <subant target="pitest" inheritall="false" failonerror="false">
+    <subant target="pitest" inheritall="false" failonerror="true">
       <fileset dir="lucene" includes="build.xml" />
       <fileset dir="solr" includes="build.xml" />
     </subant>
@@ -491,7 +491,7 @@ File | Project Structure | Platform Sett
   </target>
 
   <target name="regenerate" description="Runs all code regenerators">
-    <subant target="regenerate" inheritall="false" failonerror="false">
+    <subant target="regenerate" inheritall="false" failonerror="true">
       <fileset dir="lucene" includes="build.xml" />
       <!-- todo:
       <fileset dir="solr" includes="build.xml" />-->