----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-06-30/xml-xalan1.html>
----------------------------------------------------
Buildfile: build.xml
prepare:
[mkdir] Created dir: /home/rubys/jakarta/xml-xalan/build
[mkdir] Created dir: /home/rubys/jakarta/xml-xalan/build/classes
compile:
[javac] Compiling 212 source files to /home/rubys/jakarta/xml-xalan/build/classes
[javac] /home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTM.java:322:
class org.apache.xalan.xpath.dtm.DTMProxy is an abstract class. It can't be
instantiated.
[javac] document = new DTMProxy(this, pos, Node.DOCUMENT_NODE);
[javac] ^
[javac] /home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTM.java:325:
class org.apache.xalan.xpath.dtm.DTMProxy is an abstract class. It can't be
instantiated.
[javac] return new DTMProxy(this, pos);
[javac] ^
[javac] /home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTM.java:333:
class org.apache.xalan.xpath.dtm.DTMProxy is an abstract class. It can't be
instantiated.
[javac] proxy = new DTMProxy(this, pos);
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define
boolean getStandalone() from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define
org.w3c.dom.Node adoptNode(org.w3c.dom.Node) from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define
boolean getStrictErrorChecking() from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define
java.lang.String getEncoding() from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define void
setStrictErrorChecking(boolean) from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define void
setEncoding(java.lang.String) from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define void
setStandalone(boolean) from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define
java.lang.String getVersion() from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xpath/dtm/DTMProxy.java:74: class
org.apache.xalan.xpath.dtm.DTMProxy must be declared abstract. It does not define void
setVersion(java.lang.String) from interface org.w3c.dom.Document.
[javac] public class DTMProxy
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java:758: class
org.apache.xalan.xslt.StylesheetRoot is an abstract class. It can't be instantiated.
[javac] return new StylesheetRoot(this, baseIdentifier);
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java:1251:
class org.apache.xalan.xslt.Stylesheet is an abstract class. It can't be instantiated.
[javac] stylesheet = new Stylesheet(m_stylesheetRoot, this,
stringHolder[0]);
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java:1283:
class org.apache.xalan.xslt.Stylesheet is an abstract class. It can't be instantiated.
[javac] stylesheet = new Stylesheet(m_stylesheetRoot, this, xslURLString);
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define boolean
getStrictErrorChecking() from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define
java.lang.String getVersion() from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define boolean
getStandalone() from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define void
setEncoding(java.lang.String) from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define void
setStrictErrorChecking(boolean) from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define
java.lang.String getEncoding() from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define void
setStandalone(boolean) from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define
org.w3c.dom.Node adoptNode(org.w3c.dom.Node) from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/Stylesheet.java:79: class
org.apache.xalan.xslt.Stylesheet must be declared abstract. It does not define void
setVersion(java.lang.String) from interface org.w3c.dom.Document.
[javac] public class Stylesheet extends UnImplNode
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetHandler.java:1280:
class org.apache.xalan.xslt.Stylesheet is an abstract class. It can't be instantiated.
[javac] = new Stylesheet(m_stylesheet.m_stylesheetRoot,
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
boolean getStrictErrorChecking() from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
java.lang.String getVersion() from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
boolean getStandalone() from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
void setEncoding(java.lang.String) from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
void setStrictErrorChecking(boolean) from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
java.lang.String getEncoding() from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
void setStandalone(boolean) from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
org.w3c.dom.Node adoptNode(org.w3c.dom.Node) from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/src/org/apache/xalan/xslt/StylesheetRoot.java:78: class
org.apache.xalan.xslt.StylesheetRoot must be declared abstract. It does not define
void setVersion(java.lang.String) from interface org.w3c.dom.Document.
[javac] public class StylesheetRoot extends Stylesheet implements
java.io.Serializable
[javac] ^
[javac] Note: 56 files use or override a deprecated API. Recompile with
"-deprecation" for details.
[javac] 34 errors, 1 warning
BUILD FAILED
/home/rubys/jakarta/xml-xalan/build.xml:132: Compile failed, messages should have been
provided.
Total time: 35 seconds