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-01 16:16 ------- It looks like a classpath issue. Apart from antlrall.jar I had a checkstyle.jar in the classpath. However, checkstyle includes some of the antlr files, but not all. That's why I get a ClassNotFoundException on ANTLRGrammarBehavior. -verbose says that only checkstyle.jar is in the classpath when exeuting antlr. If I change the order and place antlrall.jar before checkstyle.jar test3 works without any problems.