There is even a (GPLed) eclipse plugin for javacc:
http://eclipse-javacc.sourceforge.net/

Cool. Need to check it out. I need something like that badly for the EJBQL work.

I do not know maven. Are our maven setup able to do jjtree/javacc? I am currently issuing javacc from the eclipse-javacc plugin.

There is a Maven plugin for JJTree/JavaCC. It is not setup for the expression stuff in the pom, but there is a commented out example that I created for the EJB QL in the cayenne-jdk1.4 POM:

https://svn.apache.org/repos/asf/incubator/cayenne/main/trunk/core/ cayenne-jdk1.4/pom.xml

Andrus


On Oct 24, 2006, at 4:37 PM, Tore Halset wrote:
On Oct 20, 2006, at 08:46, Tore Halset wrote:

How should I update the JJTree stuff? Is that only for parsing ala Expression.fromString(...)? I have not touched anything like that before..

Dived into it and found a solution. See CAY-696

Sources for info:
https://javacc.dev.java.net/doc/JJTree.html
jakarta-velocity/src/parser/Parser.jjt (velocity has true/false)

There is even a (GPLed) eclipse plugin for javacc:
http://eclipse-javacc.sourceforge.net/

I do not know maven. Are our maven setup able to do jjtree/javacc? I am currently issuing javacc from the eclipse-javacc plugin.

 - Tore.


Reply via email to