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/06/25 11:56:45 UTC

[jira] Updated: (IVY-461) IvyPostResolve Task unnecessarily performs a resolve

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

Xavier Hanin updated IVY-461:
-----------------------------

         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 2.0)

> IvyPostResolve Task unnecessarily performs a resolve
> ----------------------------------------------------
>
>                 Key: IVY-461
>                 URL: https://issues.apache.org/jira/browse/IVY-461
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 1.4.1
>            Reporter: Maarten Coene
>            Priority: Minor
>
> If you call an IvyPostResolve Task more than once with different configurations, a resolve is performed from the second post-resolve task.
> For instance:
> <ivy:resolve conf="compile" />
> <ivy:post-resolve conf="default" />  --> triggers a resolve of the 'default' conf. OK!
> <ivy:post-resolve conf="compile" />  --> triggers a resolve of the 'compile' conf. NOK!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.