[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compile problems



Hi,

I tried to compile ozone on my linux box. But it
didn't compile. I tried with the HEAD and the
v1_0 tagged versions.

The problem depends on the xml part. I attach a
snippet of compiler errors.

thanks in advance,

NoB
xml:
    [javac] Compiling 40 source files to /home/ruediger/work/cvs/ozone/build/classes
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/AttrImpl.java:58: org.ozoneDB.xml.dom.AttrImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public final class AttrImpl extends NodeImpl implements AttrProxy, Externalizable {
    [javac]              ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/DocumentImpl.java:66: org.ozoneDB.xml.dom.DocumentImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public class DocumentImpl extends NodeImpl implements DocumentProxy {
    [javac]        ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/TextImpl.java:57: org.ozoneDB.xml.dom.TextImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public class TextImpl extends CharacterDataImpl implements TextProxy {
    [javac]        ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/CommentImpl.java:50: org.ozoneDB.xml.dom.CommentImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public final class CommentImpl extends CharacterDataImpl implements CommentProxy {
    [javac]              ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/DocumentFragmentImpl.java:53: org.ozoneDB.xml.dom.DocumentFragmentImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public final class DocumentFragmentImpl extends NodeImpl implements DocumentFragmentProxy {
    [javac]              ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/ParamEntity.java:48: org.ozoneDB.xml.dom.ParamEntity should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public class ParamEntity extends NodeImpl implements ParamEntityProxy {
    [javac]        ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/ElementDeclImpl.java:37: org.ozoneDB.xml.dom.ElementDeclImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public class ElementDeclImpl extends NodeImpl implements ElementDeclProxy {
    [javac]        ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/ElementImpl.java:60: org.ozoneDB.xml.dom.ElementImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public class ElementImpl extends NodeImpl implements ElementProxy, Externalizable {
    [javac]        ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/EntityImpl.java:49: org.ozoneDB.xml.dom.EntityImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public class EntityImpl extends NodeImpl implements EntityProxy, Externalizable {
    [javac]        ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/EntityReferenceImpl.java:50: org.ozoneDB.xml.dom.EntityReferenceImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public final class EntityReferenceImpl extends NodeImpl implements EntityReferenceProxy {
    [javac]              ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/NotationImpl.java:50: org.ozoneDB.xml.dom.NotationImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public final class NotationImpl extends NodeImpl implements NotationProxy {
    [javac]              ^
    [javac] /home/ruediger/work/cvs/ozone/org/ozoneDB/xml/dom/ProcessingInstructionImpl.java:47: org.ozoneDB.xml.dom.ProcessingInstructionImpl should be declared abstract; it does not define isSupported(java.lang.String,java.lang.String) in org.ozoneDB.xml.dom.NodeImpl
    [javac] public final class ProcessingInstructionImpl extends NodeImpl implements ProcessingInstructionProxy {
    [javac]              ^
    [javac] 12 errors