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 "Gilles Scokart (JIRA)" <ji...@apache.org> on 2007/06/20 20:19:26 UTC

[jira] Updated: (IVY-443) order does matter in configuration extension when one is transitive and the other not

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

Gilles Scokart updated IVY-443:
-------------------------------

    Fix Version/s: 2.0

> order does matter in configuration extension when one is transitive and the other not
> -------------------------------------------------------------------------------------
>
>                 Key: IVY-443
>                 URL: https://issues.apache.org/jira/browse/IVY-443
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>            Reporter: easyproglife
>             Fix For: 2.0
>
>
> I have 'compile' and 'runtime' configurations. 'compile' is non-transitive and 'runtime' is transitive.
> I have created 'both' configuration that extends 'compile' and 'runtime'.
> I found it different if you define 'both' in the following ways:
> 1. <conf name="both" extends="compile, runtime"/>
> 2. <conf name="both" extends="runtime, compile"/>
> The first takes 'runtime' artifacts non-transitively even thought it should be transitive.

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