Re: [Acegisecurity-developer] build failed

2008-01-14 Thread Luke Taylor
I think these should problems should be easy to fix. One seems to be because a test is checking the message from an exception (which is obviously a bad idea, given that we now support different languages). The other is to do with the equality of two different UserDetails objects - they aren't

Re: [Acegisecurity-developer] build failed

2008-01-13 Thread Candide Kemmler
Hi Ray, I have wiped everything in my working copy directory, then re-co'd everything and run mvn install, and still got the same errors. Attached is a patch containing the 3 tiny hacks I had to write for the project to compile. Maybe you have more insight than me to understand what was going

Re: [Acegisecurity-developer] build failed

2008-01-13 Thread Ray Krueger
Yeah, the unit tests will only pass in English. Try this (without your changes) set MAVEN_OPTS=-Duser.language=en -Duser.region=US mvn install On Jan 13, 2008 7:03 AM, Candide Kemmler [EMAIL PROTECTED] wrote: Hi Ray, I have wiped everything in my working copy directory, then re-co'd

Re: [Acegisecurity-developer] build failed

2008-01-11 Thread Luke Taylor
Do you have the actual errors for the failing tests and can you post some more information on your environment? Everything seems to be OK here and I haven't noticed any of the automated builds complaining so I'm not sure what could be causing this. Candide Kemmler wrote: Hi All, My name is

Re: [Acegisecurity-developer] build failed

2008-01-11 Thread Luke Taylor
Hi, The ehcache errors shouldn't be a problem be ignored. They are due to multiple VM shutdown hooks which cause things to mess up when the VM exits. We need to make sure all the tests close application contexts properly to stop these messages but they won't cause the tests to fail. cheers,

Re: [Acegisecurity-developer] build failed

2008-01-11 Thread Candide Kemmler
I'm running java -version: java version 1.6.0 Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode) on Windows XP *French* I have 2Gb of RAM,... what else? Looks like at least one error is due to my system being in french :-( And for

Re: [Acegisecurity-developer] build failed

2008-01-11 Thread Ray Krueger
Yeah, I think we have a problem building on Windows. I had a problem this morning on my Windows laptop. Once I got into the office I pulled the code down to my linux workstation and simply ran mvn install, everything went off without a hitch. I'll look at it on my train ride home I think :) On