You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jl...@apache.org on 2015/02/06 19:33:03 UTC

[2/3] ant-easyant-core git commit: disable useOrigin on cache since it's creating error with jarResolver and absolute path

disable useOrigin on cache since it's creating error with jarResolver and absolute path


Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/commit/d2df32a8
Tree: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/tree/d2df32a8
Diff: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/diff/d2df32a8

Branch: refs/heads/master
Commit: d2df32a881b6b0926399ea46f011e63323dfeb99
Parents: a23f26a
Author: Jean-Louis Boudart <je...@gmail.com>
Authored: Fri Feb 6 19:13:58 2015 +0100
Committer: Jean-Louis Boudart <je...@gmail.com>
Committed: Fri Feb 6 19:13:58 2015 +0100

----------------------------------------------------------------------
 .../org/apache/easyant/core/default-easyant-ivysettings.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-easyant-core/blob/d2df32a8/src/main/resources/org/apache/easyant/core/default-easyant-ivysettings.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/easyant/core/default-easyant-ivysettings.xml b/src/main/resources/org/apache/easyant/core/default-easyant-ivysettings.xml
index 2e3dc71..b1cf89e 100644
--- a/src/main/resources/org/apache/easyant/core/default-easyant-ivysettings.xml
+++ b/src/main/resources/org/apache/easyant/core/default-easyant-ivysettings.xml
@@ -17,7 +17,7 @@
 <ivysettings>
     <property name="apache.easyant.public.url" value="http://repository.easyant.org/apache-easyant"/>
     <settings defaultResolver="easyant-default-chain"/>
-    <caches defaultCacheDir="${user.home}/.easyant/easyant-cache" useOrigin="true" />
+    <caches defaultCacheDir="${user.home}/.easyant/easyant-cache"/>
     <resolvers>
         <jar name="easyant-core-modules" url="${easyant.core.jar.url}" descriptor="required">
             <ivy pattern="repository/core/[organisation]/[module]/[revision]/[module].ivy"/>