You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Torsten Schlabach <ts...@apache.org> on 2005/04/26 22:42:20 UTC

[2.2] Trunk is broken

Hi,

just did

svn update
./build.sh clean
./build.sh

compile-core:
Copying 19 files to
/home/torsten/eclipse/cocoon-2.2-world/trunk/build/cocoon/cl asses
Copied 71 empty directories to 42 empty directories under
/home/torsten/eclipse/ cocoon-2.2-world/trunk/build/cocoon/classes
Compiling Cocoon Core
Compiling 595 source files to
/home/torsten/eclipse/cocoon-2.2-world/trunk/build /cocoon/classes
/home/torsten/eclipse/cocoon-2.2-world/trunk/src/java/org/apache/cocoon/xml/dom/
DOMUtil.java:271: cannot resolve symbol
symbol  : variable XMLUtils
location: class org.apache.cocoon.xml.dom.DOMUtil
            builder.startElement("", "root", "root",
XMLUtils.EMPTY_ATTRIBUTES);
                                                     ^
1 error

BUILD FAILED


Regards,
Torsten


Re: [2.2] Trunk is broken

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Torsten Schlabach wrote:
> DOMUtil.java:271: cannot resolve symbol

Fixed

Vadim