Re: java 1.5 build and "Bad version number in .class file" error

2012-02-25 Thread Thomas Fox
> Just reverted to 6.0.35 > Looks to be better: https://builds.apache.org/job/Torque4-trunk/68/console Thanks a lot! The build looks good now. > @Torque folks I have changed your cron scm pooling which was * * * * * > (every minutes) to @hourly > Please avoid using such value ! Ok, thanks. I lo

Re: java 1.5 build and "Bad version number in .class file" error

2012-02-16 Thread Olivier Lamy
2012/2/16 Konstantin Kolinko : > 2012/2/16 Olivier Lamy : >> The issue is running Jenkins on Tomcat7 with maven build using jdk1.5 . >> Jenkins jobs (with jdk1.5) try to load some classes (in our cases >> javax.servlet.* ) from master node. >> And in this case they come from tomcat classLoader and

Re: java 1.5 build and "Bad version number in .class file" error

2012-02-16 Thread Olivier Lamy
Just reverted to 6.0.35 Looks to be better: https://builds.apache.org/job/Torque4-trunk/68/console @Torque folks I have changed your cron scm pooling which was * * * * * (every minutes) to @hourly Please avoid using such value ! 2012/2/16 Olivier Lamy : > The issue is running Jenkins on Tomcat7 w

Re: java 1.5 build and "Bad version number in .class file" error

2012-02-16 Thread Konstantin Kolinko
2012/2/16 Olivier Lamy : > The issue is running Jenkins on Tomcat7 with maven build using jdk1.5 . > Jenkins jobs (with jdk1.5) try to load some classes (in our cases > javax.servlet.* ) from master node. > And in this case they come from tomcat classLoader and are "marked" > 1.6 result -> "Caused

Re: java 1.5 build and "Bad version number in .class file" error

2012-02-16 Thread Olivier Lamy
The issue is running Jenkins on Tomcat7 with maven build using jdk1.5 . Jenkins jobs (with jdk1.5) try to load some classes (in our cases javax.servlet.* ) from master node. And in this case they come from tomcat classLoader and are "marked" 1.6 result -> "Caused by: java.lang.UnsupportedClassVersi

Re: java 1.5 build and "Bad version number in .class file" error

2012-02-16 Thread Niklas Gustavsson
On Thu, Feb 16, 2012 at 9:50 AM, Olivier Lamy wrote: > It's on my TODO list to debug/fix this jenkins issue. > I will try to work on that today. I tried to downgrade the Cobertura publisher mentioned in the stacktrace to no improvement. /niklas

Re: java 1.5 build and "Bad version number in .class file" error

2012-02-16 Thread Olivier Lamy
Hello, It's on my TODO list to debug/fix this jenkins issue. I will try to work on that today. -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2012/2/16 Thomas Fox : > > The Torque project has jenkins builds running on the latest 1.5 JDK a

java 1.5 build and "Bad version number in .class file" error

2012-02-15 Thread Thomas Fox
The Torque project has jenkins builds running on the latest 1.5 JDK and the last builds have failed with the following error (full stack trace below) ... Caused by: java.lang.ClassFormatError: Failed to load javax.servlet.ServletException ... Caused by: java.lang.UnsupportedClassVersionError: Bad