Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 50474 invoked from network); 16 Apr 2007 10:14:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 10:14:59 -0000 Received: (qmail 79112 invoked by uid 500); 16 Apr 2007 10:15:04 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 79038 invoked by uid 500); 16 Apr 2007 10:15:03 -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 79027 invoked by uid 99); 16 Apr 2007 10:15:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 03:15:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [193.201.200.196] (HELO grover.luminas.co.uk) (193.201.200.196) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 03:14:56 -0700 Received: from localhost (grover.luminas.co.uk [127.0.0.1]) by grover.luminas.co.uk (Postfix) with ESMTP id A7E3D93E4B for ; Mon, 16 Apr 2007 11:14:35 +0100 (BST) Received: from grover.luminas.co.uk ([127.0.0.1]) by localhost (grover [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06427-03 for ; Mon, 16 Apr 2007 11:14:34 +0100 (BST) Received: from [192.168.1.187] (cpc1-norw6-0-0-cust275.pete.cable.ntl.com [82.22.109.20]) by grover.luminas.co.uk (Postfix) with ESMTP id D05CE93E31 for ; Mon, 16 Apr 2007 11:14:34 +0100 (BST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <11641E74-7ADB-4D99-A86C-43823CC3A712@luminas.co.uk> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: dev@cocoon.apache.org From: Andrew Savory Subject: 2.2 failing to build: cocoon-javaflow Date: Mon, 16 Apr 2007 11:14:21 +0100 X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at luminas.co.uk X-Virus-Checked: Checked by ClamAV on apache.org Hi, Trying to do a clean build of C2.2 I'm seeing errors building cocoon- javaflow because of a missing org.apache.commons:commons-jci-core:jar: 1.0-RC1. jci-core 1.0-SNAPSHOT seems to be commented out of cocoon-core. The below fixes it and allows c2.2 to build, but as I don't know what it does I'm reluctant to just commit. Can anyone comment? Also, I'm slightly mystified that I seem to be the only one hitting this. Is no-one else building 2.2? Am I doing something different to everyone else? Why isn't continuum [1] picking this up? (Oh, and how do I get a continuum login?) svn diff core/cocoon-core/pom.xml Index: core/cocoon-core/pom.xml =================================================================== --- core/cocoon-core/pom.xml (revision 529180) +++ core/cocoon-core/pom.xml (working copy) @@ -195,11 +195,12 @@ commons-io 1.3.1 -