/me gets off his lazy butt and files YOKO-335.

On Apr 10, 2007, at 9:43 AM, Alan D. Cabrera wrote:

This is not an acceptable workaround. We need to fix our code to accommodate this. If someone files a Jira issue, I'll fix this.


Regards,
Alan

On Apr 4, 2007, at 5:20 AM, Mosur Ravi, Balaji wrote:

I am not getting the error.

Are you using the default directory (in windows) for maven (Documents and Settings), if so then change it to some other directory without spaces by setting your localRepository in settings.xml. There is a known bug in maven where it doesn't escape the spaces properly.

I think the later version of surefire plugin fixes it, but I got a hang when running some testcases, so couldn't upgrade to that version yet.

<localRepository>d:\m2\repository</localRepository>

You need to put the settings.xml file in Documents and Settings \<user>\.m2 directory.

- Balaji


-----Original Message-----
From: Alan D. Cabrera [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 03, 2007 3:45 PM
To: yoko-dev@incubator.apache.org
Subject: Re: [Test] Why do tests of module core fail on Windows?

I used to get this error from Geronimo on windows and I now get it on
Yoko.  The problem was the RMI classloader that improperly splits on
spaces in the classpath.

Balaji, can you confirm that you get this error on trunk on windows?


Regards,
Alan

On Apr 3, 2007, at 10:21 AM, Mosur Ravi, Balaji wrote:

Hi,

I am not able to reproduce this error...

It might be due to some artifacts being not cleaned up when the
test runs...

Try doing an "mvn clean" before running the test.

Also, the server might be running in the background if maven is
hanging, so be sure to kill it first...

- Balaji


                


Reply via email to