----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-08-23/xml-xalan2.html>
----------------------------------------------------
Buildfile: build.xml
prepare:
[mkdir] Created dir: /home/rubys/jakarta/xml-xalan/java/build
[mkdir] Created dir: /home/rubys/jakarta/xml-xalan/java/build/classes
compile:
[echo] compile entire source tree and copy .properties and .res files to build
tree.
[javac] Compiling 28 source files to
/home/rubys/jakarta/xml-xalan/java/build/classes
[javac] Note:
/home/rubys/jakarta/xml-xalan/java/src/javax/xml/parsers/SAXParser.java uses or
overrides a deprecated API. Recompile with "-deprecation" for details.
[javac] 1 warning
[javac] Compiling 54 source files to
/home/rubys/jakarta/xml-xalan/java/build/classes
[javac] Compiling 236 source files to
/home/rubys/jakarta/xml-xalan/java/build/classes
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineSAXParser_Xerces.java:211:
Method parseSomeSetup(org.xml.sax.InputSource) not found in class
org.apache.xerces.parsers.SAXParser.
[javac] boolean ok = incrementalParser.parseSomeSetup(source);
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineSAXParser_Xerces.java:247:
Method parseSome() not found in class org.apache.xerces.parsers.SAXParser.
[javac] boolean keepgoing = incrementalParser.parseSome();
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineSAXParser_Xerces.java:249:
Exception org.xml.sax.SAXException is never thrown in the body of the corresponding
try statement.
[javac] } catch (SAXException ex) {
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/CoroutineSAXParser_Xerces.java:251:
Exception java.io.IOException is never thrown in the body of the corresponding try
statement.
[javac] } catch (IOException ex) {
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:166:
Method parseSomeSetup(org.xml.sax.InputSource) not found in class
org.apache.xerces.parsers.SAXParser.
[javac] ok = fIncrementalParser.parseSomeSetup(source);
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:200:
Method parseSome() not found in class org.apache.xerces.parsers.SAXParser.
[javac] boolean keepgoing = fIncrementalParser.parseSome();
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:202:
Exception org.xml.sax.SAXException is never thrown in the body of the corresponding
try statement.
[javac] } catch (SAXException ex) {
[javac] ^
[javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:204:
Exception java.io.IOException is never thrown in the body of the corresponding try
statement.
[javac] } catch (IOException ex) {
[javac] ^
[javac] 8 errors
BUILD FAILED
Compile failed, messages should have been provided.
Total time: 1 minute 12 seconds