[antlr-interest] ANTLR 3 Eclipse Plugin

scott at javadude.com scott at javadude.com
Tue Jun 19 09:41:46 PDT 2007


The source structure doesn't matter -- as long as the grammar is in any
source dir, with whatever package dir structure, it'll be ok.

Of course, we're requiring that the grammar be in a proper package-dir
structure, though. No different than the last plugin ;)

Once I have a "output dir" property settable for the grammar, non-standard
layouts can be used. Until then, they're stuck with my evil layouts.
Muihahahahah!

I just did the conversion to create/use antr3-generated source dir and it
works well. I'll see if I can post it tonight.

Later,
-- Scott

> You focused on the output file. This is, as you say, harmless in a pure
> eclipse environment. Nobody archives derived files, right?
>
> But, we have created a structure for the input files. This can break
> existing "ant task" based project structures.



More information about the antlr-interest mailing list