Re: [Acegisecurity-developer] Our build is a mess...

2007-04-23 Thread Carlos Sanchez
On 4/21/07, Ray Krueger [EMAIL PROTECTED] wrote: * Maven 2.0.5 and 2.0.6 both cause the AuthorizeTagExpressionLanguageTests to fail, whereas 2.0.4 builds it fine. what is the problem? it passes for me * The contacts sample cannot be built with maven2 from the instructions on our website,

Re: [Acegisecurity-developer] Our build is a mess...

2007-04-23 Thread Ray Krueger
The AuthorizeTagExpressionLanguageTests fail for me on Windows XP in all Maven versions due to a NoSuchMethod exception. We had a discussion a few months back with one of the users having the same problem. I have no idea what the issue is, but it always fails for me. There is even a bug open for

Re: [Acegisecurity-developer] Our build is a mess...

2007-04-23 Thread Carlos Sanchez
i can't reproduce with 2.0.6 I need the test report in target/surefire-reports/.../AuthorizeTagExpressionLanguageTests.txt On 4/23/07, Ray Krueger [EMAIL PROTECTED] wrote: The AuthorizeTagExpressionLanguageTests fail for me on Windows XP in all Maven versions due to a NoSuchMethod exception.

Re: [Acegisecurity-developer] Our build is a mess...

2007-04-23 Thread Ray Krueger
Running a clean test now, I'll update the bug. Any ideas on the war/multiwar thing? Is there a maven2 equivalent to multiwar? On 4/23/07, Carlos Sanchez [EMAIL PROTECTED] wrote: i can't reproduce with 2.0.6 I need the test report in

Re: [Acegisecurity-developer] Our build is a mess...

2007-04-23 Thread Ray Krueger
All, I've fixed the http://opensource.atlassian.com/projects/spring/browse/SEC-445 bug. The fix is to bring in servlet-api 2.4 so that we get the correct version of PageContext into the classpath. Is that going to be a problem? On 4/23/07, Ray Krueger [EMAIL PROTECTED] wrote: Running a

Re: [Acegisecurity-developer] Our build is a mess...

2007-04-23 Thread Carlos Sanchez
looks good On 4/23/07, Ray Krueger [EMAIL PROTECTED] wrote: All, I've fixed the http://opensource.atlassian.com/projects/spring/browse/SEC-445 bug. The fix is to bring in servlet-api 2.4 so that we get the correct version of PageContext into the classpath. Is that going to be a problem?