You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Mike Kienenberger (JIRA)" <ji...@apache.org> on 2015/06/03 17:25:39 UTC

[jira] [Reopened] (VELOCITY-862) Rebuilding parser using javacc 4.1 loses Node import

     [ https://issues.apache.org/jira/browse/VELOCITY-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Kienenberger reopened VELOCITY-862:
----------------------------------------

Reopening at Nathan's suggestion that we may want to apply this to 2.x

> Rebuilding parser using javacc 4.1 loses Node import
> ----------------------------------------------------
>
>                 Key: VELOCITY-862
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-862
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Mike Kienenberger
>            Assignee: Mike Kienenberger
>             Fix For: 1.x
>
>         Attachments: build.xml-parser-imports-v3.patch
>
>
> JavaCC 4.2 loses the "org.apache.velocity.runtime.parser.node.Node" import for JJTParserState.java when rebuilding the parser.
> Adding nodepackage="org.apache.velocity.runtime.parser.node" to the jjtree ant task in the build script will add the following import automatically which is better than no import or manually adding the import later:
> import org.apache.velocity.runtime.parser.*;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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