Re: Classpath ordering of dependencies

2007-09-10 Thread Paul Gier
Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Sunday, September 09, 2007 9:50 PM To: Maven Developers List Subject: Re: Classpath ordering of dependencies It also sounds like perhaps you need an excludes in your dependency declaration, to get rid of that bad transitive dep. Wayne

Re: Classpath ordering of dependencies

2007-09-09 Thread Wayne Fay
It also sounds like perhaps you need an excludes in your dependency declaration, to get rid of that bad transitive dep. Wayne On 7 Sep 07, at 2:20 PM 7 Sep 07, Paul Gier wrote: I did a little more research, and it looks like the artifact was renamed, so maven didn't know they were the same

RE: Classpath ordering of dependencies

2007-09-09 Thread Brian E. Fox
:50 PM To: Maven Developers List Subject: Re: Classpath ordering of dependencies It also sounds like perhaps you need an excludes in your dependency declaration, to get rid of that bad transitive dep. Wayne On 7 Sep 07, at 2:20 PM 7 Sep 07, Paul Gier wrote: I did a little more research

Re: Classpath ordering of dependencies

2007-09-07 Thread Jason van Zyl
On 7 Sep 07, at 9:43 AM 7 Sep 07, Paul Gier wrote: Hi Everyone, I noticed that transitive dependencies seem to precede direct dependencies on the test classpath. I created this issue related to this: http://jira.codehaus.org/browse/MNG-3197 Is this behaviour by design? No. This is

Classpath ordering of dependencies

2007-09-07 Thread Paul Gier
Hi Everyone, I noticed that transitive dependencies seem to precede direct dependencies on the test classpath. I created this issue related to this: http://jira.codehaus.org/browse/MNG-3197 Is this behaviour by design? In the current maven, this means that if there is an older version of

Re: Classpath ordering of dependencies

2007-09-07 Thread Paul Gier
Jason van Zyl wrote: On 7 Sep 07, at 9:43 AM 7 Sep 07, Paul Gier wrote: Hi Everyone, I noticed that transitive dependencies seem to precede direct dependencies on the test classpath. I created this issue related to this: http://jira.codehaus.org/browse/MNG-3197 Is this behaviour by

Re: Classpath ordering of dependencies

2007-09-07 Thread Jason van Zyl
On 7 Sep 07, at 2:20 PM 7 Sep 07, Paul Gier wrote: Jason van Zyl wrote: On 7 Sep 07, at 9:43 AM 7 Sep 07, Paul Gier wrote: Hi Everyone, I noticed that transitive dependencies seem to precede direct dependencies on the test classpath. I created this issue related to this: