[antlr-interest] Release 3.0.1 doesn't work in eclipse

Kenny MacDermid kenny at kmdconsulting.ca
Thu Sep 27 21:26:48 PDT 2007


Hello,

I've noticed that if I try to upgrade to 3.0.1 in eclipse my project
will no longer compile.

I receive the error:

The type antlr.RecognitionException cannot be resolved. It is
indirectly referenced from required .class files

I see RecognitionException was moved to org.antlr.runtime. Which I
have updated in my source files, unfortunately the
org.antlr.tool.BuildDependencyGenerator still references
antlr.RecognitionException  (as do other files in this release). This
can be seen in revision 3530 for this file.

Kenny


More information about the antlr-interest mailing list