Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 87111 invoked from network); 20 Dec 2006 23:12:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 23:12:16 -0000 Received: (qmail 34379 invoked by uid 500); 20 Dec 2006 23:12:23 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 33910 invoked by uid 500); 20 Dec 2006 23:12:21 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 33899 invoked by uid 99); 20 Dec 2006 23:12:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 15:12:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of grek@tuffmail.com designates 216.86.168.178 as permitted sender) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 15:12:09 -0800 Received: from [192.168.0.253] (unknown [87.206.136.118]) by smtp.mxes.net (Postfix) with ESMTP id 3F21951AB2 for ; Wed, 20 Dec 2006 18:11:48 -0500 (EST) Message-ID: <4589C327.2000605@tuffmail.com> Date: Thu, 21 Dec 2006 00:11:35 +0100 From: Grzegorz Kossakowski User-Agent: Thunderbird 1.5.0.8 (X11/20060911) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Trunk does not compile (pipeline refactoring related?) Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I have checked out cocoon's trunk and tried to build it: grek@grek:~/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 /home/grek/cocoon-trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/pipeline/VirtualProcessingPipeline.java:[580,75] incompatible types found : org.apache.cocoon.Processor.InternalPipelineDescription required: org.apache.cocoon.components.pipeline.ProcessingPipeline /home/grek/cocoon-trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/treeprocessor/sitemap/PipelineNode.java:[144,23] setErrorHandler(org.apache.cocoon.sitemap.SitemapErrorHandler) in org.apache.cocoon.components.treeprocessor.InvokeContext cannot be applied to (org.apache.cocoon.components.treeprocessor.TreeProcessorSitemapErrorHandler) /home/grek/cocoon-trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.java:[490,75] incompatible types found : org.apache.cocoon.Processor.InternalPipelineDescription required: org.apache.cocoon.components.pipeline.ProcessingPipeline /home/grek/cocoon-trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.java:[751,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? -- Best regards Grzegorz Kossakowski