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
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.