No error or warning when a resolver references a non-existent cache
-------------------------------------------------------------------
Key: IVY-777
URL: https://issues.apache.org/jira/browse/IVY-777
Project: Ivy
Issue Type: Bug
Reporter: Carlton Brown
Fix For: 2.0.0-beta-2
If a resolver references a cache that has not been previously defined, it
should cause an error or at least a warning, but it does neither.
For example, this should fail or warn because there is no cache "bar". It only
prints an informational message that cache "bar" was assigned to resolver
"myfs".
<caches>
<cache name="foo"/>
</caches>
<resolvers>
<filesystem name="myfs" cache="bar">
...
</resolvers>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.