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 "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/03/02 10:44:50 UTC

[jira] Resolved: (IVY-404) Static revision replacement is not working when delivering an artifact with a dependency on a branch

     [ https://issues.apache.org/jira/browse/IVY-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin resolved IVY-404.
------------------------------

    Resolution: Fixed

Your analyze was good, I've added a junit test and made the correction suggested, and it seems to be fixed now. Thanks for your contribution!

> 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
>         Assigned To: Xavier Hanin
>            Priority: Critical
>             Fix For: 1.5
>
>
> 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.