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
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.