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

[Acegisecurity-developer] build failed

2008-01-11 Thread Candide Kemmler
Hi All, My name is Candide Kemmler (http://www.palacehotel.org) and I'm very interested in using OpenID for authenticating users. The code is still in the sandbox and hence I need to build the code to test it. I told Ray Krueger about the following error, and he told me to share it with you.