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

2007-07-13 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

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

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 file

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

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' to