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
- Re: [2.1.3] Build Failed - Woody Tony Collen
- Re: [2.1.3] Build Failed - Woody Bruno Dumon