Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-22 Thread Lukasz Lenart
2012/11/22 Lukasz Lenart : > 2012/11/21 Lukasz Lenart : >> I removed dev@struts.a.o from these builds, only committer will get >> the error message. Right now I'm working on that > > Just one failing test left to run properly on JDK7: > > Tests in error: > testWebFlow(org.apache.struts2.sitegraph

Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-21 Thread Lukasz Lenart
2012/11/21 Lukasz Lenart : > I removed dev@struts.a.o from these builds, only committer will get > the error message. Right now I'm working on that Just one failing test left to run properly on JDK7: Tests in error: testWebFlow(org.apache.struts2.sitegraph.SiteGraphTest) Regards -- Łukasz +

Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-21 Thread Lukasz Lenart
2012/11/21 Christian Grobmeier : > On Wed, Nov 21, 2012 at 8:20 PM, Rene Gielen wrote: >> Your javadoc changes did not break the build, as much as they didn't fix it. >> The build was never successful so far: >> https://builds.apache.org/job/Struts2-JDK7/ > > Ah. Makes me feel much more comfortab

Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-21 Thread Christian Grobmeier
On Wed, Nov 21, 2012 at 8:20 PM, Rene Gielen wrote: > Your javadoc changes did not break the build, as much as they didn't fix it. > The build was never successful so far: > https://builds.apache.org/job/Struts2-JDK7/ Ah. Makes me feel much more comfortable. Thx! Cheers Christian > - René > >

Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-21 Thread Wes Wannemacher
Looks pretty easy - public static GxpInstance getInstance(Class gxpClass) in GxpInstance.java clashes with - public static Gxp getInstance(Class gxpClass) In Gxp (which GxpInstance derives). GxpInstance needs to probably override getInstance(...). I don't know enough about the GXP plugin to say

Re: Fwd: Build failed in Jenkins: Struts2-JDK7 #3

2012-11-21 Thread Rene Gielen
Your javadoc changes did not break the build, as much as they didn't fix it. The build was never successful so far: https://builds.apache.org/job/Struts2-JDK7/ - René Christian Grobmeier schrieb: >Oh dear... can anybody advise? >I really just updated the javadoc of a class. Not sure why GxPI