I am getting the following error building the ODE using the latest
source in the repository.
[INFO] Building ODE :: BPEL Query Language
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] artifact org.codehaus.mojo:javacc-maven-plugin: checking for
updates from intalio
[INFO] artifact org.codehaus.mojo:javacc-maven-plugin: checking for
updates from central
[INFO] artifact org.codehaus.mojo:javacc-maven-plugin: checking for
updates from ibiblio
[INFO] [javacc:jjtree {execution: jjtree}]
[INFO] Nothing to process - all grammars are up to date
[INFO] [javacc:javacc {execution: javacc}]
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file
C:\projects\ode\ode\bpel-ql\target\generated-sources\jjtree\org\apache\ode\ql\jcc\ql.jj
. . .
Parser generated successfully.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will
be ignored for artifact resolution. Reason: Not a v4.0.0 POM
.
[INFO] [compiler:compile]
Compiling 3 source files to C:\projects\ode\ode\bpel-ql\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[6,42]
cannot find symbol
symbol: class QLParserTreeConstants
class QLParser/[EMAIL PROTECTED](jjtree)*/implements QLParserTreeConstants,
QLParserConstants {/[EMAIL PROTECTED](jjtree)*/
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[7,12]
cannot find symbol
symbol : class JJTQLParserState
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[9,39]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[41,35]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[71,35]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[89,45]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[93,47]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[135,42]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[171,39]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[188,42]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[228,43]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[268,47]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
C:\projects\ode\ode\bpel-ql\target\generated-sources\javacc\org\apache\ode\ql\jcc\QLParser.java:[313,35]
cannot find symbol
symbol : class ParseException
location: class org.apache.ode.ql.jcc.QLParser
...and a whole lot more of ParseException exceptions.
cheers
</jima>