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:28:02 UTC

svn commit: r1241743 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/build.xml solr/

Author: sarowe
Date: Wed Feb  8 02:28:02 2012
New Revision: 1241743

URL: http://svn.apache.org/viewvc?rev=1241743&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/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/build.xml
    lucene/dev/branches/branch_3x/solr/   (props changed)

Modified: lucene/dev/branches/branch_3x/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/build.xml?rev=1241743&r1=1241742&r2=1241743&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/build.xml Wed Feb  8 02:28:02 2012
@@ -569,7 +569,7 @@
     </delete>
   </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>