Hi,
today I checked out the xml-xerces module from CVS.
Then I tried to build Xerces-J with DOM 3 support (build jar-dom3). But unfortunately the compile failed with the following error message:
====== error message=======
[xjavac] E:\CVS_PROJEKTE\xml-xerces\java\build\src\org\apache\xerces\impl\xs\opti\DefaultText.java:89: org.apache.xerces.impl.xs.opti.DefaultText is not abstract and does not override abstract method
replaceWholeText(java.lang.String) in org.w3c.dom.Text
[xjavac] public class DefaultText extends NodeImpl implements Text {
[xjavac] ^
[xjavac] Note: Some input files use or override a deprecated API.
[xjavac] Note: Recompile with -deprecation for details.
[xjavac] 1 error
====== end of error message ======
Im using Ant 1.5.1 and JSDK 1.4.2 on the Windows 2000 platform.
I tried to compile with and without Xerces-APIs in the endorsed directory, but that didn't change anything.
Thanks in advance for any hints.
Franz
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
