On 3/21/07, easyproglife <[EMAIL PROTECTED]> wrote:
Hi. 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. I guess this is not done by purpose. Am I right?
Yes, you're right, this is pretty strange. I guess you know how to file a bug in JIRA :-) - Xavier -easyproglife
