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

Vincent Siveton closed MANTLR-6.
--------------------------------

    Resolution: Fixed

Fixed. 
FYI you should use <grammarDefs/> parameter. For instance:

{code:xml} 
...
          <grammarDefs>
            <grammar>
              <name>StdCParser.g</name>
            </grammar>
            <grammar>
              <name>GnuCParser.g</name>
              <glib>StdCParser.g</glib>
            </grammar>
            <grammar>
              <name>GnuCTreeParser.g</name>
            </grammar>
            <grammar>
              <name>GnuCEmitter.g</name>
              <glib>GnuCTreeParser.g</glib>
            </grammar>
          </grammarDefs>
...
{code}

> Support for grammar inheritance
> -------------------------------
>
>                 Key: MANTLR-6
>                 URL: http://jira.codehaus.org/browse/MANTLR-6
>             Project: Maven 2.x Antlr Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.0-beta-1
>            Reporter: Piotr Kaminski
>         Assigned To: Vincent Siveton
>             Fix For: 2.0-beta-2
>
>         Attachments: maven_antlr_plugin_grammar_inheritance_support.patch, 
> maven_antlr_plugin_grammar_inheritance_support.patch
>
>
> maven-antlr-plugin does not support grammar inheritance (-glib argument).
> See http://jira.codehaus.org/browse/MPANTLR-4

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