You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Sergey Kalinichenko (JIRA)" <ji...@codehaus.org> on 2005/11/18 20:14:06 UTC

[jira] Commented: (MNG-1476) ANTLR has stopped working

    [ http://jira.codehaus.org/browse/MNG-1476?page=comments#action_51362 ] 

Sergey Kalinichenko commented on MNG-1476:
------------------------------------------

This looks like an error in one of the productions in the grammar file that ANTLR (correctly) moved to the generated Java source file. One of the productions calls an API that throws a checked exception, and the production fails to catch or rethrow it. Java compiler correctly reports this issue, failing the build.

> ANTLR has stopped working
> -------------------------
>
>          Key: MNG-1476
>          URL: http://jira.codehaus.org/browse/MNG-1476
>      Project: Maven 2
>         Type: Bug
>  Environment: Both windows and linux, Java5, _04 and higher
>     Reporter: Matthew Pocock
>  Attachments: trace.txt
>
>
> The antlr plugin used to work fine. Now it is giving the exception in the attachment. Security and classloaders?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org