dev@fi.java.net

FI build failure

From: Hudson build daemon <kohsuke.kawaguchi_at_sun.com>
Date: Wed, 2 Mar 2005 05:16:22 -0800 (PST)

$ cvs -q -z9 update -PdC
? FastInfoset/build
? FastInfoset/dist
? FastInfoset/package
? Japex/dist
? Japex/samples/FastInfoset/dist
? Japex/src/binding
? samples/dist
P FastInfoset/test/algorithm/AlgorithmTest.java
P FastInfoset/test/encoding/DecodingTest.java
$ computing changelog
Removing artifacts from the previous build
$ /bin/bash -x -e /files/jakarta-tomcat-5.0.28/temp/hudson55071sh
+ export JAVA_HOME=/usr/java1.4
+ JAVA_HOME=/usr/java1.4
+ cd fi
+ rm -rf package
+ ant source-package dist-package
Buildfile: build.xml

dist:

prepare:

compile:
    [javac] Compiling 4 source files to /files/hudson/jobs/fi/workspace/fi/FastInfoset/build/classes
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java:190: cannot resolve symbol
    [javac] symbol : constructor SAXNotSupportedException ()
    [javac] location: class org.xml.sax.SAXNotSupportedException
    [javac] throw new SAXNotSupportedException();
    [javac] ^
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java:196: cannot resolve symbol
    [javac] symbol : constructor SAXNotSupportedException ()
    [javac] location: class org.xml.sax.SAXNotSupportedException
    [javac] throw new SAXNotSupportedException();
    [javac] ^
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java:202: cannot resolve symbol
    [javac] symbol : constructor SAXNotSupportedException ()
    [javac] location: class org.xml.sax.SAXNotSupportedException
    [javac] throw new SAXNotSupportedException();
    [javac] ^
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java:208: cannot resolve symbol
    [javac] symbol : constructor SAXNotSupportedException ()
    [javac] location: class org.xml.sax.SAXNotSupportedException
    [javac] throw new SAXNotSupportedException();
    [javac] ^
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java:214: cannot resolve symbol
    [javac] symbol : constructor SAXNotSupportedException ()
    [javac] location: class org.xml.sax.SAXNotSupportedException
    [javac] throw new SAXNotSupportedException();
    [javac] ^
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java:220: cannot resolve symbol
    [javac] symbol : constructor SAXNotSupportedException ()
    [javac] location: class org.xml.sax.SAXNotSupportedException
    [javac] throw new SAXNotSupportedException();
    [javac] ^
    [javac] 6 errors

BUILD FAILED
/files/hudson/jobs/fi/workspace/fi/build.xml:25: The following error occurred while executing this line:
/files/hudson/jobs/fi/workspace/fi/FastInfoset/build-without-nb.xml:35: Compile failed; see the compiler error output for details.

Total time: 3 seconds
Sending e-mails to dev_at_fi.dev.java.net