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

Mike Kienenberger updated VELOCITY-862:
---------------------------------------
    Fix Version/s: 1.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
>    Affects Versions: 1.x
>            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-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to