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 "Johannes Stamminger (JIRA)" <ji...@apache.org> on 2007/07/18 12:20:05 UTC

[jira] Created: (IVY-577) Missing artifacts on double (all direct and specific artifact by way of transitive) dependency to lib

Missing artifacts on double (all direct and specific artifact by way of transitive) dependency to lib
-----------------------------------------------------------------------------------------------------

                 Key: IVY-577
                 URL: https://issues.apache.org/jira/browse/IVY-577
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.4.1
            Reporter: Johannes Stamminger


setup:
libA with artifact X and Y
module1 depending on X of libA
module 2 depending on module1 and on libA completely (specified by <dependency name="libA"/> in dependencies section)

Only X of libA is resolved for module2 though I would have expected X and Y.

Workaround: for module2 specify dependency with <dependency name="libA"><artifact name="X"/><artifact name="Y"/></dependency>

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


[jira] Updated: (IVY-577) Missing artifacts on double (all direct and specific artifact by way of transitive) dependency to lib

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin updated IVY-577:
-----------------------------

    Fix Version/s: 2.0

> Missing artifacts on double (all direct and specific artifact by way of transitive) dependency to lib
> -----------------------------------------------------------------------------------------------------
>
>                 Key: IVY-577
>                 URL: https://issues.apache.org/jira/browse/IVY-577
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>            Reporter: Johannes Stamminger
>             Fix For: 2.0
>
>
> setup:
> libA with artifact X and Y
> module1 depending on X of libA
> module 2 depending on module1 and on libA completely (specified by <dependency name="libA"/> in dependencies section)
> Only X of libA is resolved for module2 though I would have expected X and Y.
> Workaround: for module2 specify dependency with <dependency name="libA"><artifact name="X"/><artifact name="Y"/></dependency>

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