Re: java 5 build fails

2013-07-24 Thread Thomas Fox
rather than maven job type or except if I can > fix that :-)). > So even if 1.5 is EOL for a while now..., I will revert that as it > looks to be used here. > > > 2013/7/24 Thomas Fox : > > > > Hi all, > > > > It seems that java 5 builds are broken (at lea

java 5 build fails

2013-07-24 Thread Thomas Fox
Hi all, It seems that java 5 builds are broken (at least on ubuntu4). The last three Torque builds[1] have failed with the same exception, which basically says (full stack trace [2]) Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class file The latest successful build

Re: Struts builds are gone

2013-07-12 Thread Thomas Fox
Same with the Torque builds... https://builds.apache.org/job/Torque4-trunk/ I do not have links for the two dependent jobs which are also gone. Thomas Andreas Lehmkuehler wrote: > > the PDFBox builds also vanished :-( > > https://builds.apache.org/job/PDFBox-trunk/ > > I don't have a link f

RE: bad cobertura plugin version in jenkins ?

2012-10-25 Thread Thomas Fox
Whatever it was, it is fixed now. Thanks a lot, Thomas > It seems that the cobertura plugin version was upgraded recently in > jenkins. > > Since then, the Torque jenkins builds failed, the first failing build was > https://builds.apache.org/view/S-Z/view/Torque/job/Torque4-trunk/

bad cobertura plugin version in jenkins ?

2012-10-24 Thread Thomas Fox
It seems that the cobertura plugin version was upgraded recently in jenkins. Since then, the Torque jenkins builds failed, the first failing build was https://builds.apache.org/view/S-Z/view/Torque/job/Torque4-trunk/332/console The root cause is java.io.NotSerializableException: hudson.plugins.c

Antwort: Re: checkstyle/pmd plugin in jenkins ?

2012-10-15 Thread Thomas Fox
> On Fri, Oct 12, 2012 at 2:07 AM, Thomas Fox wrote: > > > > > Dear build team, > > > > would it be possible to install the following static analysis plugins in > > jenkins: > > > > https://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plug

WG: checkstyle/pmd plugin in jenkins ?

2012-10-12 Thread Thomas Fox
Dear build team, would it be possible to install the following static analysis plugins in jenkins: https://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin https://wiki.jenkins-ci.org/display/JENKINS/DRY+Plugin The Torque team would li

Re: checkstyle:checkstyle failure and configuration failure

2012-06-28 Thread Thomas Fox
Olivier Lamy wrote: > Should be fixed now. See similar threads on builds@ Thanks a lot, Olivier. I can confirm that it is fixed. Thomas > 2012/6/27 Thomas Fox : > > > > Since about eight hours, we experience the following problems with the > > to

checkstyle:checkstyle failure and configuration failure

2012-06-26 Thread Thomas Fox
Since about eight hours, we experience the following problems with the torque build [1] - the checkstyle:checkstyle maven goal fails with the message [2] java.lang.reflect.UndeclaredThrowableException at $Proxy2.end(Unknown Source) at hudson.maven.MavenBuildProxy2$Filter.end(MavenBuildProxy2.jav

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

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

Downstream build and local maven repository

2012-01-20 Thread Thomas Fox
I have some questions related to the sharing of maven artifacts between upstream and downstream jenkins builds For Torque, we have a build which builds the main project (using mvn install) and then a test project which is intended to test the artifacts produced by the main build. The test project