[ 
https://issues.apache.org/jira/browse/IVY-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xavier Hanin resolved IVY-860.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC1

I've added a unit test and fixed the bug. 

> 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
>             Fix For: 2.0-RC1
>
>
> 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.

Reply via email to