[
https://issues.apache.org/jira/browse/IVY-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479454
]
Maarten Coene commented on IVY-429:
-----------------------------------
Ant properties are modifiable as long as the user doesn't set them manually.
Assume the ivy.revision property is not set before calling ivy:resolve:
<ivy:resolve file="/path/to/module-1.2-ivy.xml" />
Now the ivy.resolve property has value "1.2", the ivy.module property is
"module"
When I execute another resolve:
<ivy:resolve file="/path/to/module2-1.3-ivy.xml" />
The ivy.resolve property should now be 1.3, to be consistent with the
ivy.module property which will be "module2"
> ivy.revision property not set correctly for second resolve
> ----------------------------------------------------------
>
> Key: IVY-429
> URL: https://issues.apache.org/jira/browse/IVY-429
> Project: Ivy
> Issue Type: Bug
> Components: Ant
> Affects Versions: 1.4.1
> Reporter: Maarten Coene
> Assigned To: Maarten Coene
> Fix For: 1.5
>
>
> When you call <ivy:resolve /> twice, the ivy.revision property still contains
> the revision of the first resolve.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.