dev@fi.java.net

FI build failure

From: Hudson build daemon <kohsuke.kawaguchi_at_sun.com>
Date: Fri, 15 Apr 2005 10:47:55 -0700 (PDT)

$ cvs -q -z9 update -PdC
? package
? FastInfoset/build
? FastInfoset/dist
? FastInfoset/package
? Japex/dist
? Japex/samples/FastInfoset/dist
? Japex/src/binding
? samples/dist
U FastInfoset/src/com/sun/xml/fastinfoset/algorithm/LongEncodingAlgorithm.java
U FastInfoset/src/com/sun/xml/fastinfoset/algorithm/UUIDEncodingAlgorithm.java
P FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentSerializer.java
P FastInfoset/src/org/jvnet/fastinfoset/sax/FastInfosetDefaultHandler.java
P FastInfoset/src/org/jvnet/fastinfoset/sax/PrimitiveTypeContentHandler.java
$ computing changelog
Removing artifacts from the previous build
$ /bin/bash -x -e /files/jakarta-tomcat-5.0.28/temp/hudson56939sh
+ 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 5 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/algorithm/UUIDEncodingAlgorithm.java:63: cannot resolve symbol
    [javac] symbol : method add (long)
    [javac] location: interface java.util.List
    [javac] longList.add(_msb);
    [javac] ^
    [javac] /files/hudson/jobs/fi/workspace/fi/FastInfoset/src/com/sun/xml/fastinfoset/algorithm/UUIDEncodingAlgorithm.java:64: cannot resolve symbol
    [javac] symbol : method add (long)
    [javac] location: interface java.util.List
    [javac] longList.add(_lsb);
    [javac] ^
    [javac] 2 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