Referenced resolver not found in macro
--------------------------------------
Key: IVY-860
URL: https://issues.apache.org/jira/browse/IVY-860
Project: Ivy
Issue Type: Bug
Affects Versions: 2.0.0-beta-2
Reporter: Xavier Hanin
Assignee: Xavier Hanin
When in a macrodef one want to reference an existing resolver, Ivy complains
about not finding the referenced resolver.
Example:
{code}
<resolvers>
<ibiblio name="test" />
</resolvers>
<macrodef name="mymacro">
<chain name="c">
<resolver ref="test" />
</chain>
</macrodef>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.