Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 87967 invoked from network); 14 Nov 2003 16:10:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Nov 2003 16:10:35 -0000 Received: (qmail 26922 invoked by uid 500); 14 Nov 2003 16:10:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 26827 invoked by uid 500); 14 Nov 2003 16:10:26 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 26813 invoked from network); 14 Nov 2003 16:10:26 -0000 Received: from unknown (HELO mhub-c6.tc.umn.edu) (160.94.128.36) by daedalus.apache.org with SMTP; 14 Nov 2003 16:10:26 -0000 Received: from umn.edu (rose.ce.umn.edu [134.84.148.222] (may be forged)) by mhub-c6.tc.umn.edu with ESMTP for dev@cocoon.apache.org; Fri, 14 Nov 2003 10:10:00 -0600 (CST) X-Umn-Remote-Mta: [N] rose.ce.umn.edu #+HF+LO Message-ID: <3FB4FF83.1080707@umn.edu> Date: Fri, 14 Nov 2003 10:14:59 -0600 From: Tony Collen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en,pdf MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: [2.1.3] Build Failed - Woody Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hey guys, I'm trying a "kitchen sink" build of 2.1.3, and the build is failing: woody-compile: Copying 2 files to C:\tcollen\dev\cocoon-2.1.3\build\cocoon-2.1.3\blocks\woody\dest Copied 13 empty directories to C:\tcollen\dev\cocoon-2.1.3\build\cocoon-2.1.3\blocks\woody\dest Compiling 186 source files to C:\tcollen\dev\cocoon-2.1.3\build\cocoon-2.1.3\blocks\woody\dest C:\tcollen\dev\cocoon-2.1.3\src\blocks\woody\java\org\apache\cocoon\woody\util\DomHelper.java:299: cannot resolve symbol symbol : method startDocument (org.apache.xerces.xni.XMLLocator,java.lang.String,org.apache.xerces.xni.NamespaceContext ,org.apache.xerces.xni.Augmentations) location: class org.apache.xerces.parsers.DOMParser super.startDocument(xmlLocator, s, namespaceContext, augmentations); ^ 1 error BUILD FAILED file:C:/tcollen/dev/cocoon-2.1.3/build/cocoon-2.1.3/temp/blocks-build.xml:5767: Compile failed; see the compiler error o utput for details. Total time: 5 minutes 37 seconds I haven't been able to build with the Woody block enabled for some time now. Do I have an old version of Xerces in my path or something? Tony