[jira] Commented: (MAVEN-489) Checkstyle Error - Got an exception - java.lang.ClassCastException

2003-06-29 Thread jira
The following comment has been added to this issue: Author: Steve Ovens Created: Sun, 29 Jun 2003 8:03 PM Body: Don't know if this helps narrow it down, but if I run a checkstyle report as part of the site or dist goals, then I get the same problem - each source file reports a

[jira] Commented: (MAVEN-489) Checkstyle Error - Got an exception - java.lang.ClassCastException

2003-06-29 Thread jira
The following comment has been added to this issue: Author: Steve Ovens Created: Sun, 29 Jun 2003 8:11 PM Body: I should note that swapping the order of reports (jdepend and checkstyle) (as suggested above by Incze Lajos [ 16/Jun/03 07:19 PM ]) did not have any effect - I get

Re: [jira] Commented: (MAVEN-489) Checkstyle Error - Got an exception- java.lang.ClassCastException

2003-06-16 Thread Brian Ewins
This diagnosis doesn't seem right. And this is the bad news: apos; is good for html but bad for XML. So, the result file is not well formed. And yes, now I tested that this was the real problem, you can do it, too: This isn't correct. see http://www.w3.org/TR/REC-xml#sec-predefined-ent All XML

RE: [jira] Commented: (MAVEN-489) Checkstyle Error - Got an exception- java.lang.ClassCastException

2003-06-16 Thread nick . minutello
Vincent, This error is a know error due to some Antlr version 2.7.1 present in the classpath. Checkstyle 3.1 requires Antlr 2.7.2. I think that was one error. When rebuilt Maven after your patch, I then got a different error. (With antlr 2.7.1, it was Got an exception -