You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/05/01 15:29:46 UTC

DO NOT REPLY [Bug 8695] - Mismatch with interfaces bundled with JDK1.4

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8695>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8695

Mismatch with interfaces bundled with JDK1.4





------- Additional Comments From thomas.hallgren@eoncompany.com  2002-05-01 13:29 -------
This is a sample build output when using JDK1.4.

NOTE. This happens only when I deliberately REMOVE everything but the 
org/w3c/dom/ranges from the org/w3c/dom source directory.

compile:
     [copy] Copying 6 files to C:\eon\tools\xerces-2_0_1\build\classes
    [javac] Compiling 506 source files to C:\eon\tools\xerces-2_0_1
\build\classes
    [javac] C:\eon\tools\xerces-2_0_1
\build\src\org\apache\html\dom\HTMLFrameElementImpl.java:70: 
org.apache.html.dom.HTMLFrameElementImpl should be declared abstract; it does 
not define getContentDocument() in org.apache.html.dom.HTMLFrameElementImpl
    [javac] public class HTMLFrameElementImpl
    [javac]        ^
    [javac] C:\eon\tools\xerces-2_0_1
\build\src\org\apache\html\dom\HTMLIFrameElementImpl.java:70: 
org.apache.html.dom.HTMLIFrameElementImpl should be declared abstract; it does 
not define getContentDocument() in org.apache.html.dom.HTMLIFrameElementImpl
    [javac] public class HTMLIFrameElementImpl
    [javac]        ^
    [javac] C:\eon\tools\xerces-2_0_1
\build\src\org\apache\html\dom\HTMLObjectElementImpl.java:70: 
org.apache.html.dom.HTMLObjectElementImpl should be declared abstract; it does 
not define getContentDocument() in org.apache.html.dom.HTMLObjectElementImpl
    [javac] public class HTMLObjectElementImpl
    [javac]        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 3 errors

BUILD FAILED

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org