Skip to content

Commit

Permalink
documentation about playframework#1046 Enhance request: Support clear…
Browse files Browse the repository at this point in the history
…ing ivy cache
  • Loading branch information
ikeike443 committed Sep 5, 2011
1 parent 162f550 commit fb9fb1c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion documentation/manual/dependency.textile
Expand Up @@ -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%.
Next: %(next)"Database evolutions":evolutions%.

0 comments on commit fb9fb1c

Please sign in to comment.