Index: configuration/resolvers.html =================================================================== --- configuration/resolvers.html (revision 637084) +++ configuration/resolvers.html (working copy) @@ -64,6 +64,7 @@ IvyRepStandardFinds ivy files on ivyrep and artifacts on ibiblio. IBiblioStandardFinds artifacts on ibiblio. FileSystemStandardThis very performant resolver finds ivy files and artifacts in your file system. +CacheResolverStandardResolves artifacts only from the default ivy cache. UrlStandardFinds ivy files and artifacts in any repository accessible with urls. VfsStandardFinds ivy files and artifacts in any repository accessible with apache commons vfs. sshStandardFinds ivy files and artifacts in any repository accessible with ssh. @@ -135,13 +136,18 @@ Yes Yes + cacheThe name of the cache manager to use. + No, defaults to the value of the default attribute of caches + No + Yes +

Examples

- + @@ -155,7 +161,7 @@ -Defines a filesystem resolver, named '1', which is then used in two chains, the first which seconds the filesystem resolver with an ivyrep resolver, and second which seconds the filesystem resolver with an ibiblio resolver, and which returns the first module found, and uses the whole chain to download artifacts (see corresponding resolvers documentation for details about them). +Defines a filesystem resolver, named '1', which is then used in two chains, the first which seconds the filesystem resolver with an ivyrep resolver, and second which seconds the filesystem resolver with an ibiblio resolver, and which returns the first module found, and uses the whole chain to download artifacts (see corresponding resolvers documentation for details about them). Resolver 1 will use a cache named 'cache-1' which should have been defined under the caches element. Index: resolver/cache.html =================================================================== --- resolver/cache.html (revision 0) +++ resolver/cache.html (revision 0) @@ -0,0 +1,53 @@ + + + + + + + + + + + + + Index: toc.json =================================================================== --- toc.json (revision 636802) +++ toc.json (working copy) @@ -309,6 +309,13 @@ ] }, { + "id":"resolver/cache", + "title":"CacheResolver", + "children": [ + + ] + }, + { "id":"resolver/url", "title":"Url Resolver", "children": [