[
https://issues.apache.org/jira/browse/IVYDE-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Lalevée resolved IVYDE-114.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0
Assignee: Nicolas Lalevée
Excellent idea. I have implemented it and it works great. So I added a new
context entry in the context menu to clean the caches. This new menu entry
offer different kind of cache cleaning:
* clean the resolution cache
* clean every repository cache
* clean each repository cache individually
* clean every cache
> Need CleanCache task in context menu
> ------------------------------------
>
> Key: IVYDE-114
> URL: https://issues.apache.org/jira/browse/IVYDE-114
> Project: IvyDE
> Issue Type: Improvement
> Components: classpath container
> Affects Versions: 2.0.0.alpha1
> Environment: All
> Reporter: Kirby Files
> Assignee: Nicolas Lalevée
> Fix For: 2.0
>
>
> The classpath container supports a Resolve task on its context menu, but not
> a CleanCache. This is unfortunate, because, if the resolve fails to locate
> some artifacts (say, because of an intermittent DNS failure or web server
> outage), it records ".notfound" entries in the cache, making future Resolves
> continue to fail.
> The only solution I've found is to create an ant build.xml with a cleancache
> target, and run that in these situations. It would be preferable if I could
> clean the cache directly from the classpath container context menu. Since the
> ivy:cleancache task already exists, this would hopefully involve changing
> mostly UI code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.