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 2010/10/07 17:13:44 UTC

svn commit: r1005487 - /lucene/dev/trunk/modules/build.xml

Author: rmuir
Date: Thu Oct  7 15:13:43 2010
New Revision: 1005487

URL: http://svn.apache.org/viewvc?rev=1005487&view=rev
Log:
add compile-test

Modified:
    lucene/dev/trunk/modules/build.xml

Modified: lucene/dev/trunk/modules/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/build.xml?rev=1005487&r1=1005486&r2=1005487&view=diff
==============================================================================
--- lucene/dev/trunk/modules/build.xml (original)
+++ lucene/dev/trunk/modules/build.xml Thu Oct  7 15:13:43 2010
@@ -34,6 +34,14 @@
     </sequential>
   </target>
 
+  <target name="compile-test" description="Compile all tests">
+    <sequential>
+      <subant target="compile-test" inheritall="false" failonerror="true">
+        <fileset dir="analysis" includes="build.xml" />
+      </subant>
+    </sequential>
+  </target>
+
   <target name="generate-maven-artifacts" description="Generate Maven Artifacts for Modules">
     <sequential>
       <subant target="dist-maven" inheritall="false" failonerror="true">