You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcel Graber <ma...@bluewin.ch> on 2004/02/04 22:52:47 UTC

Checkstyle ClassCastException

Hi ,

I did a new CVS checkout of the maven / maven_plugins stuff, and had the 
problem, that Checkstyle only did  ClassCastException in "maven 
site:generate" (with "maven checkstyle:report" it was ok)

I have now added the following lines in all dependency in the 
/maven-checkstyle-plugin-2.3-SNAPSHOT/project.xml and it seems to work.

<properties>
        <classloader>root</classloader>
</properties>

perhaps a member of the checkstyle plugin can fix this?

tnx,
marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org