[
https://issues.apache.org/jira/browse/IVY-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xavier Hanin updated IVY-443:
-----------------------------
Priority: Minor (was: Major)
Fix Version/s: (was: 2.0)
I downgrade the priority since there is an easy workaround.
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.