"Alex Karasulu" <[EMAIL PROTECTED]> wrote on 22/08/2003 02:03:23 PM:

> I'm having problems getting the antlr plugin to do anything at all other
> than create the target/antlr directory.  Here's what I have for the 
antlr
> properties:
> 
> # antlr configuration
> maven.antlr.grammers= filter.g
There's a typo here. grammar is spelt with an 'a'.

> maven.antlr.src.dir=src/antlr
> 
> I get no activity at all and it tells me the build went just fine: i.e.
> BUILD SUCCESSFUL.  None of the antlr files expected get generated.
> 
> How can I effectively utilize this plugin if my antlr grammars
> grammerFile1.g and grammerFile2.g are in the src/antlr directory?
Shouldn't it be

maven.antlr.grammars= grammerFile1.g grammerFile2.g

--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Reply via email to