Dear Gumpmeisters,
The following 10 notifys should have been sent
*********************************************************** G U M P
[EMAIL PROTECTED]: Project eyebrowse (in module eyebrowse) failed
[EMAIL PROTECTED]: Project commons-jci (in module jakarta-commons-sandbox)
failed
[EMAIL PROTECTED]: Project stub-compiler (in module asn1) failed
[EMAIL PROTECTED]: Project mina (in module mina) failed
[EMAIL PROTECTED]: Project ws-commons-axiom (in module ws-axis2-commons) failed
[EMAIL PROTECTED]: Project xml-security-tests (in module xml-security) failed
[EMAIL PROTECTED]: Project asn1-der (in module asn1) failed
[EMAIL PROTECTED]: Project groovy (in module groovy) failed
[EMAIL PROTECTED]: Project portals-bridges-frameworks (in module
portals-bridges) failed
[EMAIL PROTECTED]: Project myfaces (in module myfaces) failed
*********************************************************** 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://vmgump.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://vmgump.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: 5 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/build/xercesImpl.jar
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml
-Dbuild.sysclasspath=only
-Dlog4j.jar=/usr/local/gump/public/workspace/logging-log4j/dist/lib/log4j-29062006.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-29062006.jar
-Dlucene.jar=/usr/local/gump/public/workspace/lucene-java/build/lucene-core-29062006.jar
-Djavamail.jar=/usr/local/gump/packages/javamail-1.4/mail.jar
-Djaf.jar=/usr/local/gump/packages/jaf-1.1ea/activation.jar
-Dvelocity.jar=/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-29062006.jar
dist
[Working Directory: /usr/local/gump/public/workspace/eyebrowse]
CLASSPATH:
/opt/jdk1.5/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/packages/junit3.8.1/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-29062006.jar:/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-29062006.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/public/workspace/logging-log4j/dist/lib/log4j-29062006.jar:/usr/local/gump/public/workspace/lucene-java/build/lucene-core-29062006.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-29062006.jar
---------------------------------------------
[javac] location: class org.apache.lucene.document.Field
[javac] doc.add(Field.Text("body", sender));
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/LuceneIndexer.java:201:
cannot find symbol
[javac] symbol : method Text(java.lang.String,java.lang.String)
[javac] location: class org.apache.lucene.document.Field
[javac] doc.add(Field.Text("body", senderEmail));
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/LuceneIndexer.java:204:
cannot find symbol
[javac] symbol : method Text(java.lang.String,java.lang.String)
[javac] location: class org.apache.lucene.document.Field
[javac] doc.add(Field.Text("body", subject));
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/LuceneIndexer.java:214:
cannot find symbol
[javac] symbol : method Text(java.lang.String,java.io.Reader)
[javac] location: class org.apache.lucene.document.Field
[javac] doc.add(Field.Text("body",
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/LuceneIndexer.java:275:
parse(java.lang.String) in org.apache.lucene.queryParser.QueryParser cannot be
applied to
(java.lang.String,java.lang.String,org.apache.lucene.analysis.Analyzer)
[javac] query = QueryParser.parse(searchText, defaultField,
analyzer);
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/servlets/EyebrowseServlet.java:180:
warning: [deprecation] loadConfiguration(javax.servlet.ServletConfig) in
org.apache.velocity.servlet.VelocityServlet has been deprecated
[javac] protected Properties loadConfiguration(ServletConfig config)
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/servlets/EyebrowseServlet.java:198:
warning: [deprecation] loadConfiguration(javax.servlet.ServletConfig) in
org.apache.velocity.servlet.VelocityServlet has been deprecated
[javac] p = super.loadConfiguration(config);
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/util/EyebrowseResourceLoader.java:40:
warning: [deprecation] info(java.lang.Object) in
org.apache.velocity.runtime.RuntimeLogger has been deprecated
[javac] rsvc.info("EyebrowseResourceLoader : initialization
starting.");
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/util/EyebrowseResourceLoader.java:45:
warning: [deprecation] info(java.lang.Object) in
org.apache.velocity.runtime.RuntimeLogger has been deprecated
[javac] rsvc.info("EyebrowseResourceLoader : adding path '" +
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/util/EyebrowseResourceLoader.java:48:
warning: [deprecation] info(java.lang.Object) in
org.apache.velocity.runtime.RuntimeLogger has been deprecated
[javac] rsvc.info("EyebrowseResourceLoader : initialization
complete.");
[javac] ^
[javac]
/x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/util/LocalizationTool.java:279:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress
this warning
[javac] new String[]
{ key });
[javac]
^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 9 errors
[javac] 8 warnings
BUILD FAILED
/x1/gump/public/workspace/eyebrowse/build.xml:67: Compile failed; see the
compiler error output for details.
Total time: 4 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/eyebrowse/eyebrowse/rss.xml
- Atom: http://vmgump.apache.org/gump/public/eyebrowse/eyebrowse/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #3.
*********************************************************** 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 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-jci : Commons JCI
Full details are available at:
http://vmgump.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- Sole output [commons-jci-29062006.jar] identifier set to project name
-DEBUG- Dependency on packaged-groovy exists, no need to add for property
maven.jar.groovy.
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci/build.properties
-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-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 : Failed
Elapsed: 4 secs
Command Line: maven --offline jar
[Working Directory:
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jci]
CLASSPATH:
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/packages/bcel-5.2/bcel-5.2.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-29062006.jar:/usr/local/gump/packages/eclipse-3.1M6/plugins/org.eclipse.jdt.core_3.1.0/jdtcore.jar:/usr/local/gump/packages/janino-2.3.8/lib/janino.jar:/usr/local/gump/packages/jarjar/jarjar-0.6.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-analysis-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-attrs-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-util-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-xml-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-commons-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-tree-29062006.jar:/usr/local/gump/packages/antlr-2.7.6/antlr.jar:/usr/local/gump/packages/groovy-1.0-jsr-03/groovy-1.0-jsr-03.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
java:prepare-filesystem:
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons-sandbox/jci/target/classes
java:compile:
[echo] Compiling to
/x1/gump/public/workspace/jakarta-commons-sandbox/jci/target/classes
[echo] No java source files to compile.
resources or todir was null
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons-sandbox/jci/target/test-classes
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons-sandbox/jci/target/test-reports
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
BUILD FAILED
File...... /home/gump/.maven/cache/maven-jar-plugin-1.6.1/plugin.jelly
Element... ant:fail
Line...... 53
Column.... 19
You must define currentVersion in your POM.
Total time: 4 seconds
Finished at: Thu Jun 29 18:29:30 PDT 2006
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jci/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #4.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project stub-compiler (in module asn1) 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 stub-compiler has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Pre-Build Failed'.
For reference only, the following projects are affected by this:
- stub-compiler : Apache ASN.1 Tools
Full details are available at:
http://vmgump.apache.org/gump/public/asn1/stub-compiler/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [stub-compiler-29062006.jar] identifier set to project name
-DEBUG- Dependency on jakarta-velocity exists, no need to add for property
maven.jar.velocity-dep.
-DEBUG- Dependency on excalibur-logkit exists, no need to add for property
maven.jar.avalon-logkit.
-INFO- Failed with reason pre-build failed
-INFO- Failed to extract fallback artifacts from Gump Repository
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/asn1/stub-compiler/rss.xml
- Atom: http://vmgump.apache.org/gump/public/asn1/stub-compiler/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #7.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project mina (in module mina) 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 mina has an issue affecting its community integration.
This issue affects 13 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- apache-ldapber-provider : Apache Directory Project
- apacheds-core : Apache Directory Server
- apacheds-main : Apache Directory Server
- apacheds-shared : Apache Directory Server
- asn1-ber : Apache ASN.1 Tools
- asn1-codec : Apache ASN.1 Tools
- kerberos-common : Apache Directory Project
- kerberos-protocol : Apache Kerberos Server
- ldap-common : Apache Directory Project
- ldap-protocol : Apache Directory Server
- ldap-snacc-provider : Apache Directory Project
- maven-directory-plugin : Apache Directory Server
- mina : A Multipurpose Infrastrusture for Network Applications
Full details are available at:
http://vmgump.apache.org/gump/public/mina/mina/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [mina-29062006.jar] identifier set to project name
-DEBUG- Dependency on cglib exists, no need to add for property
maven.jar.cglib-nodep.
-DEBUG- Dependency on slf4j exists, no need to add for property
maven.jar.jcl104-over-slf4j.
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/mina/build.properties
-INFO- Failed with reason build failed
-INFO- Project Reports in:
/usr/local/gump/public/workspace/mina/target/test-reports
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/mina/mina/gump_work/build_mina_mina.html
Work Name: build_mina_mina (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar
[Working Directory: /usr/local/gump/public/workspace/mina]
CLASSPATH:
/opt/jdk1.5/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/packages/cglib/cglib-nodep-2.1_3.jar:/usr/local/gump/public/workspace/jakarta-commons/net/dist/commons-net-29062006.jar:/usr/local/gump/packages/easymock1.2_Java1.3/easymock.jar:/usr/local/gump/packages/easymockclassextension1.2/easymockclassextension.jar:/usr/local/gump/packages/emma-2.0.5312/lib/emma.jar:/usr/local/gump/packages/emma-2.0.5312/lib/emma_ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/maven-emma-plugin/target/maven-emma-plugin-29062006.jar:/usr/local/gump/packages/maven-site-plugin/maven-site-plugin-1.6.1.jar:/usr/local/gump/public/workspace/slf4j/slf4j-simple.jar:/usr/local/gump/public/workspace/slf4j/jcl29062006-over-slf4j.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-beans.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-core.jar:/usr/local/gump/packages/jsse1.0.3/lib/jcert.jar:/usr/local/gump/packages/jsse1.0.3/lib/jnet.jar:/usr/local/gump/packages/jsse1.0.3/lib/jsse.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
java:prepare-filesystem:
[mkdir] Created dir: /x1/gump/public/workspace/mina/target/classes
java:compile:
[echo] Compiling to /x1/gump/public/workspace/mina/target/classes
[echo] No java source files to compile.
resources or todir was null
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir: /x1/gump/public/workspace/mina/target/test-classes
[mkdir] Created dir: /x1/gump/public/workspace/mina/target/test-reports
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
BUILD FAILED
File...... /home/gump/.maven/cache/maven-jar-plugin-1.6.1/plugin.jelly
Element... ant:fail
Line...... 53
Column.... 19
You must define currentVersion in your POM.
Total time: 4 seconds
Finished at: Thu Jun 29 18:54:38 PDT 2006
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/mina/mina/rss.xml
- Atom: http://vmgump.apache.org/gump/public/mina/mina/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #8.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project ws-commons-axiom (in module ws-axis2-commons) 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 ws-commons-axiom has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- ws-axis2 : Apache Axis2 SOAP Stack
- ws-commons-axiom : Common stuff for the WS projects.
- ws-commons-policy : Common stuff for the WS projects.
Full details are available at:
http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-axiom/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [ws-commons-axiom-29062006.jar] identifier set to project
name
-DEBUG- Dependency on stax exists, no need to add for property
maven.jar.stax-api.
-DEBUG- Dependency on javamail exists, no need to add for property
maven.jar.geronimo-spec-javamail.
-DEBUG- Dependency on jaf exists, no need to add for property
maven.jar.geronimo-spec-activation.
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/ws-axis2-commons/axiom/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/usr/local/gump/public/workspace/ws-axis2-commons/axiom/project.xml
-DEBUG- Maven project properties in:
/usr/local/gump/public/workspace/ws-axis2-commons/axiom/project.properties
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-axiom/gump_work/build_ws-axis2-commons_ws-commons-axiom.html
Work Name: build_ws-axis2-commons_ws-commons-axiom (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 37 secs
Command Line: maven --offline jar
[Working Directory: /usr/local/gump/public/workspace/ws-axis2-commons/axiom]
CLASSPATH:
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/logging-log4j/dist/lib/log4j-29062006.jar:/usr/local/gump/public/workspace/xml-security/build/xmlsec-29062006.jar:/usr/local/gump/public/workspace/xmlunit/lib/xmlunit-29062006.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/public/workspace/jaxen/target/jaxen-29062006.jar:/usr/local/gump/packages/jsse1.0.3/lib/jcert.jar:/usr/local/gump/packages/jsse1.0.3/lib/jnet.jar:/usr/local/gump/packages/jsse1.0.3/lib/jsse.jar:/usr/local/gump/packages/jms1.1/lib/jms.jar:/usr/local/gump/packages/stax/jsr173_1.0_ri.jar
---------------------------------------------
[junit] Running
org.apache.ws.commons.om.impl.mtom.MTOMStAXSOAPModelBuilderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.17 sec
[junit] Running org.apache.ws.commons.om.factory.OMLinkedListImplFactoryTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.679 sec
[junit] Running org.apache.ws.commons.om.infoset.XMLConformanceTest
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.52 sec
[junit] Running org.apache.ws.commons.om.DefaultNamespaceTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.68 sec
[junit] Running org.apache.ws.commons.om.CompareOMWithDOMTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.522 sec
[junit] Running org.apache.ws.commons.om.OMElementCloneTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.046 sec
[junit] Running org.apache.ws.commons.om.BadInputTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.743 sec
[junit] Running org.apache.ws.commons.om.OMElementQNameTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.699 sec
[junit] Running org.apache.ws.commons.om.MessagesTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.029 sec
[junit] Running org.apache.ws.commons.om.OMDocumentTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.656 sec
[junit] Running org.apache.ws.commons.om.OMTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.729 sec
[junit] Running org.apache.ws.commons.om.AttrNsTest
[junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 0.737 sec
[junit] [ERROR] TEST org.apache.ws.commons.om.AttrNsTest FAILED
[junit] Running org.apache.ws.commons.om.OMNavigatorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.893 sec
[junit] Running org.apache.ws.commons.om.IteratorTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.674 sec
[junit] Running org.apache.ws.commons.om.OMBodyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.618 sec
[junit] Running org.apache.ws.commons.om.MIMEOutputUtilsTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.896 sec
[junit] [ERROR] TEST org.apache.ws.commons.om.MIMEOutputUtilsTest FAILED
[junit] Running org.apache.ws.commons.om.StaxParserTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.687 sec
[junit] Running org.apache.ws.commons.om.OMBlankElementTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.536 sec
[junit] Running org.apache.ws.commons.om.NamespaceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.575 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: 1 minutes 37 seconds
Finished at: Thu Jun 29 19:04:19 PDT 2006
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-axiom/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-axiom/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #9.
*********************************************************** 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.
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://vmgump.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://vmgump.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: 5 mins 3 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/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/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.5/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-29062006.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/junit3.8.1/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/target/commons-logging-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-29062006.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.839 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.839 sec
[junit] Testcase: testEmptyNodeSet took 0.622 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.633 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.633 sec
[junit] Testcase: testGood took 0.445 sec
[junit] Testcase: testBadC14NAlgo took 0.018 sec
[junit] Testcase: testBadSigAlgo took 0.021 sec
[junit] Testcase: testBadTransformAlgo took 0.026 sec
[junit] Running org.apache.xml.security.test.signature.XMLSignatureInputTest
[junit] Testsuite:
org.apache.xml.security.test.signature.XMLSignatureInputTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.14 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.14 sec
[junit] Testcase: testSetOctetStreamGetOctetStream took 0.009 sec
[junit] Testcase: testIsInitializedWithOctetStream took 0.001 sec
[junit] Testcase: testOctetStreamIsOctetStream took 0 sec
[junit] Testcase: testOctetStreamIsNotNodeSet took 0.002 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.255 sec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.255 sec
[junit] Testcase: test1 took 0.023 sec
[junit] Testcase: test2 took 0.01 sec
[junit] Testcase: test3 took 0.096 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.134 sec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.134 sec
[junit] Testcase: testA1 took 0.008 sec
[junit] Testcase: testWrap1 took 0 sec
[junit] Testcase: testWrap2 took 0.001 sec
[junit] Running
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
[junit] Testsuite:
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.133 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.133 sec
[junit] Testcase: testCustomResolver took 0.017 sec
[junitreport] Transform time: 24659ms
BUILD FAILED
/x1/gump/public/workspace/xml-security/build.xml:404: Unit Tests Failed
Total time: 5 minutes 2 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #10.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project asn1-der (in module asn1) 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 asn1-der has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Pre-Build Failed'.
For reference only, the following projects are affected by this:
- asn1-der : Apache ASN.1 Tools
Full details are available at:
http://vmgump.apache.org/gump/public/asn1/asn1-der/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [asn1-der-29062006.jar] identifier set to project name
-INFO- Failed with reason pre-build failed
-INFO- Failed to extract fallback artifacts from Gump Repository
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/asn1/asn1-der/rss.xml
- Atom: http://vmgump.apache.org/gump/public/asn1/asn1-der/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #11.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project groovy (in module groovy) 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 groovy has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- authx-example : Apache Authentication and Authorization Framework
- authx-script : Apache Authentication and Authorization Framework
- groovy : New agile dynamic language using a Java-like syntax for the ...
Full details are available at:
http://vmgump.apache.org/gump/public/groovy/groovy/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [1.0-beta-8-SNAPSHOT.jar] identifier set to project name
-DEBUG- Dependency on cglib exists, no need to add for property
maven.jar.cglib-nodeps.
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/groovy/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in: /usr/local/gump/public/workspace/groovy/project.xml
-DEBUG- Maven project properties in:
/usr/local/gump/public/workspace/groovy/project.properties
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/groovy/groovy/gump_work/build_groovy_groovy.html
Work Name: build_groovy_groovy (Type: Build)
Work ended in a state of : Failed
Elapsed: 17 secs
Command Line: maven --offline jar
[Working Directory: /usr/local/gump/public/workspace/groovy]
CLASSPATH:
/opt/jdk1.5/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/packages/antlr-2.7.6/antlr.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-analysis-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-attrs-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-util-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-xml-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-commons-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-29062006.jar:/usr/local/gump/public/workspace/asm/output/dist/lib/asm-tree-29062006.jar:/usr/local/gump/packages/axion-1.0-M2/axion-1.0-M2.jar:/usr/local/gump/packages/cglib/cglib-nodep-2.1_3.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/httpclient/dist/commons-httpclient.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-29062006.jar:/usr/local/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-29062006.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/packages/jarjar/jarjar-0.6.jar:/usr/local/gump/public/workspace/jmock/build/dist/jars/jmock-29062006.jar:/usr/local/gump/public/workspace/jmock/build/dist/jars/jmock-cglib-29062006.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/packages/mockobjects-0.09/mockobjects-core-0.09.jar:/usr/local/gump/packages/mockobjects-0.09/mockobjects-jdk1.4-0.09.jar:/usr/local/gump/packages/mockobjects-0.09/mockobjects-alt-jdk1.4-0.09.jar:/usr/local/gump/public/workspace/mx4j/dist/lib/mx4j-remote.jar:/usr/local/gump/public/workspace/mx4j/dist/lib/mx4j-impl.jar:/usr/local/gump/public/workspace/mx4j/dist/lib/mx4j-rimpl.jar:/usr/local/gump/public/workspace/mx4j/dist/lib/mx4j-rjmx.jar:/usr/local/gump/public/workspace/mx4j/dist/lib/mx4j-jmx.jar:/usr/local/gump/public/workspace/mx4j/dist/lib/mx4j.jar:/usr/local/gump/packages/nekohtml-0.9.5/nekohtml.jar:/usr/local/gump/packages/openejb-0.9.2/dist/openejb_loader-0.9.2.jar:/usr/local/gump/packages/openejb-0.9.2/dist/openejb_ejb_tests-0.9.2.jar:/usr/local/gump/packages/openejb-0.9.2/dist/openejb_server-0.9.2.jar:/usr/local/gump/packages/openejb-0.9.2/dist/openejb_client-0.9.2.jar:/usr/local/gump/packages/openejb-0.9.2/dist/openejb-0.9.2.jar:/usr/local/gump/packages/qdox-1.5/qdox-1.5.jar:/usr/local/gump/packages/radeox-1.0-BETA-2/lib/radeox-api.jar:/usr/local/gump/packages/radeox-1.0-BETA-2/lib/radeox.jar:/usr/local/gump/public/workspace/xpp/build/xpp3-29062006.jar:/usr/local/gump/public/workspace/xstream/xstream-29062006.jar
---------------------------------------------
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:157:
cannot find symbol
symbol : variable OptionBuilder
location: class org.codehaus.groovy.tools.FileSystemCompiler
options.addOption(OptionBuilder.hasArg().create('d'));
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:159:
cannot find symbol
symbol : variable OptionBuilder
location: class org.codehaus.groovy.tools.FileSystemCompiler
options.addOption(OptionBuilder.withLongOpt("help").create('h'));
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:160:
cannot find symbol
symbol : variable OptionBuilder
location: class org.codehaus.groovy.tools.FileSystemCompiler
options.addOption(OptionBuilder.withLongOpt("version").create('v'));
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:161:
cannot find symbol
symbol : variable OptionBuilder
location: class org.codehaus.groovy.tools.FileSystemCompiler
options.addOption(OptionBuilder.withLongOpt("exception").create('e'));
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:163:
cannot find symbol
symbol : class PosixParser
location: class org.codehaus.groovy.tools.FileSystemCompiler
PosixParser cliParser = new PosixParser();
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:163:
cannot find symbol
symbol : class PosixParser
location: class org.codehaus.groovy.tools.FileSystemCompiler
PosixParser cliParser = new PosixParser();
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java:165:
cannot find symbol
symbol : class CommandLine
location: class org.codehaus.groovy.tools.FileSystemCompiler
CommandLine cli = cliParser.parse(options, args);
^
/x1/gump/public/workspace/groovy/src/main/org/codehaus/groovy/wiki/TestCaseRenderEngine.java:59:
org.codehaus.groovy.wiki.TestCaseRenderEngine is not abstract and does not
override abstract method
render(java.io.Reader,org.radeox.api.engine.context.RenderContext) in
org.radeox.api.engine.RenderEngine
public class TestCaseRenderEngine implements RenderEngine {
^
53 errors
1 warning
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: 15 seconds
Finished at: Thu Jun 29 19:20:53 PDT 2006
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/groovy/groovy/rss.xml
- Atom: http://vmgump.apache.org/gump/public/groovy/groovy/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #12.
*********************************************************** G U M P
[EMAIL PROTECTED]: Project portals-bridges-frameworks (in module
portals-bridges) 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 portals-bridges-frameworks 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:
- portals-bridges-frameworks : Support for JSR168 compliant Portlet
development
Full details are available at:
http://vmgump.apache.org/gump/public/portals-bridges/portals-bridges-frameworks/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [portals-bridges-frameworks-29062006.jar] identifier set
to project name
-DEBUG- Dependency on portals-pluto-api-1.0 exists, no need to add for
property maven.jar.portlet-api.
-DEBUG- Dependency on jakarta-servletapi-4 exists, no need to add for property
maven.jar.servletapi.
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/portals-bridges/frameworks/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/usr/local/gump/public/workspace/portals-bridges/frameworks/project.xml
-DEBUG- Maven project properties in:
/usr/local/gump/public/workspace/portals-bridges/frameworks/project.properties
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/portals-bridges/portals-bridges-frameworks/gump_work/build_portals-bridges_portals-bridges-frameworks.html
Work Name: build_portals-bridges_portals-bridges-frameworks (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: maven --offline jar
[Working Directory: /usr/local/gump/public/workspace/portals-bridges/frameworks]
CLASSPATH:
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/validator/dist/commons-validator-29062006.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/public/workspace/portals-bridges/common/target/portals-bridges-common-29062006.jar:/usr/local/gump/public/workspace/portals-bridges/velocity/target/portals-bridges-velocity-29062006.jar:/usr/local/gump/public/workspace/portals-pluto-1.0/api/target/portlet-api-1.0.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-support.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-orm.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-web.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-context.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-hibernate.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-mock.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-remoting.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-webmvc.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-aop.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-jdbc.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-dao.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-beans.jar:/usr/local/gump/packages/spring-framework-1.2.6/dist/spring-core.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-29062006.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-dep-29062006.jar:/usr/local/gump/public/workspace/jakarta-velocity-tools/dist/velocity-tools-29062006.jar:/usr/local/gump/public/workspace/jakarta-velocity-tools/dist/velocity-tools-view-29062006.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
java:prepare-filesystem:
[mkdir] Created dir:
/x1/gump/public/workspace/portals-bridges/frameworks/target/classes
java:compile:
[echo] Compiling to
/x1/gump/public/workspace/portals-bridges/frameworks/target/classes
[javac] Compiling 13 source files to
/x1/gump/public/workspace/portals-bridges/frameworks/target/classes
[javac]
/x1/gump/public/workspace/portals-bridges/frameworks/src/java/org/apache/portals/bridges/frameworks/spring/validation/ValidationSupport.java:354:
warning: [deprecation] getActionMap() in
org.apache.commons.validator.ValidatorResult has been deprecated
[javac] Map actionMap = result.getActionMap();
[javac] ^
[javac]
/x1/gump/public/workspace/portals-bridges/frameworks/src/java/org/apache/portals/bridges/frameworks/spring/PortletApplicationModelImpl.java:131:
cannot find symbol
[javac] symbol : constructor XmlBeanFactory(java.io.InputStream)
[javac] location: class org.springframework.beans.factory.xml.XmlBeanFactory
[javac] springFactory = new XmlBeanFactory(is);
[javac] ^
[javac] 1 error
[javac] 1 warning
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: 6 seconds
Finished at: Thu Jun 29 20:22:02 PDT 2006
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS:
http://vmgump.apache.org/gump/public/portals-bridges/portals-bridges-frameworks/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/portals-bridges/portals-bridges-frameworks/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #20.
*********************************************************** 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 2 projects.
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
- portals-bridges-jsf : Support for JSR168 compliant Portlet development
Full details are available at:
http://vmgump.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://vmgump.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:
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/build/xercesImpl.jar
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml
-Dbuild.sysclasspath=only -Denv.TEMP=temp
[Working Directory: /usr/local/gump/public/workspace/myfaces/build]
CLASSPATH:
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/myfaces/api/build/temp/classes:/usr/local/gump/public/workspace/myfaces/impl/build/temp/classes:/usr/local/gump/public/workspace/myfaces/tomahawk/build/temp/classes:/usr/local/gump/public/workspace/myfaces/sandbox/build/temp/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/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/codec/dist/commons-codec-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/src/examples/rss/dist/commons-digester-rss.jar:/usr/local/gump/packages/commons-el-1.0/commons-el.jar:/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-29062006.jar:/usr/local/gump/public/workspace/jakarta-commons/validator/dist/commons-validator-29062006.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/usr/local/gump/public/workspace/jakarta-taglibs/dist/standard/lib/jstl.jar:/usr/local/gump/public/workspace/portals-pluto-1.0/api/target/portlet-api-1.0.jar:/usr/local/gump/packages/struts-1.2.9-lib/struts.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-hibernate-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-pramati-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-sun-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-bea-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-caucho-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-ejb-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-borland-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-web-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-webwork-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-java-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-jboss-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-macromedia-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-mx4j-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-oracle-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-exolab-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-ibm-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-objectweb-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-mvcsoft-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-hp-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-sybase-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-jmx-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-orion-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-xdoclet-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-tjdo-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-apache-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-libelis-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-portlet-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-mockobjects-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-solarmetric-module-29062006.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-jdo-module-29062006.jar
---------------------------------------------
Buildfile: build.xml does not exist!
Build failed
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/myfaces/myfaces/rss.xml
- Atom: http://vmgump.apache.org/gump/public/myfaces/myfaces/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001629062006, vmgump.apache.org:vmgump-public:14001629062006
Gump E-mail Identifier (unique within run) #23.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]