Grzegorz Kossakowski skrev:
Hello,

I have checked out cocoon's trunk and tried to build it:
[EMAIL PROTECTED]:~/cocoon-trunk> mvn -Dmaven.test.skip=true -Dallblocks install

And got this error:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/grek/cocoon-trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/treeprocessor/TreeProcessorSitemapErrorHandler.java:[33,57]
interface expected here

/home/grek/cocoon-trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/pipeline/VirtualProcessingPipeline.java:[358,75]
incompatible types
found   : org.apache.cocoon.Processor.InternalPipelineDescription
required: org.apache.cocoon.components.pipeline.ProcessingPipeline
...
It seems this errors are related to last pipeline refactoring changes.
Is truk supposed to be not compileable?

The trunk is supposed to be compilable at all times. It compiles for me. From the error messages it seem like the cocoon-core dependency on cocoon-pipeline-api isn't handled properly. It might be that you need to do a "mvn clean" or that something isn't updated as it should from svn.

/Daniel

Reply via email to