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/09/20 12:11:31 UTC

[jira] Resolved: (IVY-603) Static revision replacement is not working when a dynamic revision is evicted by a transitive dependency.

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

Xavier Hanin resolved IVY-603.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-1

I4ve applied your patch with slight modification in the unit test, and fixed the bug according to what I mentioned above.

> Static revision replacement is not working when a dynamic revision is evicted by a transitive dependency.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-603
>                 URL: https://issues.apache.org/jira/browse/IVY-603
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant, Core
>    Affects Versions: 1.4.1, 2.0.0-alpha-2
>            Reporter: Matthias Kilian
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-1
>
>         Attachments: deliver-dyn-evicted-1.4.x.diff, deliver-dyn-evicted-trunk.diff
>
>
> If A depends on B, rev="1+" (which resolves to, say, A-1.2) and on C, rev="2.0", *and* C-2.0 depends on A, rev="2.2", i.e. if during resolution a dynamic dependency (A-1+ in this case) is evicted via a transitive dependency (A-2.2 via C-2.0), the delivered Ivy-file still contains the A-1+ dependency.
> This seems to be similar to IVY-404 and IVY-415, but maybe completely unrelated implementation-wise.
> I'll append testcases for both 1.4.x and trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.