You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2014/07/04 22:15:12 UTC

svn commit: r1607929 - /nutch/trunk/build.xml

Author: snagel
Date: Fri Jul  4 20:15:12 2014
New Revision: 1607929

URL: http://svn.apache.org/r1607929
Log:
add dependency "init" (calling "ivy-init") to "compile-core-test" to fix nightly build failures introduced with NUTCH-1803

Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1607929&r1=1607928&r2=1607929&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Fri Jul  4 20:15:12 2014
@@ -355,7 +355,7 @@
   <!-- ================================================================== -->
   <!-- Compile test code                                                  --> 
   <!-- ================================================================== -->
-  <target name="compile-core-test" depends="resolve-test, compile-core" description="--> compile test code">
+  <target name="compile-core-test" depends="init, resolve-test, compile-core" description="--> compile test code">
     <javac 
      encoding="${build.encoding}" 
      srcdir="${test.src.dir}"