[antlr-interest] Problem with antlr3-maven-plugin v3.1.1

Jim Idle jimi at temporal-wave.com
Mon Nov 10 15:14:57 PST 2008


On Mon, 2008-11-10 at 09:52 -0600, Jared Bunting wrote:
> One other issue is that changes in 3.1 seem to have broken the plugin's 
> ability to properly order grammar files based on dependencies.  I have 
> fixed both of these locally, and would be happy to submit patches if 
> anyone is interested.

It was broken beofer and there is a patch for it, but I did not get time
to add it. However, please send me the patch if you have already worked
it out for 3.1.1 as I will use that if you have verified that it
works :-)

Jim

> 
> Thanks,
> Jared
> 
> Thomas Vial wrote:
> > Hi,
> >
> > I have noticed that the new version of the antlr3-maven-plugin doesn't 
> > make the build fail when the grammar file contains a syntax error 
> > (this used to be a limitation of ANTLR 3.0.x not setting a return 
> > code). Now that the Maven plugin relies on ANTLR 3.1.1, I would have 
> > expected this behavior to change.
> >
> > Any plans to fix this? This was, to me, the biggest limitation of the 
> > first version of the plugin!
> >
> > Here is an extract of my POM, just in case I missed something:
> >     <build>
> >         <plugins>
> >             <!-- ANTLR -->
> >             <plugin>
> >                 <groupId>org.antlr</groupId>
> >                 <artifactId>antlr3-maven-plugin</artifactId>
> >                 <version>3.1.1</version>
> >                 <executions>
> >                     <execution>
> >                         <goals>
> >                             <goal>antlr</goal>
> >                         </goals>
> >                     </execution>
> >                 </executions>
> >             </plugin>
> >         </plugins>
> >     </build>
> >
> >
> >
> > Thanks in advance,
> >
> > Thomas
> >
> > PS : and so many thanks for setting up the repository!!
> > ------------------------------------------------------------------------
> >
> >
> > List: http://www.antlr.org/mailman/listinfo/antlr-interest
> > Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
> >
> >   
> 
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
> 



More information about the antlr-interest mailing list