[antlr-interest] using the antlr maven repository

Jim Idle jimi at temporal-wave.com
Tue Mar 31 21:09:20 PDT 2009


Pete Siemsen wrote:
> Jim,
>
> My grammar is already organized as you suggest - it's 
> in src/main/antlr3/com/kyben/translatecim/TranslateCIM.g, and in that 
> file I have
>
> @lexer::header {
>     package com.kyben.translatecim;
>
>     import java.io.*;
> }
>
> ... so that's not my problem.  If it helps, I've taken the liberty of 
> sending you a separate email message containing a tar of my whole 
> development directory structure - it's only about 280k.
Maven does not like your commenting out of the default options. Take out 
the comment and it works.

Jim


More information about the antlr-interest mailing list