Re: Maven version

2009-09-18 Thread Wes Wannemacher
The embedded jsp plugin requires java six, so it is sort of irrelevant. On 9/18/09, Dale Newfield wrote: > Wes Wannemacher wrote: >> if you build with maven 2.0.x the unit test in the embedded >> JSP plugin will fail... But, if you are using 2.2.1, the test >> succeeds. > > Using java5 instead o

Re: Maven version

2009-09-18 Thread Dale Newfield
Wes Wannemacher wrote: if you build with maven 2.0.x the unit test in the embedded JSP plugin will fail... But, if you are using 2.2.1, the test succeeds. Using java5 instead of java6 will result in the same symptom. Do you know what version of java hudson or bamboo compile with? -Dale ---

Re: Maven version

2009-09-18 Thread Musachy Barroso
hum, the bug could be in the surefire plugin instead of maven itself, this is the config that adds the jar to the classpath: org.apache.maven.plugins maven-surefire-plugin 2.4.2

Re: Maven version

2009-09-18 Thread Martin Cooper
On Fri, Sep 18, 2009 at 7:18 AM, Wes Wannemacher wrote: > Guys, > > It has been bugging me lately that hudson and bamboo fail, yet Musachy > and I can't reproduce the error. Through trial and error, I figured > out that if you build with maven 2.0.x the unit test in the embedded > JSP plugin will

Re: Maven version

2009-09-18 Thread Antonio Petrelli
2009/9/18 Musachy Barroso : > I have no idea how to do that (require maven 2.2.1) Use the enforcer plugin: http://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html HTH Antonio - To unsubscribe, e-mail: dev-unsubs

Re: Maven version

2009-09-18 Thread Musachy Barroso
I have no idea how to do that (require maven 2.2.1), but if you cam do it, I am +1 for it. It will be self-explanatory when people try to build with an older version. musachy On Fri, Sep 18, 2009 at 7:18 AM, Wes Wannemacher wrote: > Guys, > > It has been bugging me lately that hudson and bamboo

Maven version

2009-09-18 Thread Wes Wannemacher
Guys, It has been bugging me lately that hudson and bamboo fail, yet Musachy and I can't reproduce the error. Through trial and error, I figured out that if you build with maven 2.0.x the unit test in the embedded JSP plugin will fail... But, if you are using 2.2.1, the test succeeds. Now that I k