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
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
+
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
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é
>
>
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
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