You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/02/17 02:59:51 UTC

[GUMP] xml-xerces build results

I've now got a perl script which will automatically send build failures to
specified e-mail addresses.  Any objections to me automatically sending
failure notifications here?  Below is a sample based on last night's
failure (already fixed).

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-02-16/xml-xerces.html>
----------------------------------------------------

Buildfile: java/build.xml

init:
     [echo] ---------------- xerces-J 1.3.0 [1999-2001] ---------------

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/xml-xerces/java/build

prepare-src:
    [mkdir] Created dir: /home/rubys/jakarta/xml-xerces/java/build/src
    [mkdir] Created dir: /home/rubys/jakarta/xml-xerces/java/build/classes
    [mkdir] Created dir:
/home/rubys/jakarta/xml-xerces/java/build/classes/META-INF
    [mkdir] Created dir:
/home/rubys/jakarta/xml-xerces/java/build/classes/META-INF/services
     [copy] Copying 1 file to
/home/rubys/jakarta/xml-xerces/java/build/classes/META-INF/services
     [copy] Copying 1 file to
/home/rubys/jakarta/xml-xerces/java/build/classes/META-INF/services
     [copy] Copying 503 files to
/home/rubys/jakarta/xml-xerces/java/build/src

compile:
    [javac] Compiling 453 source files to
/home/rubys/jakarta/xml-xerces/java/build/classes
    [javac]
/home/rubys/jakarta/xml-xerces/java/build/src/org/apache/wml/dom/WMLDocumentImpl.java:150:

Incompatible type for constructor. Explicit cast needed to convert
org.w3c.dom.DocumentType to org.apache.xerces.dom.DocumentTypeImpl.
    [javac]         super(doctype, false);
    [javac]               ^
    [javac] 1 error

BUILD FAILED

/home/rubys/jakarta/xml-xerces/java/build.xml:194: Compile failed, messages
should have been provided.

Total time: 1 minute 2 seconds



Re: [GUMP] xml-xerces build results

Posted by Ted Leung <tw...@sauria.com>.
+1
----- Original Message -----
From: "Sam Ruby" <ru...@us.ibm.com>
To: <xe...@xml.apache.org>
Sent: Friday, February 16, 2001 5:59 PM
Subject: [GUMP] xml-xerces build results


> I've now got a perl script which will automatically send build failures to
> specified e-mail addresses.  Any objections to me automatically sending
> failure notifications here?  Below is a sample based on last night's
> failure (already fixed).
>
> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://jakarta.apache.org/builds/gump/2001-02-16/xml-xerces.html>
> ----------------------------------------------------
>
> Buildfile: java/build.xml
>
> init:
>      [echo] ---------------- xerces-J 1.3.0 [1999-2001] ---------------
>
> prepare:
>     [mkdir] Created dir: /home/rubys/jakarta/xml-xerces/java/build
>
> prepare-src:
>     [mkdir] Created dir: /home/rubys/jakarta/xml-xerces/java/build/src
>     [mkdir] Created dir: /home/rubys/jakarta/xml-xerces/java/build/classes
>     [mkdir] Created dir:
> /home/rubys/jakarta/xml-xerces/java/build/classes/META-INF
>     [mkdir] Created dir:
> /home/rubys/jakarta/xml-xerces/java/build/classes/META-INF/services
>      [copy] Copying 1 file to
> /home/rubys/jakarta/xml-xerces/java/build/classes/META-INF/services
>      [copy] Copying 1 file to
> /home/rubys/jakarta/xml-xerces/java/build/classes/META-INF/services
>      [copy] Copying 503 files to
> /home/rubys/jakarta/xml-xerces/java/build/src
>
> compile:
>     [javac] Compiling 453 source files to
> /home/rubys/jakarta/xml-xerces/java/build/classes
>     [javac]
>
/home/rubys/jakarta/xml-xerces/java/build/src/org/apache/wml/dom/WMLDocument
Impl.java:150:
>
> Incompatible type for constructor. Explicit cast needed to convert
> org.w3c.dom.DocumentType to org.apache.xerces.dom.DocumentTypeImpl.
>     [javac]         super(doctype, false);
>     [javac]               ^
>     [javac] 1 error
>
> BUILD FAILED
>
> /home/rubys/jakarta/xml-xerces/java/build.xml:194: Compile failed,
messages
> should have been provided.
>
> Total time: 1 minute 2 seconds
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org
>