[ 
http://issues.apache.org/jira/browse/IVY-354?page=comments#action_12458038 ] 
            
Gilles Scokart commented on IVY-354:
------------------------------------

> What I meant was caching between runs of Ant, not within a single run. 

It is exactly what Maarten said.  If you put the organisation and module in a 
post resolve task, no resolve is required.  The result of an older resolve 
(possibly from a previous run) is taken from the cache.

> add option to cache results of ivy:resolve
> ------------------------------------------
>
>                 Key: IVY-354
>                 URL: http://issues.apache.org/jira/browse/IVY-354
>             Project: Ivy
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 1.4.1
>         Environment: all
>            Reporter: John Williams
>
> Using ivy:cachepath is a nice alternative to ivy:retrieve, but doing a 
> resolve on every build is too slow.  If there were some way to cache the 
> result of resolving it would make cachepath much more pleasant to use.
> I've been experimenting with a poor man's version of this by saving the 
> classpaths in a properties file to avoid needing to use Ivy so much, but this 
> solution seems clumsy because it requires many steps.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to