antcall to a target with a nested retrieve followed by a publish leads to a
wrong revision attribute in the published ivy.xml (lates.integration instead of
correct revision)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: IVY-824
URL: https://issues.apache.org/jira/browse/IVY-824
Project: Ivy
Issue Type: Bug
Components: Ant
Affects Versions: 2.0.0-beta-2
Environment: vista 32 bit java 1.5.
Multimodule project where only some of the modules are checked out from vcs.
Not checked out dependencies are resolved from a shared repository. Build
modules are published to a local repository.
Reporter: Felix Simmendinger
When there is an execution order where your publish task is executed after an
antcall is made to a target where a nested retrieve is done, the publish task
will use {{latest.integration}} in the published ivy.xml instead of the
previously published revision found in the local repository.
If you change antcall and add the target to the depends-list everything works
like expected and the revision replaced in the published ivy.xml will be
correct.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.