You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Claude Brisson (JIRA)" <ji...@apache.org> on 2018/10/14 17:03:00 UTC

[jira] [Closed] (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 ]

Claude Brisson closed VELOCITY-862.
-----------------------------------

> 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: Claude Brisson
>            Priority: Major
>             Fix For: 1.x, 2.0
>
>         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
(v7.6.3#76005)

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