dev@fi.java.net

FI build failure

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

$ cvs -q -z9 update -PdC
? package
? FastInfoset/build
? FastInfoset/dist
? FastInfoset/package
? Japex/dist
? Japex/samples/FastInfoset/dist
? Japex/src/binding
? samples/dist
P FastInfoset/src/com/sun/xml/fastinfoset/Decoder.java
P FastInfoset/src/com/sun/xml/fastinfoset/Encoder.java
P FastInfoset/src/com/sun/xml/fastinfoset/sax/Properties.java
U FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java
P FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentSerializer.java
U FastInfoset/src/org/jvnet/fastinfoset/FastInfosetParser.java
U FastInfoset/src/org/jvnet/fastinfoset/FastInfosetSerializer.java
cvs server: FastInfoset/src/org/jvnet/fastinfoset/VocabularyWriter.java is no longer in the repository
cvs server: FastInfoset/src/org/jvnet/fastinfoset/VocbularyReader.java is no longer in the repository
P FastInfoset/src/org/jvnet/fastinfoset/sax/FastInfosetReader.java
P FastInfoset/src/org/jvnet/fastinfoset/sax/FastInfosetWriter.java
$ computing changelog
Removing artifacts from the previous build
$ /bin/bash -x -e /files/jakarta-tomcat-5.0.28/temp/hudson55070sh
+ 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 9 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