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 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? Thanks, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
