Hi Jim,

I've just tried it (both with and without a clean) and it worked for me.
Sometimes I get problems with xdoclet if I build another project that
happens to use a different xdoclet version and build ode again. The maven
xdoclet plugin has some bugs. So you can try to remove xdoclet from you
local repository and rebuild. With some luck and an offrand to the maven
gods, that could work.

Cheers,

Matthieu

On 11/16/06, Jim Alateras <[EMAIL PROTECTED]> wrote:

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>

Reply via email to