You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Jim Alateras <ji...@comware.com.au> on 2006/11/16 22:48:49 UTC

Cannot build using latest source in svn.

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/*@bgen(jjtree)*/implements QLParserTreeConstants, 
QLParserConstants {/*@bgen(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>

Re: Cannot build using latest source in svn.

Posted by Jim Alateras <ji...@comware.com.au>.
Mattieu,

I did a clean and it all worked....should've tried that before sending 
the email

cheers
</jima>
Matthieu Riou wrote:
> 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 <ji...@comware.com.au> 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/*@bgen(jjtree)*/implements QLParserTreeConstants,
>> QLParserConstants {/*@bgen(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>
>>
> 


Re: Cannot build using latest source in svn.

Posted by Matthieu Riou <ma...@gmail.com>.
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 <ji...@comware.com.au> 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/*@bgen(jjtree)*/implements QLParserTreeConstants,
> QLParserConstants {/*@bgen(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>
>