From fb9fb1c289060d0b821d61abf485e890801b44cf Mon Sep 17 00:00:00 2001 From: ikeike443 Date: Mon, 5 Sep 2011 21:00:31 +0900 Subject: [PATCH] documentation about #1046 Enhance request: Support clearing ivy cache --- documentation/manual/dependency.textile | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/documentation/manual/dependency.textile b/documentation/manual/dependency.textile index 1304fc48e7..e5081c2186 100644 --- a/documentation/manual/dependency.textile +++ b/documentation/manual/dependency.textile @@ -323,6 +323,20 @@ bc. Example2, you want to use basic auth: There are many things you can configure see: http://ant.apache.org/ivy/history/2.1.0/settings.html + +h3. Clearing ivy cache + +Ivy cache mechanism sometimes causes confusion about dependencies resolving. + +Especially when using 'http' type in the repositories section of conf/dependencies.yml. + +If you would clear this problem, consider using '--clearcache' option. + +bc. $ play dependencies --clearcache + +It is equivalent to rm -r ~/.ivy2/cache. + + p(note). **Continuing the discussion** -Next: %(next)"Database evolutions":evolutions%. \ No newline at end of file +Next: %(next)"Database evolutions":evolutions%.