[
https://issues.apache.org/jira/browse/IVY-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gintas Grigelionis updated IVY-443:
-----------------------------------
Summary: Order does matter in configuration extension when one is
transitive and the other not (was: order does matter in configuration
extension when one is transitive and the other not)
> 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
> Priority: Minor
>
> 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 was sent by Atlassian JIRA
(v6.4.14#64029)