You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Paul Russell <pa...@luminas.co.uk> on 2000/12/08 12:48:37 UTC

[C2] Build woes

Hi all,

Not normally the kind of thing I'd have to post about, but hey.
I just did my first update in a few days (been hideously busy
with birthday celebrations etc :) and then did the obligatory
sh build.sh clean package webapp rigmorole. The build failed:

init:
------------------- Apache Cocoon 2.0a3 [1999-2000] ----------------

clean:
   [delete] Deleting directory /home/paulr/work/dev/xml-apache/xml-cocoon/build/
cocoon

init:
------------------- Apache Cocoon 2.0a3 [1999-2000] ----------------

prepare:
    [mkdir] Created dir: /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon

prepare-src-main:
    [mkdir] Created dir: /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon
/src
    [mkdir] Created dir: /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon
/classes
     [copy] Copying 163 files to /home/paulr/work/dev/xml-apache/xml-cocoon/buil
d/cocoon/src

prepare-src-23:

prepare-src-22:
     [copy] Copying 1 files to /home/paulr/work/dev/xml-apache/xml-cocoon/build/
cocoon/src/org/apache/cocoon/environment/http
     [copy] Copying 1 files to /home/paulr/work/dev/xml-apache/xml-cocoon/build/
cocoon/src/org/apache/cocoon/environment/http

prepare-src:

compile:
     [copy] Copying 7 files to /home/paulr/work/dev/xml-apache/xml-cocoon/build/
cocoon/classes
    [javac] Compiling 150 source files to /home/paulr/work/dev/xml-apache/xml-co
coon/build/cocoon/classes
    [javac] /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon/src/org/apac
he/cocoon/components/parser/XercesParser.java:71: class org.apache.xerces.dom.Do
cumentImpl is an abstract class. It can't be instantiated.
    [javac]         DocumentImpl doc=new DocumentImpl();
    [javac]                          ^
    [javac] /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon/src/org/apac
he/cocoon/components/parser/XercesParser.java:73: class org.apache.xerces.dom.Do
cumentTypeImpl is an abstract class. It can't be instantiated.
    [javac]             DocumentTypeImpl dtd=new DocumentTypeImpl(doc,name,pub,s
ys);
    [javac]                                  ^
    [javac] /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon/src/org/apac
he/cocoon/components/parser/XercesParser.java:76: class org.apache.xerces.dom.Do
cumentTypeImpl is an abstract class. It can't be instantiated.
    [javac]             DocumentTypeImpl dtd=new DocumentTypeImpl(doc,name);
    [javac]                                  ^
    [javac] /home/paulr/work/dev/xml-apache/xml-cocoon/build/cocoon/src/org/apac
he/cocoon/serialization/SVGSerializer.java:156: class org.csiro.svg.dom.SVGDocum
entImpl is an abstract class. It can't be instantiated.
    [javac]             SVGDocumentImpl svg = new SVGDocumentImpl(doc);
    [javac]                                   ^
    [javac] Note: 5 files use or override a deprecated API.  Recompile with "-de
precation" for details.
    [javac] 4 errors, 1 warning

Total time: 26 seconds

Any ideas anyone?


Paul.
-- 
Paul Russell                               <pa...@luminas.co.uk>
Technical Director,                   http://www.luminas.co.uk
Luminas Ltd.