I thought the JJTree stuff was for parsing expressions, but it might be used elsewhere, too. For example, it might be used by the modeler when creating a query. I'd really have to do some grepping to know more there.
I don't know much about Maven yet, either. (I've just started reading a book on it.) Bill might have an idea, though. I figure I need to learn something about it. Seems like a cool concept so far. /dev/mrg On 10/24/06, Tore Halset <[EMAIL PROTECTED]> 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.
