Allow to reference parser directory in value for jjtree parameter nodePackage
-----------------------------------------------------------------------------

                 Key: MJAVACC-77
                 URL: http://jira.codehaus.org/browse/MJAVACC-77
             Project: Maven 2.x JavaCC Plugin
          Issue Type: Improvement
          Components: jjtree
    Affects Versions: 2.3
            Reporter: Benjamin Bentmann
            Assignee: Benjamin Bentmann


Given two grammar files A and B that produce the parser classes foo1.A and 
foo2.B one needs distinct mojo executions to get the generated node files into 
the package foo1.node and foo2.node respectively. To reduce plugin config and 
speed up building, something like
{code:xml}
<nodePackage>*.node</nodePackage>
{code}
where the wildcard "*" serves as a reference to the package of the currently 
processed parser should be supported.

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to