It's caused by the execution of java:compile. So something like jar:install site probably won't work no matter where the report is.
- Brett > -----Original Message----- > From: Sean Timm [mailto:[EMAIL PROTECTED] > Sent: Thursday, 5 February 2004 9:09 AM > To: Maven Users List > Subject: RE: Checkstyle ClassCastException > > > I got rid of this by placing my checkstyle report first in > the list...prior to this, jdepend was in front of it, and I > was seeing this issue. > > > -----Original Message----- > > From: Brett Porter [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 04, 2004 3:04 PM > > To: 'Maven Users List' > > Subject: RE: Checkstyle ClassCastException > > > > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHECKSTYLE-16 > > > > I hope there is a better way to fix it, but I do remember > > these being taken out some time ago. > > > > - Brett > > > > > -----Original Message----- > > > From: Marcel Graber [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, 5 February 2004 8:53 AM > > > To: Maven Users List > > > Subject: 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: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
