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 "Matthias Kilian (JIRA)" <ji...@apache.org> on 2007/09/11 20:41:32 UTC

[jira] Issue Comment Edited: (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:comment-tabpanel#action_12526594 ] 

mkilian edited comment on IVY-603 at 9/11/07 1:40 PM:
--------------------------------------------------------------

Test case for 1.4.x.

      was (Author: mkilian):
    Testcase for 1.4.x.
  
> 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
>         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.