Hi! I've wanted to build ANTLR with the newest files, but when calling "ant" on the command line I get a few errors. The root cause seems to be:
" [myjavac] 1. ERROR in /home/verequus/Arbeit/ANTLR/code/antlr/main/src/org/antlr/codegen/CodeGenerator.java (at line 52) [myjavac] import org.antlr.grammar.v3.ActionTranslator; [myjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [myjavac] The import org.antlr.grammar.v3.ActionTranslator cannot be resolved" I called "ant clean", but it doesn't solve this problem. Do I still somehow have an too old file lying around or does the ant build.xml miss a breaking change amendment? Or do I have to compile a particular file in advance? Johannes _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
