'cache' property defined twice in typedef.properties
----------------------------------------------------
Key: IVY-804
URL: https://issues.apache.org/jira/browse/IVY-804
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 2.0.0-beta-2
Reporter: James P. White
There are two settings for 'cache' in
ivy/src/java/org/apache/ivy/core/settings/typedef.properties:
{noformat}cache = org.apache.ivy.plugins.resolver.CacheResolver
cache = org.apache.ivy.core.cache.DefaultRepositoryCacheManager
{noformat}
That is probably wrong (or at least not a good idea).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.