Re: Tests fail (class not found) when running against non-standard local repository location

2007-08-16 Thread Wayne Fay
> > > > so following the principle of least surprises, I would expect the > > surefire plugin to work with it too > > > > -- Vihung > > > > -Original Message- > > From: Wayne Fay [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 08, 2007 7:57

RE: Tests fail (class not found) when running against non-standard local repository location

2007-08-16 Thread Vihung Marathe
) the other plugins seem to work with it fine, > > so following the principle of least surprises, I would expect the > surefire plugin to work with it too > > -- Vihung > > -Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 08, 20

Re: Tests fail (class not found) when running against non-standard local repository location

2007-08-15 Thread Wayne Fay
so following the principle of least surprises, I would expect the > surefire plugin to work with it too > > -- Vihung > > -Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 08, 2007 7:57 PM > To: Maven Users List > Subject: Re:

RE: Tests fail (class not found) when running against non-standard local repository location

2007-08-15 Thread Vihung Marathe
; No. >> >> Actually in the case that works, the command line is longer (because >> the default repository location includes the "Documents and Settings" >> directory on Windows). >> >> -- Vihung >> >> -Original Message- >> Fro

RE: Tests fail (class not found) when running against non-standard local repository location

2007-08-15 Thread Vihung Marathe
ocation includes the "Documents and Settings" > directory on Windows). > > -- Vihung > > -----Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 01, 2007 4:47 PM > To: Maven Users List > Subject: Re: Tests fail (class not foun

Re: Tests fail (class not found) when running against non-standard local repository location

2007-08-10 Thread metabaron
space/myproject/repository >> >> However, assuming I am running maven from C:\workspace\myproject, none >> of the following values work >> - .\repository >> - ./repository >> - repository >> >> >> -----Original Message- >> From: Vihung Ma

Re: Tests fail (class not found) when running against non-standard local repository location

2007-08-08 Thread Wayne Fay
orkspace\myproject, none > of the following values work > - .\repository > - ./repository > - repository > > > -Original Message- > From: Vihung Marathe > Sent: Wednesday, August 01, 2007 5:56 PM > To: 'Maven Users List' > Subject: RE: Tests fail

RE: Tests fail (class not found) when running against non-standard local repository location

2007-08-08 Thread Vihung Marathe
of the following values work - .\repository - ./repository - repository -Original Message- From: Vihung Marathe Sent: Wednesday, August 01, 2007 5:56 PM To: 'Maven Users List' Subject: RE: Tests fail (class not found) when running against non-standard local repository loc

RE: Tests fail (class not found) when running against non-standard local repository location

2007-08-01 Thread Vihung Marathe
4:47 PM To: Maven Users List Subject: Re: Tests fail (class not found) when running against non-standard local repository location Off the top of my head, the only thing I could think would be if, by redirecting the localRepo, you're running into max lengths of paths on Windows, or maxing out

Re: Tests fail (class not found) when running against non-standard local repository location

2007-08-01 Thread Wayne Fay
Off the top of my head, the only thing I could think would be if, by redirecting the localRepo, you're running into max lengths of paths on Windows, or maxing out the -classpath argument length. It is certainly an odd problem, and I've never seen it myself, nor seen it reported on this list. In fa

Tests fail (class not found) when running against non-standard local repository location

2007-08-01 Thread Vihung Marathe
When running maven with a non standard location for the local repository, it seems that maven cannot find the JUnit classes. As soon as I use the default repository location, everything works fine. The contents of both local repositories are identical. I have ensured this by deleting and copying