[antlr-interest] Problem with antlr3-maven-plugin v3.1.1
Jared Bunting
jared.bunting at peachjean.com
Mon Nov 10 09:34:10 PST 2008
Hmm...is there any access to the source other than FishEye? I can't
figure out a good way to download the entire source tree so that I can
write a proper patch...
Thanks,
Jared
Thomas Vial wrote:
> That would be great :-)
>
>
>
> On Mon, Nov 10, 2008 at 4:52 PM, Jared Bunting
> <jared.bunting at peachjean.com <mailto:jared.bunting at peachjean.com>> 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.
>
> 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
>
>
>
>
>
>
> --
> ..........................................................
> Thomas VIAL
> OCTO Technology
> ..........................................................
> 50, Avenue des Champs-Elysées
> 75008 Paris
> Tél : (33) 1 58 56 10 00
> Fax : (33) 1 58 56 10 01
> GSM : (33) 6 28 50 07 64
> Web : http://www.octo.com/
> ..........................................................
> ------------------------------------------------------------------------
>
>
> 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