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

2007-05-03 Thread Carlos Sanchez
afaik doesn't support html docs, but I took the xdocs generated by m1 and put them in the xdocs folder, so that's fine I added the docbook plugin but failed and commented it out the other thing still missing would be the changes and announcements reports On 4/28/07, Luke Taylor <[EMAIL PROTECTE

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

2007-04-28 Thread Luke Taylor
Ben Alex wrote: > Hi all > > Carlos and Luke, what's the latest status of the Maven 2 build? Does the > reference documentation build successfully with Maven 2 as-is? I see > acegisecurity.org hasn't built and uploaded since 18 December 2006. > Luke, is that running the Maven 2 build? > No. The

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

2007-04-27 Thread Ben Alex
Hi all Carlos and Luke, what's the latest status of the Maven 2 build? Does the reference documentation build successfully with Maven 2 as-is? I see acegisecurity.org hasn't built and uploaded since 18 December 2006. Luke, is that running the Maven 2 build? We're shooting at releasing 1.0.4 in th

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

2007-04-23 Thread Ray Krueger
I know the fix works :P My concern was more about compatibility. It seems we depend on servlet api 2.4, whether we like it or not. On 4/23/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > looks good > > On 4/23/07, Ray Krueger <[EMAIL PROTECTED]> wrote: > > All, I've fixed the > > http://opensourc

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 pro

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 cl

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 > target/surefire-reports/.../AuthorizeTagExpressionLangua

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
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
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 web

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

2007-04-22 Thread Ray Krueger
On 4/22/07, Luke Taylor <[EMAIL PROTECTED]> wrote: > > > Luke Taylor wrote: > > I suggested a while back that we refactor the sample app into a simple > > s/simple/single I like simple better :) > > > webapp which uses the standard authentication filter and leave the other > > context files comment

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

2007-04-22 Thread Luke Taylor
Luke Taylor wrote: > I suggested a while back that we refactor the sample app into a simple s/simple/single > webapp which uses the standard authentication filter and leave the other > context files commented out in web.xml so that it's possible to switch > to another version and build it just

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

2007-04-22 Thread Luke Taylor
I suggested a while back that we refactor the sample app into a simple webapp which uses the standard authentication filter and leave the other context files commented out in web.xml so that it's possible to switch to another version and build it just by changing file. I think we agreed that was a