Re: Maven Antlr Troubles

2003-08-22 Thread dion
"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/




RE: Maven Antlr Troubles

2003-08-21 Thread Alex Karasulu
Yep thanks - I can't seem to spell for the life of me.  Also thanks to the
Dion (GAIM) and Noel (MSN) team ;-).

Alex

-Original Message-
From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 21, 2003 11:23 PM
To: Maven Users List
Subject: Re: Maven Antlr Troubles

On Thu, 2003-08-21 at 23:03, Alex Karasulu wrote:
> 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
  
  grammars
?

-- 
Craig S. Cottingham
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven Antlr Troubles

2003-08-21 Thread Craig S. Cottingham
On Thu, 2003-08-21 at 23:03, Alex Karasulu wrote:
> 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
  
  grammars
?

-- 
Craig S. Cottingham
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]