[ http://issues.apache.org/jira/browse/IVY-354?page=comments#action_12457635 ] Maarten Coene commented on IVY-354: -----------------------------------
ivy:cachepath is a 'postresolve' task. Every postresolve task is able to use the results of a previous (cached) resolve See http://jayasoft.org/ivy/doc/use/postresolvetask for more information. Basically, you have to specify the organisation and the module when you execute ivy:cachepath, which causes the cached results of a previous resolve to be reused. > 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
