Dear Gumpmeisters,
The following 7 notifys should have been sent
*********************************************************** G U M P
[EMAIL PROTECTED]: Project xml-crimson (in module xml-crimson) failed
[EMAIL PROTECTED]: Project wsrf-xbeans (in module apollo) failed
[EMAIL PROTECTED]: Project dumbster-world (in module dumbster) failed
[EMAIL PROTECTED]: Project logging-log4cxx-ant-static (in module
logging-log4cxx) failed
[EMAIL PROTECTED]: Project jakarta-hivemind-library (in module
jakarta-hivemind) failed
[EMAIL PROTECTED]: Project commons-jelly-tags-xml (in module commons-jelly)
failed
[EMAIL PROTECTED]: Project fulcrum-hsqldb (in module jakarta-turbine-fulcrum)
failed
*********************************************************** 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: (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 xml-crimson has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 35 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://vmgump.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
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.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: 5 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=/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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]
/x1/gump/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
/x1/gump/public/workspace/xml-crimson/build.xml:142: Compile failed; see the
compiler error output for details.
Total time: 5 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/xml-crimson/xml-crimson/rss.xml
- Atom: http://vmgump.apache.org/gump/public/xml-crimson/xml-crimson/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #5.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project wsrf-xbeans (in module apollo) failed
Failed with to: [EMAIL PROTECTED] from: [Ian Springer <[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 wsrf-xbeans has an issue affecting its community integration.
This issue affects 2 projects,
and has been outstanding for 28 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- apollo : Apollo Project
- wsrf-xbeans : Apollo Project
Full details are available at:
http://vmgump.apache.org/gump/public/apollo/wsrf-xbeans/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [wsrf-xbeans-20062005.jar] identifier set to project name
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/apollo/wsrf-xbeans/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/usr/local/gump/public/workspace/apollo/wsrf-xbeans/project.xml
-DEBUG- Maven project properties in:
/usr/local/gump/public/workspace/apollo/wsrf-xbeans/project.properties
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/apollo/wsrf-xbeans/gump_work/build_apollo_wsrf-xbeans.html
Work Name: build_apollo_wsrf-xbeans (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar
[Working Directory: /usr/local/gump/public/workspace/apollo/wsrf-xbeans]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/apollo/target/classes:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/lib/xbean_xpath.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/lib/xmlpublic.jar:/usr/local/gump/public/workspace/xml-xmlbeans/v1/build/lib/xbean.jar:/usr/local/gump/public/workspace/apollo/wsa-xbeans/target/wsa-xbeans-20062005.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
You are working offline so the build will continue, but wsa-xbeans-SNAPSHOT.jar
may be out of date!
The build cannot continue because of the following unsatisfied dependency:
xmlbeans-jsr173-api-2.0-dev.jar (try downloading from
http://xmlbeans.apache.org/)
Total time: 2 seconds
Finished at: Mon Jun 20 01:11:47 PDT 2005
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apollo/wsrf-xbeans/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apollo/wsrf-xbeans/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #6.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project dumbster-world (in module dumbster) failed
Failed with to: [EMAIL PROTECTED] from: [Jason Kitchen <[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 dumbster-world has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 31 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- dumbster-world : The Dumbster is a very simple fake SMTP server designed
for ...
Full details are available at:
http://vmgump.apache.org/gump/public/dumbster/dumbster-world/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://vmgump.apache.org/gump/public/dumbster/dumbster-world/gump_work/build_dumbster_dumbster-world.html
Work Name: build_dumbster_dumbster-world (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 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=/x1/gump/public/gump/work/merge.xml
-Dbuild.sysclasspath=only world
[Working Directory: /usr/local/gump/public/workspace/dumbster]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/dumbster/build/test:/usr/local/gump/public/workspace/dumbster/build/dumbster.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/packages/jaf-1.0.1/activation.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/packages/javamail-1.3.2/mail.jar:/usr/local/gump/packages/javamail-1.3.2/lib/mailapi.jar
---------------------------------------------
Buildfile: build.xml
init:
compile:
jar:
[delete] Deleting: /x1/gump/public/workspace/dumbster/build/dumbster.jar
[jar] Building jar: /x1/gump/public/workspace/dumbster/build/dumbster.jar
compile-tests:
[javac] Compiling 4 source files to
/x1/gump/public/workspace/dumbster/build/test
test:
[junit] Running com.dumbster.smtp.AllTests
[junit] Tests run: 16, Failures: 0, Errors: 5, Time elapsed: 0.627 sec
BUILD FAILED
/x1/gump/public/workspace/dumbster/build.xml:89: Test
com.dumbster.smtp.AllTests failed
Total time: 3 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/dumbster/dumbster-world/rss.xml
- Atom: http://vmgump.apache.org/gump/public/dumbster/dumbster-world/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #10.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project logging-log4cxx-ant-static (in module
logging-log4cxx) failed
Failed with to: [EMAIL PROTECTED] from: [Gump Integration Build <[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 logging-log4cxx-ant-static has an issue affecting its community
integration.
This issue affects 1 projects,
and has been outstanding for 33 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- logging-log4cxx-ant-static : Apache log4cxx
Full details are available at:
http://vmgump.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant-static/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://vmgump.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant-static/gump_work/build_logging-log4cxx_logging-log4cxx-ant-static.html
Work Name: build_logging-log4cxx_logging-log4cxx-ant-static (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 mins 21 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=/x1/gump/public/gump/work/merge.xml
-Dbuild.sysclasspath=only
-Dapriconv.dir=/usr/local/gump/public/workspace/apr-iconv/dest-20062005
-Daprutil.dir=/usr/local/gump/public/workspace/apr-util/dest-20062005
-Dapr.dir=/usr/local/gump/public/workspace/apr/dest-20062005 -Dlib.type=static
-Dcppunit.dir=/usr/local/gump/public/workspace/cppunit/dest-20062005 gump
[Working Directory: /usr/local/gump/public/workspace/logging-log4cxx]
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/cpptasks/build/lib/cpptasks.jar:/usr/local/gump/public/workspace/ant-contrib/build/lib/ant-contrib-20062005.jar
---------------------------------------------
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:24:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:26:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:27:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:49:
error: parse
[cc] error before `=' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:61:
error: `
[cc] props' was not declared in this scope
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:61:
error: parse
[cc] error before `;' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:61:
error: syntax
[cc] error before `++' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:68:
error: syntax
[cc] error before `.' token
[cc] In file included from
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h.cpp:3:
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:17:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:19:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:20:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:21:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:22:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:23:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:24:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:26:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:27:
error: parse
[cc] error before `.' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:49:
error: parse
[cc] error before `=' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:61:
error: `
[cc] props' was not declared in this scope
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:61:
error: parse
[cc] error before `;' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:61:
error: syntax
[cc] error before `++' token
[cc]
/x1/gump/public/workspace/logging-log4cxx/build/header-check/log4cxx/filter/reflectionfilter.h:68:
error: syntax
[cc] error before `.' token
BUILD FAILED
/x1/gump/public/workspace/logging-log4cxx/build.xml:581: gcc failed with return
code 1
Total time: 6 minutes 20 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant-static/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant-static/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #14.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project jakarta-hivemind-library (in module
jakarta-hivemind) failed
Failed with to: [EMAIL PROTECTED] from: [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 jakarta-hivemind-library has an issue affecting its community
integration.
This issue affects 2 projects,
and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- jakarta-hivemind-library : HiveMind is a services and configuration
microkernel
- jakarta-tapestry : Component-based web application framework organized
around i...
Full details are available at:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-library/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [hivemind-lib-20062005.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://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-library/gump_work/build_jakarta-hivemind_jakarta-hivemind-library.html
Work Name: build_jakarta-hivemind_jakarta-hivemind-library (Type: Build)
Work ended in a state of : Failed
Elapsed: 15 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
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml
-Dbuild.sysclasspath=only -Ddownload-warning-marker-displayed=true
-Djunit-available=true -Dproject.version=20062005
[Working Directory: /usr/local/gump/public/workspace/jakarta-hivemind/library]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-hivemind/hivebuild/target/classes:/usr/local/gump/public/workspace/jakarta-hivemind/library/target/classes:/usr/local/gump/public/workspace/jakarta-hivemind/library/target/test-classes:/usr/local/gump/public/workspace/jakarta-hivemind/library/src/conf:/usr/local/gump/public/workspace/jakarta-hivemind/library/src/descriptor:/usr/local/gump/public/workspace/jakarta-hivemind/library/src/test:/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/aopalliance/build/aopalliance.jar:/usr/local/gump/packages/asm-1.5.2/lib/asm-analysis-1.5.2.jar:/usr/local/gump/packages/asm-1.5.2/lib/asm-xml-1.5.2.jar:/usr/local/gump/packages/asm-1.5.2/lib/asm-attrs-1.5.2.jar:/usr/local/gump/packages/asm-1.5.2/lib/asm-1.5.2.jar:/usr/local/gump/packages/asm-1.5.2/lib/kasm-1.5.2.jar:/usr/local/gump/packages/asm-1.5.2/lib/asm-tree-1.5.2.jar:/usr/local/gump/packages/asm-1.5.2/lib/asm-util-1.5.2.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-20062005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-20062005.jar:/usr/local/gump/packages/easymock1.1/easymock.jar:/usr/local/gump/packages/easymockclassextension1.1/easymockclassextension.jar:/usr/local/gump/packages/ejb-2_0-fr/ejb.jar:/usr/local/gump/packages/groovy-1.0-beta-10/groovy-1.0-beta-10.jar:/usr/local/gump/public/workspace/jakarta-hivemind/target/hivemind-20062005.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-20062005.jar:/usr/local/gump/public/workspace/javassist/javassist.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-20062005.jar:/usr/local/gump/packages/spring-framework-1.2.1/dist/spring-core.jar
---------------------------------------------
[javac] private BeanFactory _beanFactory;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringBeanParameter.java:44:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringBeanParameter
[javac] public BeanFactory getBeanFactory()
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringBeanParameter.java:50:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringBeanParameter
[javac] public void setBeanFactory(BeanFactory beanFactory)
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringLookupFactory.java:20:
package org.springframework.beans.factory does not exist
[javac] import org.springframework.beans.factory.BeanFactory;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringLookupFactory.java:32:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringLookupFactory
[javac] private BeanFactory _defaultBeanFactory;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringLookupFactory.java:49:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringLookupFactory
[javac] public void setDefaultBeanFactory(BeanFactory
defaultBeanFactory)
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringObjectProvider.java:20:
package org.springframework.beans.factory does not exist
[javac] import org.springframework.beans.factory.BeanFactory;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringObjectProvider.java:31:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringObjectProvider
[javac] private BeanFactory _beanFactory;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringObjectProvider.java:39:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringObjectProvider
[javac] public void setBeanFactory(BeanFactory beanFactory)
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringLookupFactory.java:40:
cannot resolve symbol
[javac] symbol : class BeanFactory
[javac] location: class org.apache.hivemind.lib.impl.SpringLookupFactory
[javac] BeanFactory f = p.getBeanFactory();
[javac] ^
[javac] 17 errors
BUILD FAILED
/x1/gump/public/workspace/jakarta-hivemind/hivebuild/module.xml:231: The
following error occurred while executing this line:
/x1/gump/public/workspace/jakarta-hivemind/hivebuild/module.xml:122: Compile
failed; see the compiler error output for details.
Total time: 15 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-library/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/jakarta-hivemind/jakarta-hivemind-library/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #28.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project commons-jelly-tags-xml (in module commons-jelly)
failed
Failed with to: [EMAIL PROTECTED] from: [commons-jelly-tags-xml development
<[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 commons-jelly-tags-xml has an issue affecting its community integration.
This issue affects 12 projects,
and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-jelly-tags-define : Commons Jelly
- commons-jelly-tags-html : Commons Jelly
- commons-jelly-tags-http : Commons Jelly
- commons-jelly-tags-jaxme : Commons Jelly
- commons-jelly-tags-jetty : Commons Jelly
- commons-jelly-tags-jface : Commons Jelly
- commons-jelly-tags-jsl : Commons Jelly
- commons-jelly-tags-swing : Commons Jelly
- commons-jelly-tags-xml : Commons Jelly
- commons-jelly-tags-xmlunit : Commons Jelly
- maven : Project Management Tools
- maven-bootstrap : Project Management Tools
Full details are available at:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [commons-jelly-tags-xml-20062005.jar] identifier set to
project name
-DEBUG- Dependency on xml-xerces exists, no need to add for property
maven.jar.xerces.
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/project.xml
-DEBUG- Maven project properties in:
/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/project.properties
-INFO- Project Reports in:
/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-reports
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml/gump_work/build_commons-jelly_commons-jelly-tags-xml.html
Work Name: build_commons-jelly_commons-jelly-tags-xml (Type: Build)
Work ended in a state of : Failed
Elapsed: 18 secs
Command Line: maven --offline jar
[Working Directory:
/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-20062005.jar:/usr/local/gump/public/workspace/commons-jelly/target/commons-jelly-20062005.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-20062005.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-20062005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-20062005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-20062005.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
java:prepare-filesystem:
[mkdir] Created dir:
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/classes
java:compile:
[echo] Compiling to
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/classes
[javac] Compiling 16 source files to
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/classes
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir:
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes
[mkdir] Created dir:
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-reports
test:test-resources:
Copying 36 files to
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes
test:compile:
[javac] Compiling 4 source files to
/x1/gump/public/workspace/commons-jelly/jelly-tags/xml/target/test-classes
test:test:
[junit] Running org.apache.commons.jelly.tags.xml.TestImport
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.265 sec
[junit] Running org.apache.commons.jelly.tags.xml.TestXMLTags
[junit] Tests run: 12, Failures: 1, Errors: 9, Time elapsed: 2.54 sec
[junit] [ERROR] TEST org.apache.commons.jelly.tags.xml.TestXMLTags FAILED
[junit] Running org.apache.commons.jelly.tags.xml.TestJelly
[junit] <foo>some text
[junit] exists = true, readable = true, class=java.io.File
[junit]
[junit] Tests run: 15, Failures: 0, Errors: 13, Time elapsed: 0.75 sec
[junit] [ERROR] TEST org.apache.commons.jelly.tags.xml.TestJelly FAILED
[junit] Running org.apache.commons.jelly.tags.xml.TestParser
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.835 sec
BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 17 seconds
Finished at: Mon Jun 20 03:29:33 PDT 2005
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-xml/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #30.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project fulcrum-hsqldb (in module jakarta-turbine-fulcrum)
failed
Failed with to: [EMAIL PROTECTED] from: [fulcrum-hsqldb development
<[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 fulcrum-hsqldb has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- fulcrum-hsqldb : Services Framework
Full details are available at:
http://vmgump.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-hsqldb/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [fulcrum-hsqldb-1.0-dev.jar] identifier set to project name
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/project.xml
-DEBUG- Maven project properties in:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/project.properties
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-hsqldb/gump_work/build_jakarta-turbine-fulcrum_fulcrum-hsqldb.html
Work Name: build_jakarta-turbine-fulcrum_fulcrum-hsqldb (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar
[Working Directory:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/target/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/avalon-trunk/runtime/framework/api/target/deliverables/jars/avalon-framework-api-20062005.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/framework/impl/target/deliverables/jars/avalon-framework-impl-20062005.jar:/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/yaafi/target/fulcrum-yaafi-20062005.jar:/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/testcontainer/target/fulcrum-testcontainer-20062005.jar:/usr/local/gump/public/workspace/hsqldb/lib/hsqldb.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
java:prepare-filesystem:
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/target/classes
java:compile:
[echo] Compiling to
/x1/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/target/classes
[echo]
==========================================================
NOTE: Targetting JVM 1.4, classes
will not run on earlier JVMs
==========================================================
[javac] Compiling 2 source files to
/x1/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/target/classes
/x1/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/src/java/org/apache/fulcrum/hsqldb/HSQLServiceImpl.java:33:
cannot resolve symbol
symbol : class HsqlProperties
location: package hsqldb
import org.hsqldb.HsqlProperties;
^
/x1/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/src/java/org/apache/fulcrum/hsqldb/HSQLServiceImpl.java:80:
cannot resolve symbol
symbol : class HsqlProperties
location: class org.apache.fulcrum.hsqldb.HSQLServiceImpl
private HsqlProperties serverProperties;
^
/x1/gump/public/workspace/jakarta-turbine-fulcrum/hsqldb/src/java/org/apache/fulcrum/hsqldb/HSQLServiceImpl.java:121:
cannot resolve symbol
symbol : class HsqlProperties
location: class org.apache.fulcrum.hsqldb.HSQLServiceImpl
this.serverProperties = new HsqlProperties();
^
3 errors
BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Mon Jun 20 04:05:49 PDT 2005
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-hsqldb/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-hsqldb/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 22000020062005, vmgump.apache.org:vmgump-public:22000020062005
Gump E-mail Identifier (unique within run) #32.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]