Static revision replacement is not working when delivering an artifact with a
dependency on a branch
----------------------------------------------------------------------------------------------------
Key: IVY-404
URL: https://issues.apache.org/jira/browse/IVY-404
Project: Ivy
Issue Type: Bug
Components: Ant, Core
Affects Versions: 1.4.1
Reporter: Barrett Snyder
Priority: Critical
In trying to deliver an ivy.xml, using the ant <deliver> task, for an artifact
which has a dependency on a "latest.release" revision of a specific branch the
dynamic revision is not getting replaced with the static rev. Here is what the
dependency looks like:
<dependency name="my-framework" rev="latest.release" branch="fix_for_release"/>
If I remove the branch indicator the latest HEAD revision gets used and the rev
attribute gets updated correctly. If I add the branch attribute the correct
dependent branch release jar gets used, but the dynamic revision of the
published ivy stays "latest.release".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.