You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2009/01/12 23:35:43 UTC

svn commit: r733942 - in /ant/ivy/core/trunk: ./ doc/use/cachepath.html

Author: maartenc
Date: Mon Jan 12 14:35:42 2009
New Revision: 733942

URL: http://svn.apache.org/viewvc?rev=733942&view=rev
Log:
Updated the comment about not using ivy:cachepath in order to make the build process more independent from Ivy. It gave the wrong impression that this task shouldn't be used. (merged from 2.0.0 branch)

Modified:
    ant/ivy/core/trunk/   (props changed)
    ant/ivy/core/trunk/doc/use/cachepath.html

Propchange: ant/ivy/core/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 12 14:35:42 2009
@@ -1,4 +1,4 @@
-/ant/ivy/core/branches/2.0.0:727520-727546
+/ant/ivy/core/branches/2.0.0:727520-732105
 /ant/ivy/core/branches/2.0.0-rc2:707459-708717
 /ant/ivy/core/branches/2.0.x:696803-698317
 /ant/ivy/core/trunk:695737,696014-696031,696442

Modified: ant/ivy/core/trunk/doc/use/cachepath.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/cachepath.html?rev=733942&r1=733941&r2=733942&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/cachepath.html (original)
+++ ant/ivy/core/trunk/doc/use/cachepath.html Mon Jan 12 14:35:42 2009
@@ -29,7 +29,7 @@
 
 This is a [[ant:postresolvetask post resolve task]], with all the behaviour and attributes common to all post resolve tasks.
 
-Please prefer the use of retrieve + standard ant path creation, which make your build more independent from ivy (once artifacts are properly retrieved, ivy is not required any more).
+If you want to make your build more independent from Ivy, you could consider using the [[ant:retrieve retrieve task]]. Once the artifacts are properly retrieved, you can use standard Ant path creation which makes Ivy not necessary any more.
 
 Built path is registered in ant with a given id, and can thus be used like any other ant path using refid.