Re: Classpath ordering of dependencies

2007-09-10 Thread Paul Gier
--Original 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" tr

RE: Classpath ordering of dependencies

2007-09-09 Thread Brian E. Fox
007 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 > On 7 Sep 07, at 2:20 PM 7 Sep 07, Paul Gier wrote: > > > I

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 t

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: http://jira.c

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 desi

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 no