This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a89898  NUTCH-2671 Upgrade to ant ivy library - fix order of ant 
target dependencies:   "compile-core" must come before "resolve-test"
9a89898 is described below

commit 9a89898cd995ed1d990cbc70c417a4b29033fb15
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue Oct 30 16:45:22 2018 +0100

    NUTCH-2671 Upgrade to ant ivy library
    - fix order of ant target dependencies:
      "compile-core" must come before "resolve-test"
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index e19179e..37c44b8 100644
--- a/build.xml
+++ b/build.xml
@@ -415,7 +415,7 @@
   <!-- ================================================================== -->
   <!-- Compile test code                                                  -->
   <!-- ================================================================== -->
-  <target name="compile-core-test" depends="init, resolve-test, compile-core" 
description="--> compile test code">
+  <target name="compile-core-test" depends="init, compile-core, resolve-test" 
description="--> compile test code">
     <javac
      encoding="${build.encoding}"
      srcdir="${test.src.dir}"

Reply via email to