You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Gilles Scokart (JIRA)" <ji...@apache.org> on 2007/06/20 20:19:26 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 ]

Gilles Scokart updated IVY-461:
-------------------------------

    Fix Version/s: 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
>             Fix For: 2.0
>
>
> 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.