> > +1 > > About latest checkstyle plugin in SVN: checkstyle comes with > beanutils 1.7.0, I don't know if it would work with 1.6 (I > understand from Arnaud's mail that it won't). There's also > the problem of > MPCHECKSTYLE-33 last time I tried not to use the root classloader. > My idea is not to bundle this SVN version of the plugin with > 1.1, but I'd like to release a beta so people can use > checkstyle reports with java 1.5 > > Any solutions? >
Hi Carlos, Actually, I have no solution. I want to go further into the upgrade to beanutils 1.7. I'm not yet sure taht there's an incompatibility or if I missed something... If we don't find a solution we can keep the old release of the checkstyle plugin in maven 1.1 but it's possible that we find some divergences in dependencies. For MPCHECKSTYLE-33 you'll not find a better solution because ant is loaded in the root classloader thus you must load in this classloader all the libraries it uses for the checkstyle task. The only workarround I can see is to not use the ant task but the command line for example. Arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
