Dear Gumpmeisters,
            
The following 3 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: Project xml-crimson (in module xml-crimson) failed
[EMAIL PROTECTED]: Project cddlm (in module ggf-cddlm) failed
BATCH: All dressed up, with nowhere to go...
*********************************************************** G U M P
[EMAIL PROTECTED]: Project xml-crimson (in module xml-crimson) failed
Failed with to: [EMAIL PROTECTED] from: [Sam Ruby <[EMAIL PROTECTED]>]
Failed to send notify e-mail: (111, 'Connection refused')
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project xml-crimson has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 3 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - xml-crimson :  A Java XML parser derived from the Sun Project X


Full details are available at:
    http://brutus.apache.org/gump/public/xml-crimson/xml-crimson/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [crimson.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/xml-crimson/xml-crimson/gump_work/build_xml-crimson_xml-crimson.html
Work Name: build_xml-crimson_xml-crimson (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/packages/jaxp-1_3/xercesImpl.jar:/usr/local/gump/packages/jaxp-1_3/dom.jar:/usr/local/gump/packages/jaxp-1_3/jaxp-api.jar:/usr/local/gump/packages/jaxp-1_3/sax.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dbuild.dir=build dist 
[Working Directory: /usr/local/gump/public/workspace/xml-crimson]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar
---------------------------------------------
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/jaxp/DocumentBuilderFactoryImpl.java:70:
 org.apache.crimson.jaxp.DocumentBuilderFactoryImpl is not abstract and does 
not override abstract method getFeature(java.lang.String) in 
javax.xml.parsers.DocumentBuilderFactory
    [javac] public class DocumentBuilderFactoryImpl extends 
DocumentBuilderFactory {
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/XmlDocument.java:134:
 org.apache.crimson.tree.XmlDocument is not abstract and does not override 
abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] public class XmlDocument extends ParentNode implements DocumentEx
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/XmlDocument.java:1306:
 org.apache.crimson.tree.XmlDocument.DocFragNode is not abstract and does not 
override abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac]     static final class DocFragNode extends ParentNode
    [javac]                  ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/XmlDocument.java:1366:
 org.apache.crimson.tree.XmlDocument.EntityRefNode is not abstract and does not 
override abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac]     final static class EntityRefNode extends ParentNode
    [javac]                  ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/TextNode.java:78:
 org.apache.crimson.tree.TextNode is not abstract and does not override 
abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] public class TextNode extends DataNode implements Text
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/Doctype.java:81:
 org.apache.crimson.tree.Doctype is not abstract and does not override abstract 
method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] final class Doctype extends NodeBase implements DocumentType
    [javac]       ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/Doctype.java:273:
 org.apache.crimson.tree.Doctype.NotationNode is not abstract and does not 
override abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac]     static class NotationNode extends NodeBase implements Notation
    [javac]            ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/Doctype.java:329:
 org.apache.crimson.tree.Doctype.EntityNode is not abstract and does not 
override abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac]     static class EntityNode extends NodeBase implements Entity
    [javac]            ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/AttributeNode.java:105:
 org.apache.crimson.tree.AttributeNode is not abstract and does not override 
abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] public class AttributeNode extends NamespacedNode implements Attr
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/CDataNode.java:79:
 org.apache.crimson.tree.CDataNode is not abstract and does not override 
abstract method replaceWholeText(java.lang.String) in org.w3c.dom.Text
    [javac] class CDataNode extends TextNode implements CDATASection
    [javac] ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/CommentNode.java:74:
 org.apache.crimson.tree.CommentNode is not abstract and does not override 
abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] public class CommentNode extends DataNode implements Comment
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/DOMImplementationImpl.java:68:
 org.apache.crimson.tree.DOMImplementationImpl is not abstract and does not 
override abstract method getFeature(java.lang.String,java.lang.String) in 
org.w3c.dom.DOMImplementation
    [javac] public class DOMImplementationImpl implements DOMImplementation
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/ElementNode2.java:107:
 org.apache.crimson.tree.ElementNode2 is not abstract and does not override 
abstract method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] public class ElementNode2 extends NamespacedNode implements 
ElementEx
    [javac]        ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-crimson/src/org/apache/crimson/tree/PINode.java:82:
 org.apache.crimson.tree.PINode is not abstract and does not override abstract 
method getUserData(java.lang.String) in org.w3c.dom.Node
    [javac] class PINode extends NodeBase implements ProcessingInstruction
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 14 errors

BUILD FAILED
/home/gump/workspaces2/public/workspace/xml-crimson/build.xml:142: Compile 
failed; see the compiler error output for details.

Total time: 4 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/xml-crimson/xml-crimson/rss.xml
- Atom: http://brutus.apache.org/gump/public/xml-crimson/xml-crimson/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #6.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project cddlm (in module ggf-cddlm) failed
Failed with to: [EMAIL PROTECTED] from: [Smartfrog <[EMAIL PROTECTED]>]
Failed to send notify e-mail: (110, 'Connection timed out')
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project cddlm has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - cddlm :  Configuration and Deployment of Grid Applications and System...


Full details are available at:
    http://brutus.apache.org/gump/public/ggf-cddlm/cddlm/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Made directory [/usr/local/gump/public/workspace/ggf-cddlm/build]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/ggf-cddlm/cddlm/gump_work/build_ggf-cddlm_cddlm.html
Work Name: build_ggf-cddlm_cddlm (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/java/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dproject.version=19052005 default 
[Working Directory: /usr/local/gump/public/workspace/ggf-cddlm]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ggf-cddlm/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
Buildfile: build.xml

init:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/classes
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/csharp
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/axis
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/jar/src
    [mkdir] Created dir: /home/gump/workspaces2/public/workspace/ggf-cddlm/dist
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/jar/src/org/ggf/cddlm/generated/api
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/jar/src/org/ggf/cddlm/xml/wsrf
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/jar/src/org/ggf/cddlm/xml/api

validate-constants:
[xmlvalidate] 1 file(s) have been successfully validated.

constants:
     [xslt] Processing 
/home/gump/workspaces2/public/workspace/ggf-cddlm/xml/api/constants.xml to 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/jar/src/org/ggf/cddlm/generated/api/CddlmConstants.java
     [xslt] Loading stylesheet 
/home/gump/workspaces2/public/workspace/ggf-cddlm/src/transforms/createJavaConstants.xsl
     [xslt] Processing 
/home/gump/workspaces2/public/workspace/ggf-cddlm/xml/api/constants.xml to 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/jar/src/org/ggf/cddlm/generated/api/constants.html
     [xslt] Loading stylesheet 
/home/gump/workspaces2/public/workspace/ggf-cddlm/src/transforms/createHtmlConstants.xsl

javac:
    [javac] Compiling 1 source file to 
/home/gump/workspaces2/public/workspace/ggf-cddlm/build/classes
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac <options> <source files>
    [javac] where possible options include:
    [javac]   -g                        Generate all debugging info
    [javac]   -g:none                   Generate no debugging info
    [javac]   -g:{lines,vars,source}    Generate only some debugging info
    [javac]   -nowarn                   Generate no warnings
    [javac]   -verbose                  Output messages about what the compiler 
is doing
    [javac]   -deprecation              Output source locations where 
deprecated APIs are used
    [javac]   -classpath <path>         Specify where to find user class files
    [javac]   -sourcepath <path>        Specify where to find input source files
    [javac]   -bootclasspath <path>     Override location of bootstrap class 
files
    [javac]   -extdirs <dirs>           Override location of installed 
extensions
    [javac]   -d <directory>            Specify where to place generated class 
files
    [javac]   -encoding <encoding>      Specify character encoding used by 
source files
    [javac]   -source <release>         Provide source compatibility with 
specified release
    [javac]   -target <release>         Generate class files for specific VM 
version
    [javac]   -help                     Print a synopsis of standard options


BUILD FAILED
/home/gump/workspaces2/public/workspace/ggf-cddlm/build.xml:597: Compile 
failed; see the compiler error output for details.

Total time: 1 second
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/ggf-cddlm/cddlm/rss.xml
- Atom: http://brutus.apache.org/gump/public/ggf-cddlm/cddlm/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #9.

*********************************************************** G U M P
BATCH: All dressed up, with nowhere to go...
Failed with to: [EMAIL PROTECTED] from: [EMAIL PROTECTED]
Failed to send notify e-mail: (110, 'Connection timed out')
Dear Gumpmeisters,
            
The following 10 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: Module icu4j failed
[EMAIL PROTECTED]: Module xdoclet success, but with warnings.
[EMAIL PROTECTED]: Module cargo success, but with warnings.
[EMAIL PROTECTED]: Project nant (in module nant) failed
[EMAIL PROTECTED]: Project txt2html-task (in module jakarta-servletapi-5) 
success, but with warnings.
[EMAIL PROTECTED]: Project icu4j (in module icu4j) failed
[EMAIL PROTECTED]: Project commons-jci (in module jakarta-commons-sandbox) 
failed
[EMAIL PROTECTED]: Project myfaces (in module myfaces) failed
[EMAIL PROTECTED]: Project eyebrowse (in module eyebrowse) failed
[EMAIL PROTECTED]: Project xml-security-tests (in module xml-security) failed
*********************************************************** G U M P
[EMAIL PROTECTED]: Module icu4j failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Module icu4j has an issue affecting its community integration,
 and has been outstanding for 79 runs.
The current state of this module is 'Failed', with reason 'Update Failed'.

Full details are available at:
    http://brutus.apache.org/gump/public/icu4j/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason update failed



The following work was performed:
http://brutus.apache.org/gump/public/icu4j/gump_work/update_icu4j.html
Work Name: update_icu4j (Type: Update)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: cvs -q -z3 -d :ext:[EMAIL PROTECTED]:/icu checkout -P -d icu4j 
icu4j 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
IBM CANADA Ltd.
CHS Server
D25HTTP004 racky2u15
** WARNING Access Restricted **
Permission denied (publickey,keyboard-interactive).
cvs [checkout aborted]: end of file from server (consult above messages if any)
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/icu4j/rss.xml
- Atom: http://brutus.apache.org/gump/public/icu4j/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #1.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module xdoclet success, but with warnings.
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Module xdoclet contains errors.
The current state of this module is 'Success'.

Full details are available at:
    http://brutus.apache.org/gump/public/xdoclet/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://brutus.apache.org/gump/public/xdoclet/gump_work/update_xdoclet.html
Work Name: update_xdoclet (Type: Update)
Work ended in a state of : Failed
Elapsed: 3 mins 30 secs
Command Line: cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet update 
-P -d -A 
[Working Directory: /usr/local/gump/public/workspace/cvs/xdoclet]
---------------------------------------------
cvs [update aborted]: writing to server: Broken pipe
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/xdoclet/rss.xml
- Atom: http://brutus.apache.org/gump/public/xdoclet/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #2.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module cargo success, but with warnings.
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Module cargo contains errors.
The current state of this module is 'Success'.

Full details are available at:
    http://brutus.apache.org/gump/public/cargo/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://brutus.apache.org/gump/public/cargo/gump_work/update_cargo.html
Work Name: update_cargo (Type: Update)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: svn --quiet update --non-interactive cargo 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
svn: Working copy 'cargo' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/cargo/rss.xml
- Atom: http://brutus.apache.org/gump/public/cargo/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #4.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project nant (in module nant) failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project nant has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 246 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - nant :  NAnt is a free .NET build tool. In theory it is kind of like...


Full details are available at:
    http://brutus.apache.org/gump/public/nant/nant/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://brutus.apache.org/gump/public/nant/nant/gump_work/build_nant_nant.html
Work Name: build_nant_nant (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: make 
[Working Directory: /usr/local/gump/public/workspace/nant]
---------------------------------------------
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, so we need this in the 
same directory
# as NAnt.exe
cp lib/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll \
-recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs
Compilation succeeded
resgen  src/NAnt.Core/Resources/Strings.resx bootstrap/Strings.resources
make: resgen: Command not found
make: *** [bootstrap/NAnt.Core.dll] Error 127
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/nant/nant/rss.xml
- Atom: http://brutus.apache.org/gump/public/nant/nant/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #5.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project txt2html-task (in module jakarta-servletapi-5) 
success, but with warnings.
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project txt2html-task contains errors.
The current state of this project is 'Success'.

Full details are available at:
    
http://brutus.apache.org/gump/public/jakarta-servletapi-5/txt2html-task/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [ant] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/build/ant]
 -INFO- No license on redistributable project with outputs.
 -ERROR- Failed to publish 
[/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/build/ant] to 
repository : [Errno 21] Is a directory



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-servletapi-5/txt2html-task/gump_work/build_jakarta-servletapi-5_txt2html-task.html
Work Name: build_jakarta-servletapi-5_txt2html-task (Type: Build)
Work ended in a state of : Success
Elapsed: 2 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only ant 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/build/ant:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar
---------------------------------------------
Buildfile: build.xml

prepare:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/build/classes
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/build/docs
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/build/docs/api
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/build/examples
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/dist
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/dist/docs
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/dist/docs/api
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/dist/lib
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/dist/src
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/dist/examples

ant:
    [javac] Compiling 1 source file to 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/build/ant
    [javac] Note: 
/home/gump/workspaces2/public/workspace/jakarta-servletapi-5/jsr152/src/ant/task/Txt2Html.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.

BUILD SUCCESSFUL
Total time: 2 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-servletapi-5/txt2html-task/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-servletapi-5/txt2html-task/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #8.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project icu4j (in module icu4j) failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project icu4j has an issue affecting its community integration,
 and has been outstanding for 79 runs.
The current state of this project is 'Failed', with reason 'Update Failed'.

Full details are available at:
    http://brutus.apache.org/gump/public/icu4j/icu4j/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [icu4j.jar] identifier set to project name
 -INFO- Failed with reason update failed
 -DEBUG- Extracted fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/icu4j/icu4j/rss.xml
- Atom: http://brutus.apache.org/gump/public/icu4j/icu4j/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #10.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project commons-jci (in module jakarta-commons-sandbox) 
failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project commons-jci has an issue affecting its community integration.
This issue affects 2 projects,
 and has been outstanding for 3 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
    - commons-javaflow :  Commons Javaflow
    - commons-jci :  Commons JCI


Full details are available at:
    
http://brutus.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [commons-jci-r159148.jar] identifier set to output basename: 
[commons-jci-r159148]
 -DEBUG- Output [commons-jci-19052005.jar] identifier set to output basename: 
[commons-jci]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci/build.properties
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci/project.properties
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci/target/commons-jci-r159148.jar
 -ERROR- See Directory Listing Work for Missing Outputs
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/gump_work/build_jakarta-commons-sandbox_commons-jci.html
Work Name: build_jakarta-commons-sandbox_commons-jci (Type: Build)
Work ended in a state of : Success
Elapsed: 7 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-bcel/bin/bcel.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-19052005.jar:/usr/local/gump/public/workspace/jakarta-commons/io/dist/jakarta-commons-io-19052005.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-19052005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/cocoon/lib/optional/jdtcore-3.0.2.jar:/usr/local/gump/packages/janino-2.3.2/lib/janino.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

WARNING: Plugin 'maven-clover-plugin' is already loaded from 
maven-clover-plugin-1.8; attempting to load maven-clover-plugin-1.6
build:start:

java:prepare-filesystem:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/classes

java:compile:
    [echo] Compiling to 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/classes
    [echo] 
==========================================================

  NOTE: Targetting JVM 1.4, classes
  will not run on earlier JVMs

==========================================================
          
    [javac] Compiling 18 source files to 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/classes

java:jar-resources:
Copying 2 files to 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/classes
Copying 1 file to 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/classes/META-INF

test:prepare-filesystem:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/test-classes
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/test-reports

test:test-resources:

test:compile:
    [javac] Compiling 1 source file to 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/test-classes

test:test:

jar:jar:
    [jar] Building jar: 
/home/gump/workspaces2/public/workspace/jakarta-commons-sandbox/jci/target/commons-jci-19052005.jar
BUILD SUCCESSFUL
Total time: 7 seconds
Finished at: Thu May 19 02:08:59 PDT 2005

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #14.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project myfaces (in module myfaces) failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project myfaces has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - myfaces :  JavaServer(tm) Faces implementation


Full details are available at:
    http://brutus.apache.org/gump/public/myfaces/myfaces/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/myfaces/myfaces/gump_work/build_myfaces_myfaces.html
Work Name: build_myfaces_myfaces (Type: Build)
Work ended in a state of : Failed
Elapsed: 25 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dmyfaces-jsf-api.jar=../lib/myfaces-jsf-api-19052005.jar -Denv.TEMP=temp 
[Working Directory: /usr/local/gump/public/workspace/myfaces/build]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/myfaces/build/temp/myfaces-api/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-commons/el/dist/commons-el.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/usr/local/gump/public/workspace/jakarta-taglibs/dist/standard/lib/jstl.jar
---------------------------------------------
      [tar] Entry: 
myfaces-1.0.9-src/src/share/org/apache/myfaces/renderkit/html/util/DummyFormResponseWriterWrapper.java
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/example1/ValidationController.java
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/listexample/PagedSortableCarList.java
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/listexample/SimpleCountryForm.java
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/listexample/SimpleCountryList.java
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/listexample/SimpleSortableCarList.java
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_ca.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_de.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_en.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_es.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_fr.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_ja.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_pt_BR.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_ru.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/resource/example_messages_zh.properties
 longer than 100 characters.
      [tar] Entry: 
myfaces-1.0.9-src/webapps/src/example/org/apache/myfaces/examples/util/ExampleMessagesResourceBundle.java
 longer than 100 characters.
      [zip] Building zip: 
/home/gump/workspaces2/public/workspace/myfaces/build/release/myfaces-1.0.9-src.zip

-compile-api:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/myfaces/build/temp/myfaces-api/classes
    [javac] Compiling 134 source files to 
/home/gump/workspaces2/public/workspace/myfaces/build/temp/myfaces-api/classes

myfaces-jsf-api-jar:
      [jar] Building jar: 
/home/gump/workspaces2/public/workspace/myfaces/lib/myfaces-jsf-api-19052005.jar

-compile-share:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/myfaces/build/temp/myfaces-share/classes
    [javac] Compiling 74 source files to 
/home/gump/workspaces2/public/workspace/myfaces/build/temp/myfaces-share/classes
    [javac] 
/home/gump/workspaces2/public/workspace/myfaces/src/share/org/apache/myfaces/util/ClassUtils.java:19:
 cannot resolve symbol
    [javac] symbol  : class Logger 
    [javac] location: package el
    [javac] import org.apache.commons.el.Logger;
    [javac]                              ^
    [javac] 
/home/gump/workspaces2/public/workspace/myfaces/src/share/org/apache/myfaces/util/ClassUtils.java:78:
 cannot resolve symbol
    [javac] symbol  : class Logger 
    [javac] location: class org.apache.myfaces.util.ClassUtils
    [javac]     private static final Logger COERCION_LOGGER   = new 
Logger(System.out);
    [javac]                          ^
    [javac] 
/home/gump/workspaces2/public/workspace/myfaces/src/share/org/apache/myfaces/util/ClassUtils.java:78:
 cannot resolve symbol
    [javac] symbol  : class Logger 
    [javac] location: class org.apache.myfaces.util.ClassUtils
    [javac]     private static final Logger COERCION_LOGGER   = new 
Logger(System.out);
    [javac]                                                         ^
    [javac] 3 errors

BUILD FAILED
/home/gump/workspaces2/public/workspace/myfaces/build/build.xml:569: Compile 
failed; see the compiler error output for details.

Total time: 25 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/myfaces/myfaces/rss.xml
- Atom: http://brutus.apache.org/gump/public/myfaces/myfaces/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #17.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project eyebrowse (in module eyebrowse) failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project eyebrowse has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - eyebrowse :  Web-based mail archive browsing


Full details are available at:
    http://brutus.apache.org/gump/public/eyebrowse/eyebrowse/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [eyebrowse.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/eyebrowse/eyebrowse/gump_work/build_eyebrowse_eyebrowse.html
Work Name: build_eyebrowse_eyebrowse (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dlog4j.jar=/usr/local/gump/public/workspace/logging-log4j/log4j-19052005.jar 
-Ddatabase.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar 
-Djakarta-oro.jar=/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-19052005.jar
 
-Dlucene.jar=/usr/local/gump/public/workspace/lucene-java/build/lucene-core-19052005.jar
 -Djavamail.jar=/usr/local/gump/packages/javamail-1.3.2/mail.jar 
-Djaf.jar=/usr/local/gump/packages/jaf-1.0.1/activation.jar 
-Dvelocity.jar=/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-19052005.jar
 dist 
[Working Directory: /usr/local/gump/public/workspace/eyebrowse]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-19052005.jar:/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar:/usr/local/gump/packages/jaf-1.0.1/activation.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-19052005.jar:/usr/local/gump/packages/javamail-1.3.2/mail.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-19052005.jar:/usr/local/gump/public/workspace/lucene-java/build/lucene-core-19052005.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-19052005.jar
---------------------------------------------
Buildfile: build.xml

BUILD FAILED
java.lang.NoClassDefFoundError: org/xml/sax/ext/Attributes2
        at org.apache.xerces.parsers.AbstractSAXParser.<init>(Unknown Source)
        at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)
        at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown 
Source)
        at org.apache.tools.ant.util.JAXPUtils.newSAXParser(JAXPUtils.java:212)
        at 
org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:169)
        at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:187)
        at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
        at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:90)
        at org.apache.tools.ant.Main.runBuild(Main.java:645)
        at org.apache.tools.ant.Main.startAnt(Main.java:188)
        at org.apache.tools.ant.Main.start(Main.java:151)
        at org.apache.tools.ant.Main.main(Main.java:229)

Total time: 0 seconds
java.lang.NoClassDefFoundError: org/xml/sax/ext/Attributes2
        at org.apache.xerces.parsers.AbstractSAXParser.<init>(Unknown Source)
        at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)
        at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown 
Source)
        at org.apache.tools.ant.util.JAXPUtils.newSAXParser(JAXPUtils.java:212)
        at 
org.apache.tools.ant.util.JAXPUtils.getNamespaceXMLReader(JAXPUtils.java:169)
        at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:187)
        at 
org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:140)
        at 
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:90)
        at org.apache.tools.ant.Main.runBuild(Main.java:645)
        at org.apache.tools.ant.Main.startAnt(Main.java:188)
        at org.apache.tools.ant.Main.start(Main.java:151)
        at org.apache.tools.ant.Main.main(Main.java:229)
org/xml/sax/ext/Attributes2
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/eyebrowse/eyebrowse/rss.xml
- Atom: http://brutus.apache.org/gump/public/eyebrowse/eyebrowse/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #18.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project xml-security-tests (in module xml-security) failed
To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project xml-security-tests has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - xml-security-tests :  XML-Signature Syntax and Processing


Full details are available at:
    
http://brutus.apache.org/gump/public/xml-security/xml-security-tests/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on jce exists, no need to add for property lib.jce.
 -INFO- Failed with reason build failed



The following work was performed:
http://brutus.apache.org/gump/public/xml-security/xml-security-tests/gump_work/build_xml-security_xml-security-tests.html
Work Name: build_xml-security_xml-security-tests (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 17 secs
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djce.download.sha1=c1f0e975e8c8e0a0105787b249a50615b485d109 
-Dlib.jce=/usr/local/gump/packages/jce/jce-jdk13-116.jar 
-Djce.download.md5=85c64cd754719a4bc8da7e9aa0e113fd test 
[Working Directory: /usr/local/gump/public/workspace/xml-security]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/xml-security/build/test:/usr/local/gump/public/workspace/xml-security:/usr/local/gump/public/workspace/xml-security/build/xmlsec-19052005.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/jce/jce-jdk13-116.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar
---------------------------------------------
    [junit] Testcase: test_enveloping took 0.388 sec
    [junit] Testcase: test_enveloped took 0.018 sec
    [junit] Running 
org.apache.xml.security.test.signature.UnknownAlgoSignatureTest
    [junit] Testsuite: 
org.apache.xml.security.test.signature.UnknownAlgoSignatureTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.458 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.458 sec
    [junit] ------------- Standard Error -----------------
    [junit] May 19, 2005 2:25:29 AM org.apache.xml.security.signature.Reference 
verify
    [junit] INFO: Verification successful for URI "#TheFirstObject"
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testGood took 0.316 sec
    [junit] Testcase: testBadC14NAlgo took 0.024 sec
    [junit] Testcase: testBadSigAlgo took 0.013 sec
    [junit] Testcase: testBadTransformAlgo took 0.015 sec
    [junit] Running org.apache.xml.security.test.signature.XMLSignatureInputTest
    [junit] Testsuite: 
org.apache.xml.security.test.signature.XMLSignatureInputTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.193 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.193 sec

    [junit] Testcase: testSetOctetStreamGetOctetStream took 0.007 sec
    [junit] Testcase: testSetNodeSetGetOctetStream1 took 0.07 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0.002 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testIsInitializedWithNodeSet took 0.006 sec
    [junit] Testcase: testNodeSetIsNotOctetStream took 0.008 sec
    [junit] Testcase: testNodeSetIsNodeSet took 0.006 sec
    [junit] Running 
org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest
    [junit] Testsuite: 
org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.178 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.178 sec

    [junit] Testcase: test1 took 0.02 sec
    [junit] Testcase: test2 took 0.003 sec
    [junit] Testcase: test3 took 0.063 sec
    [junit] Running org.apache.xml.security.test.utils.Base64Test
    [junit] Testsuite: org.apache.xml.security.test.utils.Base64Test
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.103 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.103 sec

    [junit] Testcase: testA1 took 0.009 sec
    [junit] Testcase: testWrap1 took 0.001 sec
    [junit] Testcase: testWrap2 took 0 sec
[junitreport] Transform time: 5333ms

BUILD FAILED
/home/gump/workspaces2/public/workspace/xml-security/build.xml:392: Unit Tests 
Failed

Total time: 1 minute 17 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/xml-security/xml-security-tests/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/xml-security/xml-security-tests/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 25000019052005, brutus:brutus-public:25000019052005
Gump E-mail Identifier (unique within run) #20.



--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to