Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread Jochen Kuhnle
On 2007-07-12 15:47:31 +0200, David Holroyd <[EMAIL PROTECTED]> said: Hi, On Thu, Jul 12, 2007 at 12:08:53PM +0200, Jochen Kuhnle wrote: I tried out the antlr3 plugin and ran into a dependency problem: antlr-3.0 depends on stringtemplate-3.0 which depends on antlr-2.7.x. Since antlr-2 and -3 a

Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread David Holroyd
On Fri, Jul 13, 2007 at 06:21:24AM +1000, Brett Porter wrote: > I also didn't think stringtemplate used antlr2 at runtime, I thought > it was just at compile time? The StringTemplate build needs the ANTLRv2 tool to compile its grammar and the StringTemplate artifact needs the ANTLRv2 'runtime' t

Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread Brett Porter
I agree with David. I also didn't think stringtemplate used antlr2 at runtime, I thought it was just at compile time? - Brett On 12/07/2007, at 11:47 PM, David Holroyd wrote: Hi, On Thu, Jul 12, 2007 at 12:08:53PM +0200, Jochen Kuhnle wrote: I tried out the antlr3 plugin and ran into a d

Re: Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread David Holroyd
Hi, On Thu, Jul 12, 2007 at 12:08:53PM +0200, Jochen Kuhnle wrote: > I tried out the antlr3 plugin and ran into a dependency problem: > antlr-3.0 depends on stringtemplate-3.0 which depends on antlr-2.7.x. > Since antlr-2 and -3 are fundamentally incompatible (API packages > renamed, grammar fi

Antlr2/3 compatibility with maven-antlr3-plugin

2007-07-12 Thread Jochen Kuhnle
Hi, I tried out the antlr3 plugin and ran into a dependency problem: antlr-3.0 depends on stringtemplate-3.0 which depends on antlr-2.7.x. Since antlr-2 and -3 are fundamentally incompatible (API packages renamed, grammar file format changed), this does not work. I propose to change the arti

maven-antlr3-plugin

2007-06-29 Thread David Holroyd
Hi there, I am the author of the maven-antlr3-plugin, which Vincent Siveton kindly added to the Maven sandbox recently: http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-antlr3-plugin/ I would like to update the documentation a bit and do a release from the newly Apache