[ http://jira.codehaus.org/browse/MANTLR-5?page=all ]

Vincent Siveton updated MANTLR-5:
---------------------------------

          Description: 
I was testing the NoSecurityManager mechanism of getting around system.exit() 
in the antlr tool's main method and noticed that this plugin had to have the 
grammar specified in the configuration

so I wired in the stale source scanner from my other plugins

works like a charm, you can either specify the grammar or you can rely on the 
stale source scanner to find them

like before, will not reexecute antlr if the source grammar hasn't changed.



  was:

I was testing the NoSecurityManager mechanism of getting around system.exit() 
in the antlr tool's main method and noticed that this plugin had to have the 
grammar specified in the configuration

so I wired in the stale source scanner from my other plugins

works like a charm, you can either specify the grammar or you can rely on the 
stale source scanner to find them

like before, will not reexecute antlr if the source grammar hasn't changed.



    Affects Version/s: 2.0-beta-1

> added source scanning so grammar configuration no longer required
> -----------------------------------------------------------------
>
>                 Key: MANTLR-5
>                 URL: http://jira.codehaus.org/browse/MANTLR-5
>             Project: Maven 2.x Antlr Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0-beta-1
>            Reporter: Jesse McConnell
>         Attachments: antlr.patch
>
>
> I was testing the NoSecurityManager mechanism of getting around system.exit() 
> in the antlr tool's main method and noticed that this plugin had to have the 
> grammar specified in the configuration
> so I wired in the stale source scanner from my other plugins
> works like a charm, you can either specify the grammar or you can rely on the 
> stale source scanner to find them
> like before, will not reexecute antlr if the source grammar hasn't changed.

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

        

Reply via email to