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

Thomas Vial tvial at octo.com
Mon Nov 10 08:35:07 PST 2008


That would be great :-)



On Mon, Nov 10, 2008 at 4:52 PM, Jared Bunting
<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/
..........................................................
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20081110/b756d623/attachment.html 


More information about the antlr-interest mailing list