I'm using the antlr-3.4-complete-no-antlrv2.jar version of ANTLR on Eclipse Indigo.
I have installed the ANTLR IDE plugin along with ZEST and GEF. When I generate a combined grammar file and add a header, lexer header and a rule, Eclipse doesn't generate the Parser and Lexer files.
If I use antlr-3.2.jar it does. I can generate the Lexer and Parser files (using antlr-3.4.*) outside of Eclipse using java -classpath antlr-3.4-complete-no-antlrv2.jar org.antlr.Tool Sample.g.
Is there any way to turn this on in Eclipse for version 3.4 ?