You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/07/09 08:52:31 UTC

[jira] Created: (IVY-860) Referenced resolver not found in macro

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.


[jira] Resolved: (IVY-860) Referenced resolver not found in macro

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ 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.