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

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

Author: jnioche
Date: Tue Jul 15 10:18:49 2014
New Revision: 1610635

URL: http://svn.apache.org/r1610635
Log:
build : resolve-test calls init task so that the ivy jar gets imported

Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1610635&r1=1610634&r2=1610635&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Tue Jul 15 10:18:49 2014
@@ -473,7 +473,7 @@
     <antcall target="copy-libs"/>
   </target>
 
-  <target name="resolve-test" depends="clean-lib" description="--> resolve and retrieve dependencies with ivy">
+  <target name="resolve-test" depends="clean-lib, init" description="--> resolve and retrieve dependencies with ivy">
     <ivy:resolve file="${ivy.file}" conf="test" log="download-only"/>
     <ivy:retrieve pattern="${test.build.lib.dir}/[artifact]-[revision].[ext]" symlink="false" log="quiet"/>
     <antcall target="copy-libs"/>