[antlr-interest] using the antlr maven repository

Pete Siemsen siemsen at ucar.edu
Sun Mar 29 23:17:47 PDT 2009


I have had ANTLR working with maven for a while.  I'm interested in  
using a newer ANTLR.  The one in my repository is 2.7.7.  I'd like to  
use newer version of ANTLR if possible.  I have the repository  
definition suggested by the web page at http://www.antlr.org/wiki/display/ANTLR3/2008/11/20/Maven+and+Hudson+continuous+build+server+now+running

If I change my (working) pom.xml from

                 <dependency>
                         <groupId>org.antlr</groupId>
                         <artifactId>antlr-runtime</artifactId>
                         <version>3.0.1</version>
                 </dependency>

to

                 <dependency>
                         <groupId>org.antlr</groupId>
                         <artifactId>antlr-runtime</artifactId>
                         <version>3.1.3</version>
                 </dependency>

I get the 3.1.3, and I get lots of "cannot find symbol _fsp" and  
"cannot find symbol errorRecovery".  I've tried deleting my ~/.m2/ 
reposinory/antlr/antlr/2.7.7, aonly to watch it get downloaded again.

Any suggestion appreciated.

-- Pete




More information about the antlr-interest mailing list