You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/02/08 03:22:36 UTC

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

Author: sarowe
Date: Wed Feb  8 02:22:36 2012
New Revision: 1241741

URL: http://svn.apache.org/viewvc?rev=1241741&view=rev
Log:
LUCENE-3753: build-contrib dependendency should be on compile-test, which compiles all test and non-test sources under lucene/, rather than on common.compile-test; otherwise, build outputs go to the wrong place and trigger a build failure.

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

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1241741&r1=1241740&r2=1241741&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Wed Feb  8 02:22:36 2012
@@ -440,7 +440,7 @@
 	/>
   </target>
   
-  <target name="build-contrib" depends="common.compile-test"
+  <target name="build-contrib" depends="compile-test"
           description="Builds all contrib modules and their tests">
     <contrib-crawl target="build-artifacts-and-tests"/>
   </target>