DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17807>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17807

antlr test fails





------- Additional Comments From [EMAIL PROTECTED]  2003-04-02 14:20 -------
The case is that the latest version of checkstyle includes the whole antlr.jar
into checkstyle.jar so that the antlr testcases work. It seems that older
versions did not include all files which are necessary to run antlr properly. So
maybe we should change antlr.Tool to antlr.ANTLRGrammarParseBehavior which is
the class that caused the ClassNotFoundException in my case. This should ensure
that for older versions of checkstyle, antlrall.jar is added to the classpath.
However, if you use a new version of checkstyle, checkstyle.jar will be included
and will work properly. Maybe we should mention that in the docs.

Reply via email to