The classes in package antlr (as opposed to org.antlr) are from Antlr 2.7.7, which was used to develop Antlr 3.2 (and perhaps StringTemplate too, I'm not sure). You need to have the Antlr 2.7.7 jar to compile Antlr 3.2. If you're using Maven and have it set up properly, it should get that dependency for you automatically. But there is a bug in the Antlr POM that causes problems (I understand from previous emails that it's fixed in the latest development version, but not in the latest released source package).
Ron Borneq wrote: > I use sources from antlr-3.2.tar.gz and stringtemplate-3.2.tar.gz > In archive stringtemplate-3.2.tar.gz in file > stringtemplate-3.2\src\org\antlr\stringtemplate\language\ActionEvaluator.java > need to import: > import antlr.TreeParser; > import antlr.Token; > import antlr.collections.AST; > import antlr.RecognitionException; > import antlr.ANTLRException; > import antlr.NoViableAltException; > import antlr.MismatchedTokenException; > import antlr.SemanticException; > import antlr.collections.impl.BitSet; > import antlr.ASTPair; > import antlr.collections.impl.ASTArray; > > Nowhere I can find this package > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > > -- Ron Hunter-Duvar | Software Developer V | 403-272-6580 Oracle Service Engineering Gulf Canada Square 401 - 9th Avenue S.W., Calgary, AB, Canada T2P 3C5 All opinions expressed here are mine, and do not necessarily represent those of my employer. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
