When i build xerces-j 1.3.0 with my IBM JDK 1.3 and
then rebuild ozone 0.6 everything works fine.

But if I rebuild xerces-j 1.3.0 with jikes 1.12 the rebuild
of ozone failed :

>Here is the compilation output:
>
>---------------------------------
>+ sh build.sh
>Buildfile: build.xml
>Project base dir set to: /usr/src/RPM/BUILD/ozone-0.6
>Executing Target: init
>Executing Target: prepare
>Executing Target: DxLib
>Compiling 62 source files to /usr/src/RPM/BUILD/ozone-0.6
>Note: 2 files use or override a deprecated API. Recompile with
>"-deprecation" for details.
>1 warning
>Executing Target: org.ozoneDB.tools
>Compiling 16 source files to /usr/src/RPM/BUILD/ozone-0.6
>Note: 3 files use or override a deprecated API. Recompile with
>"-deprecation" for details.
>1 warning
>Executing Target: org.ozoneDB.tools.OPP
>[exec] -- Suppressing non fatal warnings.
>Compiling 18 source files to /usr/src/RPM/BUILD/ozone-0.6
>Note: 5 files use or override a deprecated API. Recompile with
>"-deprecation" for details.
>1 warning
>Executing Target: tools
>Executing Target: server
>Compiling 26 source files to /usr/src/RPM/BUILD/ozone-0.6
>Executing Target: odmg
>Compiling 40 source files to /usr/src/RPM/BUILD/ozone-0.6
>Executing Target: xa
>Compiling 1 source files to /usr/src/RPM/BUILD/ozone-0.6
>Executing Target: blob
>Compiling 6 source files to /usr/src/RPM/BUILD/ozone-0.6
>[exec] org.ozoneDB.blob.BLOBPageImpl:
>[exec] creating ./org/ozoneDB/blob/BLOBPageImpl_Proxy.java ...
>[exec] update methods:
>[exec] trying to process BLOBPage.java...
>(./org/ozoneDB/blob/BLOBPage.java)
>[exec] trying to process BLOBPageImpl.ocd... (no 
>descriptor file).
>[exec] org.ozoneDB.blob.BLOBContainerImpl:
>[exec] creating ./org/ozoneDB/blob/BLOBContainerImpl_Proxy.java ...
>[exec] update methods:
>[exec] trying to process BLOBContainer.java...
>(./org/ozoneDB/blob/BLOBContainer.java)
>[exec] trying to process BLOBContainerImpl.ocd... (no descriptor
>file).
>Compiling 2 source files to /usr/src/RPM/BUILD/ozone-0.6
>Executing Target: xml
>Compiling 41 source files to /usr/src/RPM/BUILD/ozone-0.6
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/CommentImpl.java:50:
>class org.ozoneDB.xml.dom.CommentImpl must be declared 
>abstract. It does
>not define boolean isSupported(java.lang.String, java.lang.String) from
>interface org.w3c.dom.Node.
>public final class CommentImpl extends CharacterDataImpl implements
>CommentProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/NotationImpl.java:50:
>class org.ozoneDB.xml.dom.NotationImpl must be declared abstract. It
>does not define boolean isSupported(java.lang.String, java.lang.String)
>from interface org.w3c.dom.Node.
>public final class NotationImpl extends NodeImpl implements
>NotationProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/EntityImpl.java:49:
>class org.ozoneDB.xml.dom.EntityImpl must be declared abstract. It does
>not define boolean isSupported(java.lang.String, java.lang.String) from
>interface org.w3c.dom.Node.
>public class EntityImpl extends NodeImpl implements EntityProxy,
>Externalizable {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/DocumentTypeIm
>pl.java:62:
>class org.ozoneDB.xml.dom.DocumentTypeImpl must be declared 
>abstract. It
>does not define boolean isSupported(java.lang.String, java.lang.String)
>from interface org.w3c.dom.Node.
>public class DocumentTypeImpl extends DocumentImpl implements
>DocumentTypeProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/ElementImpl.java:60:
>class org.ozoneDB.xml.dom.ElementImpl must be declared 
>abstract. It does
>not define boolean isSupported(java.lang.String, java.lang.String) from
>interface org.w3c.dom.Node.
>public class ElementImpl extends NodeImpl implements ElementProxy,
>Externalizable {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/TextImpl.java:
>57: class
>org.ozoneDB.xml.dom.TextImpl must be declared abstract. It does not
>define boolean isSupported(java.lang.String, java.lang.String) from
>interface org.w3c.dom.Node.
>public class TextImpl extends CharacterDataImpl implements TextProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/ParamEntity.java:48:
>class org.ozoneDB.xml.dom.ParamEntity must be declared 
>abstract. It does
>not define boolean isSupported(java.lang.String, java.lang.String) from
>interface org.w3c.dom.Node.
>public class ParamEntity extends NodeImpl implements ParamEntityProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/AttrImpl.java:
>58: class
>org.ozoneDB.xml.dom.AttrImpl must be declared abstract. It does not
>define boolean isSupported(java.lang.String, java.lang.String) from
>interface org.w3c.dom.Node.
>public final class AttrImpl extends NodeImpl implements AttrProxy,
>Externalizable {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/DocumentImpl.java:66:
>class org.ozoneDB.xml.dom.DocumentImpl must be declared abstract. It
>does not define boolean isSupported(java.lang.String, java.lang.String)
>from interface org.w3c.dom.Node.
>public class DocumentImpl extends NodeImpl implements DocumentProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/ElementDeclImp
>l.java:37:
>class org.ozoneDB.xml.dom.ElementDeclImpl must be declared abstract. It
>does not define boolean isSupported(java.lang.String, java.lang.String)
>from interface org.w3c.dom.Node.
>public class ElementDeclImpl extends NodeImpl implements
>ElementDeclProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/CDATASectionIm
>pl.java:50:
>class org.ozoneDB.xml.dom.CDATASectionImpl must be declared 
>abstract. It
>does not define boolean isSupported(java.lang.String, java.lang.String)
>from interface org.w3c.dom.Node.
>public final class CDATASectionImpl extends TextImpl implements
>CDATASectionProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/EntityReferenc
>eImpl.java:50:
>class org.ozoneDB.xml.dom.EntityReferenceImpl must be declared 
>abstract.
>It does not define boolean isSupported(java.lang.String,
>java.lang.String) from interface org.w3c.dom.Node.
>public final class EntityReferenceImpl extends NodeImpl implements
>EntityReferenceProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/ProcessingInst
>ructionImpl.java:47:
>class org.ozoneDB.xml.dom.ProcessingInstructionImpl must be declared
>abstract. It does not define boolean isSupported(java.lang.String,
>java.lang.String) from interface org.w3c.dom.Node.
>public final class ProcessingInstructionImpl extends NodeImpl 
>implements
>ProcessingInstructionProxy {
> ^
>/usr/src/RPM/BUILD/ozone-0.6/org/ozoneDB/xml/dom/DocumentFragme
>ntImpl.java:53:
>class org.ozoneDB.xml.dom.DocumentFragmentImpl must be declared
>abstract. It does not define boolean isSupported(java.lang.String,
>java.lang.String) from interface org.w3c.dom.Node.
>public final class DocumentFragmentImpl extends NodeImpl implements
>DocumentFragmentProxy {
> ^
>14 errors
>BUILD FATAL ERROR: Compile failed, messages should have been provided.
>Bad exit status from /usr/src/RPM/tmp/rpm-tmp.63640 (%build)

Any ideas ?

Reply via email to