Hi all,

I am just trying to build cocoon-trunk but always get "build failure".

My environment:
[EMAIL PROTECTED]:~/src/apache/cocoon-trunk$ mvn --version
Maven version: 2.0.7
Java version: 1.5.0_11
OS name: "linux" version: "2.6.20-16-generic" arch: "i386"

$ svn info
Path: .
URL: https://svn.apache.org/repos/asf/cocoon/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 589607
Node Kind: directory
Schedule: normal
Last Changed Author: reinhard
Last Changed Rev: 589434
Last Changed Date: 2007-10-28 23:40:07 +0100 (Sun, 28 Oct 2007)

$ mvn -Dmaven.test.skip=true -P allblocks install
...
[INFO] Building Cocoon Template Framework Block Implementation
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 64 source files
to 
/home/thorsten/src/apache/cocoon-trunk/blocks/cocoon-template/cocoon-template-impl/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/thorsten/src/apache/cocoon-trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/script/event/TextEvent.java:[42,29]
 cannot find symbol
symbol  : constructor
Substitutions(org.apache.cocoon.el.parsing.StringTemplateParser,org.xml.sax.Locator,char[],int,int)
location: class org.apache.cocoon.template.expression.Substitutions

/home/thorsten/src/apache/cocoon-trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/script/event/StartElement.java:[53,42]
 cannot find symbol
symbol  : constructor
Substitutions(org.apache.cocoon.el.parsing.StringTemplateParser,org.xml.sax.Locator,java.lang.String)
location: class org.apache.cocoon.template.expression.Substitutions

/home/thorsten/src/apache/cocoon-trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/script/event/StartElement.java:[117,67]
 cannot find symbol
symbol  : method
toString(org.xml.sax.Locator,org.apache.cocoon.el.objectmodel.ObjectModel)
location: class org.apache.cocoon.template.expression.Substitutions

/home/thorsten/src/apache/cocoon-trunk/blocks/cocoon-template/cocoon-template-impl/src/main/java/org/apache/cocoon/template/instruction/ParameterInstance.java:[84,50]
 cannot find symbol
symbol  : method
toString(org.xml.sax.Locator,org.apache.cocoon.el.objectmodel.ObjectModel)
location: class org.apache.cocoon.template.expression.Substitutions

How can I fix this to get the trunk running?

TIA for any hints.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions

Reply via email to