On Sun, Sep 19, 2010 at 11:06 AM, Niklas Gustavsson <nik...@protocol7.com> wrote: > On Sun, Sep 19, 2010 at 10:12 AM, Stefan Seelmann <seelm...@apache.org> wrote: >> Embedded error: Error rendering Maven report: Failed during checkstyle >> configuration >> FileLength is not allowed as a child in Checker >> >> Any idea why the machines (at least Ubuntu1 and Ubuntu2) behave different? > > Assuming your build are using the Maven Checkstyle plugin, have you > pinned down the version of Checkstyle to be used in your build? > Otherwise, you might be getting different Checkstyle versions on > different boxes.
Yes, the build uses the Maven Checkstyle plugin. I checked the effective pom: In plugin management we pin maven-checkstyle-plugin down to version 2.5 which uses Checkstyle 5.0. But it seems [1] that the version in the plugin management section isn't used for the reporting plugins, so I'll add them manually. Thanks Niklas for the hint :-) Kind Regards, Stefan [1] http://jira.codehaus.org/browse/MSITE-443