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 96c01cb  NUTCH-2829 Fix ant target "clean-cache" - make target 
"clean-cache" depend on "ivy-init" so that   ivy-related resources are defined
     new 80147d6  Merge pull request #555 from 
sebastian-nagel/NUTCH-2829-ant-clean-cache
96c01cb is described below

commit 96c01cb173e5fb0c93ed24d3d51803574e45ed69
Author: Sebastian Nagel <sna...@apache.org>
AuthorDate: Tue Nov 10 12:06:16 2020 +0100

    NUTCH-2829 Fix ant target "clean-cache"
    - make target "clean-cache" depend on "ivy-init" so that
      ivy-related resources are defined
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 67a3aa2..62ed5d1 100644
--- a/build.xml
+++ b/build.xml
@@ -1000,7 +1000,7 @@
   </target>
 
   <!-- target: clean-cache  ============================================= -->
-  <target name="clean-cache" depends=""
+  <target name="clean-cache" depends="ivy-init"
                         description="--> delete ivy cache">
     <ivy:cleancache />
   </target>

Reply via email to