You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by gu...@vmgump.apache.org on 2007/05/01 09:22:25 UTC

BATCH: All dressed up, with nowhere to go...

Dear Gumpmeisters,
            
The following 12 notifys should have been sent

*********************************************************** G U M P
[GUMP@vmgump]: Project jmock2 (in module jmock2) failed
[GUMP@vmgump]: Project ws-commons-xmlschema (in module ws-axis2-commons) failed
[GUMP@vmgump]: Project jmock (in module jmock) failed
[GUMP@vmgump]: Project commons-jci (in module jakarta-commons-sandbox) failed
[GUMP@vmgump]: Project eyebrowse (in module eyebrowse) failed
[GUMP@vmgump]: Project hivemind-compile (in module hivemind) failed
[GUMP@vmgump]: Project ws-commons-axiom (in module ws-axis2-commons) failed
[GUMP@vmgump]: Project xml-security-tests (in module xml-security) failed
[GUMP@vmgump]: Project portals-pluto-portal-1.0 (in module portals-pluto-1.0) failed
[GUMP@vmgump]: Project myfaces (in module myfaces) failed
[GUMP@vmgump]: Project maven (in module maven) failed
[GUMP@vmgump]: Project maven-bootstrap (in module maven) failed
*********************************************************** G U M P
[GUMP@vmgump]: Project jmock2 (in module jmock2) 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 general@gump.apache.org.

Project jmock2 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:
    - jmock2 :  jMock is a library for testing Java code using mock objects1...


Full details are available at:
    http://vmgump.apache.org/gump/public/jmock2/jmock2/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/jmock2/jmock2/gump_work/build_jmock2_jmock2.html
Work Name: build_jmock2_jmock2 (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-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dversion=30042007 
[Working Directory: /usr/local/gump/public/workspace/jmock2]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jmock2/build/classes:/usr/local/gump/public/workspace/jmock2/lib/hamcrest-api-1.0.jar:/usr/local/gump/public/workspace/jmock2/lib/hamcrest-library-1.0.jar:/usr/local/gump/public/workspace/jmock2/lib/objenesis-1.0.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/junit/dist/junit-30042007.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
    [javac] location: class org.jmock.integration.junit4.JMockTestClassMethodsRunner
    [javac]     protected TestMethodRunner createMethodRunner(Object test, Method method, RunNotifier notifier) {
    [javac]               ^
    [javac] /x1/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMockTestMethodRunner.java:7: cannot find symbol
    [javac] symbol  : class TestMethodRunner
    [javac] location: package org.junit.internal.runners
    [javac] import org.junit.internal.runners.TestMethodRunner;
    [javac]                                   ^
    [javac] /x1/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMockTestMethodRunner.java:11: cannot find symbol
    [javac] symbol: class TestMethodRunner
    [javac] public class JMockTestMethodRunner extends TestMethodRunner {
    [javac]                                            ^
    [javac] /x1/gump/public/workspace/jmock2/test/org/jmock/example/qcon/DJTest.java:11: incompatible types
    [javac] found   : java.lang.Class<org.jmock.integration.junit4.JMock>
    [javac] required: java.lang.Class<? extends org.junit.runner.Runner>
    [javac] @RunWith(JMock.class)
    [javac]               ^
    [javac] /x1/gump/public/workspace/jmock2/test/org/jmock/test/acceptance/junit4/JUnit4TestThatDoesNotSatisfyExpectations.java:10: incompatible types
    [javac] found   : java.lang.Class<org.jmock.integration.junit4.JMock>
    [javac] required: java.lang.Class<? extends org.junit.runner.Runner>
    [javac] @RunWith(JMock.class)
    [javac]               ^
    [javac] /x1/gump/public/workspace/jmock2/test/org/jmock/test/acceptance/junit4/JUnit4TestWithNonPublicBeforeMethod.java:11: incompatible types
    [javac] found   : java.lang.Class<org.jmock.integration.junit4.JMock>
    [javac] required: java.lang.Class<? extends org.junit.runner.Runner>
    [javac] @RunWith(JMock.class)
    [javac]               ^
    [javac] /x1/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMockTestClassMethodsRunner.java:41: cannot find symbol
    [javac] symbol  : method methodDescription(java.lang.reflect.Method)
    [javac] location: class org.jmock.integration.junit4.JMockTestClassMethodsRunner
    [javac]         return new JMockTestMethodRunner(test, method, notifier, methodDescription(method), mockery);
    [javac]                                                                  ^
    [javac] /x1/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMockTestClassMethodsRunner.java:38: method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] /x1/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMockTestMethodRunner.java:21: cannot find symbol
    [javac] symbol  : variable super
    [javac] location: class org.jmock.integration.junit4.JMockTestMethodRunner
    [javac]         super.executeMethodBody();
    [javac]         ^
    [javac] /x1/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMockTestMethodRunner.java:19: method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] 15 errors
    [javac] 2 warnings

BUILD FAILED
/x1/gump/public/workspace/jmock2/build.xml:59: Compile failed; see the compiler error output for details.

Total time: 3 seconds
---------------------------------------------

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

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

*********************************************************** G U M P
[GUMP@vmgump]: Project ws-commons-xmlschema (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 general@gump.apache.org.

Project ws-commons-xmlschema 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:
    - ws-axis2 :  Apache Axis2 SOAP Stack
    - ws-commons-xmlschema :  Common stuff for the WS projects.


Full details are available at:
    http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-xmlschema/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-xmlschema-30042007.jar] identifier set to project name
 -DEBUG- Dependency on stax exists, no need to add for property maven.jar.stax-api.
 -DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/ws-axis2-commons/XmlSchema/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/ws-axis2-commons/ws-commons-xmlschema/gump_work/build_ws-axis2-commons_ws-commons-xmlschema.html
Work Name: build_ws-axis2-commons_ws-commons-xmlschema (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/ws-axis2-commons/XmlSchema]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/xmlunit/build/lib/xmlunit-30042007.jar:/usr/local/gump/packages/stax/jsr173_1.0_ri.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /x1/gump/public/workspace/ws-axis2-commons/XmlSchema/target/classes

java:compile:
    [echo] Compiling to /x1/gump/public/workspace/ws-axis2-commons/XmlSchema/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/ws-axis2-commons/XmlSchema/target/test-classes
    [mkdir] Created dir: /x1/gump/public/workspace/ws-axis2-commons/XmlSchema/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: 6 seconds
Finished at: Mon Apr 30 18:06:54 PDT 2007

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

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-xmlschema/rss.xml
- Atom: http://vmgump.apache.org/gump/public/ws-axis2-commons/ws-commons-xmlschema/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project jmock (in module jmock) 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 general@gump.apache.org.

Project jmock has an issue affecting its community integration.
This issue affects 11 projects.
The current state of this project is 'Failed', with reason 'Missing Build Outputs'.
For reference only, the following projects are affected by this:
    - authx-example :  Apache Authentication and Authorization Framework
    - authx-script :  Apache Authentication and Authorization Framework
    - fulcrum-quartz :  Services Framework
    - groovy :  New agile dynamic language using a Java-like syntax for the ...
    - jakarta-jmeter-22-svn :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-jmeter-22-test :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-turbine-2 :  A servlet based framework.
    - jmock :  jMock is a library for testing Java code using mock objects1...
    - logging-log4j-chainsaw :  Chainsaw log viewer
    - portals-jetspeed-1 :  Enterprise Information Portal
    - xstream :  simple library to serialize object to XML and back
    again


Full details are available at:
    http://vmgump.apache.org/gump/public/jmock/jmock/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: /usr/local/gump/public/workspace/jmock/build/jmock-core-30042007.jar
 -ERROR- Missing Output: /usr/local/gump/public/workspace/jmock/build/jmock-cglib-30042007.jar
 -ERROR- See Directory Listing Work for Missing Outputs
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jmock/jmock/gump_work/build_jmock_jmock.html
Work Name: build_jmock_jmock (Type: Build)
Work ended in a state of : Success
Elapsed: 24 secs
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dversion=30042007 
[Working Directory: /usr/local/gump/public/workspace/jmock]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jmock/build/classes:/usr/local/gump/public/workspace/jmock/build/testdata/signed.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/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/packages/junit3.8.1/junit.jar
---------------------------------------------
    [junit] 
    [junit] Testsuite: test.jmock.expectation.ReturnObjectMapTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
    [junit] 
    [junit] Testsuite: test.jmock.expectation.ReturnValueTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] 
    [junit] Testsuite: test.jmock.util.DummyTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.015 sec
    [junit] 
    [junit] Testsuite: test.jmock.util.VerifierTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
    [junit] 

package.jars:
      [zip] Building zip: /x1/gump/public/workspace/jmock/build/jmock-30042007-jars.zip

javadoc:
    [mkdir] Created dir: /x1/gump/public/workspace/jmock/build/jmock-30042007/doc
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package atest.jmock...
  [javadoc] Loading source files for package atest.jmock.cglib...
  [javadoc] Loading source files for package org.jmock...
  [javadoc] Loading source files for package org.jmock.builder...
  [javadoc] Loading source files for package org.jmock.cglib...
  [javadoc] Loading source files for package org.jmock.core...
  [javadoc] Loading source files for package org.jmock.core.constraint...
  [javadoc] Loading source files for package org.jmock.core.matcher...
  [javadoc] Loading source files for package org.jmock.core.stub...
  [javadoc] Loading source files for package org.jmock.expectation...
  [javadoc] Loading source files for package org.jmock.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.5.0_11
  [javadoc] Building tree for all the packages and classes...
  [javadoc] /x1/gump/public/workspace/jmock/src/org/jmock/expectation/Null.java:41: warning - Tag @link: reference not found: org.jmock.expectation.Verifiable#verify()
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /x1/gump/public/workspace/jmock/build/jmock-30042007/doc/stylesheet.css...
  [javadoc] 1 warning

package.javadoc:
      [zip] Building zip: /x1/gump/public/workspace/jmock/build/jmock-30042007-javadoc.zip

package:

build:

BUILD SUCCESSFUL
Total time: 23 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #3.

*********************************************************** G U M P
[GUMP@vmgump]: 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 general@gump.apache.org.

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 'Pre-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-30042007.jar] identifier set to project name
 -DEBUG- Dependency on packaged-groovy exists, no need to add for property maven.jar.groovy.
 -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/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 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #7.

*********************************************************** G U M P
[GUMP@vmgump]: 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 general@gump.apache.org.

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: 10 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-30042007.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-30042007.jar -Dlucene.jar=/usr/local/gump/public/workspace/lucene-java/build/lucene-core-30042007.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/velocity-engine/bin/velocity-30042007.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/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-30042007.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-30042007.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/public/workspace/logging-log4j/dist/lib/log4j-30042007.jar:/usr/local/gump/public/workspace/lucene-java/build/lucene-core-30042007.jar:/usr/local/gump/public/workspace/velocity-engine/bin/velocity-30042007.jar
---------------------------------------------
    [javac] location: class org.apache.lucene.document.Field
    [javac]         doc.add(Field.Text("subject", subject));
    [javac]                      ^
    [javac] /x1/gump/public/workspace/eyebrowse/src/java/org/tigris/eyebrowse/LuceneIndexer.java:197: 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", 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:186: 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:204: 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] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 errors
    [javac] 7 warnings

BUILD FAILED
/x1/gump/public/workspace/eyebrowse/build.xml:67: Compile failed; see the compiler error output for details.

Total time: 9 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 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #8.

*********************************************************** G U M P
[GUMP@vmgump]: Project hivemind-compile (in module hivemind) 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 general@gump.apache.org.

Project hivemind-compile has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - hivemind :  HiveMind is a services and configuration
    microkernel
    - hivemind-compile :  HiveMind is a services and configuration
    microkernel
    - hivemind-library :  HiveMind is a services and configuration
    microkernel
    - tapestry :  Component-based web application framework organized around i...


Full details are available at:
    http://vmgump.apache.org/gump/public/hivemind/hivemind-compile/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/hivemind/hivemind-compile/gump_work/build_hivemind_hivemind-compile.html
Work Name: build_hivemind_hivemind-compile (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-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 -Ddownload-warning-marker-displayed=true -Dtest.classes.dir=target/test-classes -Djunit-available=true -Djavacc.home=/usr/local/gump/packages/javacc-3.1 -Djava.classes.dir=target/classes compile-tests 
[Working Directory: /usr/local/gump/public/workspace/hivemind/framework]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/hivemind/hivemind/target/classes:/usr/local/gump/public/workspace/hivemind/hivebuild/target/classes:/usr/local/gump/public/workspace/hivemind/framework/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/jakarta-commons/logging/target/commons-logging-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-30042007.jar:/usr/local/gump/packages/easymock1.2_Java1.3/easymock.jar:/usr/local/gump/packages/easymockclassextension1.2/easymockclassextension.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-30042007.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/public/workspace/javassist/javassist.jar:/usr/local/gump/public/workspace/junit/dist/junit-30042007.jar:/usr/local/gump/public/workspace/logging-log4j/dist/lib/log4j-30042007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
Buildfile: build.xml does not exist!
Build failed
---------------------------------------------

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

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

*********************************************************** G U M P
[GUMP@vmgump]: 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 general@gump.apache.org.

Project ws-commons-axiom 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:
    - 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-30042007.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: 7 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-30042007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/xml-security/build/xmlsec-30042007.jar:/usr/local/gump/public/workspace/xmlunit/build/lib/xmlunit-30042007.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-30042007.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
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

wstx-asl-3.0.0.jar
mail-1.4.jar

Total time: 5 seconds
Finished at: Mon Apr 30 19:50:31 PDT 2007

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

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 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #11.

*********************************************************** G U M P
[GUMP@vmgump]: 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 general@gump.apache.org.

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: 7 mins 32 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-30042007.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/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/packages/jce/jce-jdk13-116.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-30042007.jar:/usr/local/gump/public/workspace/junit/dist/junit-30042007.jar
---------------------------------------------
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0.006 sec
    [junit] Testcase: testCustomResolver took 0.03 sec
    [junit] Testcase: testBug40783 took 0.019 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.191 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.191 sec
    [junit] 
    [junit] Testcase: testA1 took 0.02 sec
    [junit] Testcase: testWrap1 took 0.002 sec
    [junit] Testcase: testWrap2 took 0.003 sec
    [junit] Running org.apache.xml.security.test.utils.IdResolverTest
    [junit] Testsuite: org.apache.xml.security.test.utils.IdResolverTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.646 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.646 sec
    [junit] 
    [junit] Testcase: testIdSoap took 0.223 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0.012 sec
    [junit] Testcase: testANoId took 0.01 sec
    [junit] Running org.apache.xml.security.test.utils.OldApiTest
    [junit] Testsuite: org.apache.xml.security.test.utils.OldApiTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.387 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.387 sec
    [junit] 
    [junit] Testcase: testOldTransformSpiApi took 0.867 sec
    [junit] Testcase: testOldResourceResolverSpi took 0.013 sec
    [junit] Testcase: testOldKeyResolverSpi took 0.042 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0.01 sec
    [junit] Running org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Testsuite: org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.28 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.28 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0.058 sec
    [junit] Testcase: testBug40783 took 0.028 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.192 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.192 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0.047 sec
[junitreport] Processing /x1/gump/public/workspace/xml-security/build/docs/xml/junit/TESTS-TestSuites.xml to /tmp/null696712307
[junitreport] Loading stylesheet jar:file:/x1/gump/public/workspace/ant/dist/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 64092ms
[junitreport] Deleting: /tmp/null696712307

BUILD FAILED
/x1/gump/public/workspace/xml-security/build.xml:406: Unit Tests Failed

Total time: 7 minutes 30 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 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #12.

*********************************************************** G U M P
[GUMP@vmgump]: Project portals-pluto-portal-1.0 (in module portals-pluto-1.0) 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 general@gump.apache.org.

Project portals-pluto-portal-1.0 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-pluto-portal-1.0 :  JSR168 Container


Full details are available at:
    http://vmgump.apache.org/gump/public/portals-pluto-1.0/portals-pluto-portal-1.0/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on ant exists, no need to add for property env.ANT_HOME.
 -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/portals-pluto-1.0/portals-pluto-portal-1.0/gump_work/build_portals-pluto-1.0_portals-pluto-portal-1.0.html
Work Name: build_portals-pluto-1.0_portals-pluto-portal-1.0 (Type: Build)
Work ended in a state of : Failed
Elapsed: 14 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 -Denv.ANT_HOME=/usr/local/gump/public/workspace/ant/dist -Dversion=30042007 -Dfinal.portal.name=pluto-portal-impl-30042007 all 
[Working Directory: /usr/local/gump/public/workspace/portals-pluto-1.0]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/portals-pluto-1.0/build/ant/lib/ForeachTask.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/castor/dist/castor-30042007.jar:/usr/local/gump/public/workspace/castor/dist/castor-30042007-xml.jar:/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-30042007.jar:/usr/local/gump/public/workspace/junit/dist/junit-30042007.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-30042007.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/usr/local/gump/public/workspace/portals-pluto-1.0/api/target/portlet-api-1.0.jar:/usr/local/gump/public/workspace/portals-pluto-1.0/container/target/pluto-1.0.jar:/usr/local/gump/public/workspace/portals-pluto-1.0/descriptors/target/pluto-descriptors-1.0.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
    [javac]                           ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceContextImpl.java:113: exception java.io.IOException is never thrown in body of corresponding try statement
    [javac]         } catch (IOException e) {
    [javac]           ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceContextImpl.java:115: exception org.exolab.castor.mapping.MappingException is never thrown in body of corresponding try statement
    [javac]         } catch (MappingException e) {
    [javac]           ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/ServletRequestImpl.java:32: warning: [deprecation] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
    [javac] public class ServletRequestImpl extends javax.servlet.http.HttpServletRequestWrapper 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/ServletRequestImpl.java:32: warning: [deprecation] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
    [javac] public class ServletRequestImpl extends javax.servlet.http.HttpServletRequestWrapper 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/ServletRequestImpl.java:32: warning: [deprecation] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
    [javac] public class ServletRequestImpl extends javax.servlet.http.HttpServletRequestWrapper 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/ServletResponseImpl.java:24: warning: [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
    [javac] public class ServletResponseImpl extends javax.servlet.http.HttpServletResponseWrapper 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/ServletResponseImpl.java:24: warning: [deprecation] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
    [javac] public class ServletResponseImpl extends javax.servlet.http.HttpServletResponseWrapper 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/ServletResponseImpl.java:24: warning: [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
    [javac] public class ServletResponseImpl extends javax.servlet.http.HttpServletResponseWrapper 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/StoredServletResponseImpl.java:27: warning: [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
    [javac] public class StoredServletResponseImpl extends ServletResponseImpl 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/StoredServletResponseImpl.java:27: warning: [deprecation] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
    [javac] public class StoredServletResponseImpl extends ServletResponseImpl 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/servlet/StoredServletResponseImpl.java:27: warning: [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
    [javac] public class StoredServletResponseImpl extends ServletResponseImpl 
    [javac]        ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:103: warning: [deprecation] DiskFileItemFactory() in org.apache.commons.fileupload.disk.DiskFileItemFactory has been deprecated
    [javac]     	FileItemFactory factory = new DiskFileItemFactory();
    [javac]                                   ^
    [javac] /x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:165: warning: [deprecation] org.apache.pluto.portalImpl.Deploy in org.apache.pluto.portalImpl has been deprecated
    [javac] 		            org.apache.pluto.portalImpl.Deploy.main(args);
    [javac]                                                        ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors
    [javac] 18 warnings

BUILD FAILED
/x1/gump/public/workspace/portals-pluto-1.0/build.xml:51: The following error occurred while executing this line:
/x1/gump/public/workspace/portals-pluto-1.0/portal/build.xml:50: Compile failed; see the compiler error output for details.

Total time: 13 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/portals-pluto-1.0/portals-pluto-portal-1.0/rss.xml
- Atom: http://vmgump.apache.org/gump/public/portals-pluto-1.0/portals-pluto-portal-1.0/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #13.

*********************************************************** G U M P
[GUMP@vmgump]: 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 general@gump.apache.org.

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-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-30042007.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-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/validator/dist/commons-validator-30042007.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.3.5-lib/struts-taglib-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-scripting-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-mailreader-dao-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-tiles-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-extras-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-el-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-core-1.3.5.jar:/usr/local/gump/packages/struts-1.3.5-lib/struts-faces-1.3.5.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-hibernate-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-pramati-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-sun-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-bea-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-caucho-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-ejb-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-borland-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-web-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-webwork-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-java-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-jboss-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-macromedia-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-mx4j-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-oracle-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-exolab-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-ibm-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-objectweb-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-mvcsoft-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-hp-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-sybase-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-jmx-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-orion-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-xdoclet-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-tjdo-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-apache-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-libelis-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-portlet-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-mockobjects-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-solarmetric-module-30042007.jar:/usr/local/gump/public/workspace/xdoclet/target/lib/xdoclet-jdo-module-30042007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.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 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #19.

*********************************************************** G U M P
[GUMP@vmgump]: Project maven (in module maven) 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 general@gump.apache.org.

Project maven 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:
    - maven :  Project Management Tools


Full details are available at:
    http://vmgump.apache.org/gump/public/maven/maven/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [maven-30042007.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/maven/target/classes]
 -INFO- Made directory [/usr/local/gump/public/workspace/maven/target/test-classes]
 -DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/maven/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /usr/local/gump/public/workspace/maven/project.xml
 -DEBUG- Maven project properties in: /usr/local/gump/public/workspace/maven/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/maven/maven/gump_work/build_maven_maven.html
Work Name: build_maven_maven (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/maven]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/maven/target/classes:/usr/local/gump/public/workspace/maven/target/test-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/commons-cli-1.0.x/target/commons-cli-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspace/jakarta-commons-dormant/graph2/target/commons-graph-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/httpclient/dist/commons-httpclient.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/target/commons-jelly-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/ant/target/commons-jelly-tags-ant-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/define/target/commons-jelly-tags-define-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/target/commons-jelly-tags-util-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-30042007.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/public/workspace/logging-log4j/dist/lib/log4j-30042007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/xml-commons/java/build/which.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xpp/build/xpp3-30042007.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

jaxen-1.1-beta-9.jar
commons-codec-1.2.jar (try downloading from http://jakarta.apache.org/commons/codec/)
xercesImpl-2.8.0.jar (try downloading from http://xerces.apache.org/xerces2-j/)
plexus-utils-1.0.5.jar
maven-model-3.0.2.jar
stax-1.2.0.jar
stax-api-1.0.1.jar
stax-utils-20060502.jar
wagon-provider-api-1.0-beta-2.jar
wagon-http-1.0-beta-2.jar
wagon-file-1.0-beta-2.jar
wagon-ssh-common-1.0-beta-2.jar
wagon-ssh-1.0-beta-2.jar
jsch-0.1.27.jar

Total time: 6 seconds
Finished at: Mon Apr 30 23:19:34 PDT 2007

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

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #21.

*********************************************************** G U M P
[GUMP@vmgump]: Project maven-bootstrap (in module maven) 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 general@gump.apache.org.

Project maven-bootstrap 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:
    - maven-bootstrap :  Project Management Tools


Full details are available at:
    http://vmgump.apache.org/gump/public/maven/maven-bootstrap/index.html

That said, some information snippets are provided here.

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



The following work was performed:
http://vmgump.apache.org/gump/public/maven/maven-bootstrap/gump_work/build_maven_maven-bootstrap.html
Work Name: build_maven_maven-bootstrap (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 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 -Dmaven.jar.ant=/usr/local/gump/public/workspace/ant/dist/lib/ant.jar -Dmaven.bootstrap.dir=/usr/local/gump/public/workspace/maven/bootstrap -Dmaven.repo.local=/usr/local/gump/public/workspace/maven/bootstrap/maven.local.repo -Dmaven.bootstrap.classes=/usr/local/gump/public/workspace/maven/bootstrap/bootstrap-classes -Dmaven.jar.commons-logging=/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-30042007.jar -Dmaven.home=/usr/local/gump/public/workspace/maven/bootstrap/maven.home -Dmaven.home.local=/usr/local/gump/public/workspace/maven/bootstrap/maven.home -Dmaven.jar.commons-cli=/usr/local/gump/public/workspace/commons-cli-1.0.x/target/commons-cli-30042007.jar -Dmaven.jar.override=true -Dmaven.jar.commons-lang=/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-30042007.jar -Dmaven.jar.commons-httpclient=/usr/local/gump/public/workspace/jakarta-commons/httpclient/dist/commons-httpclient.jar -Dmaven.bootstrap.online=-o -Dmaven.bootstrap.phase1.classes=/usr/local/gump/public/workspace/maven/bootstrap/phase1-classes -Dmaven.jar.velocity=/usr/local/gump/public/workspace/velocity-engine/bin/velocity-30042007.jar -Dmaven.jar.which=/usr/local/gump/public/workspace/xml-commons/java/build/which.jar -Dmaven.jar.dom4j=/usr/local/gump/public/workspace/dom4j/build/dom4j.jar -f build-bootstrap.xml 
[Working Directory: /usr/local/gump/public/workspace/maven]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/maven/bootstrap/bootstrap-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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/jakarta-commons/betwixt/target/commons-betwixt-30042007.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-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/target/commons-jelly-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/ant/target/commons-jelly-tags-ant-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/define/target/commons-jelly-tags-define-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/target/commons-jelly-tags-util-30042007.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons-dormant/graph2/target/commons-graph-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/io/build/jakarta-commons-io-30042007.jar:/usr/local/gump/packages/jdepend-2.6/lib/jdepend.jar:/usr/local/gump/public/workspace/xml-commons/java/build/which.jar:/usr/local/gump/public/workspace/xpp/build/xpp3_xpath-30042007.jar:/usr/local/gump/public/workspace/xpp/build/xpp3-30042007.jar:/usr/local/gump/public/workspace/xpp/build/xpp3_min-30042007.jar:/usr/local/gump/public/workspace/commons-cli-1.0.x/target/commons-cli-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-30042007.jar:/usr/local/gump/public/workspace/jakarta-commons/httpclient/dist/commons-httpclient.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/public/workspace/velocity-engine/bin/velocity-30042007.jar
---------------------------------------------
    [javac] symbol: class TransferListener
    [javac]     implements TransferListener
    [javac]                ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:40: cannot find symbol
    [javac] symbol  : class TransferEvent
    [javac] location: class org.apache.maven.util.ConsoleDownloadMeter
    [javac]     public void transferInitiated( TransferEvent transferEvent )
    [javac]                                    ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:45: cannot find symbol
    [javac] symbol  : class TransferEvent
    [javac] location: class org.apache.maven.util.ConsoleDownloadMeter
    [javac]     public void transferStarted( TransferEvent transferEvent )
    [javac]                                  ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:50: cannot find symbol
    [javac] symbol  : class TransferEvent
    [javac] location: class org.apache.maven.util.ConsoleDownloadMeter
    [javac]     public void transferProgress( TransferEvent transferEvent, byte[] buffer, int length )
    [javac]                                   ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:57: cannot find symbol
    [javac] symbol  : class TransferEvent
    [javac] location: class org.apache.maven.util.ConsoleDownloadMeter
    [javac]     public void transferCompleted( TransferEvent transferEvent )
    [javac]                                    ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:63: cannot find symbol
    [javac] symbol  : class TransferEvent
    [javac] location: class org.apache.maven.util.ConsoleDownloadMeter
    [javac]     public void transferError( TransferEvent transferEvent )
    [javac]                                ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/DVSLPathTool.java:21: package org.codehaus.plexus.util does not exist
    [javac] import org.codehaus.plexus.util.StringUtils;
    [javac]                                 ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:28: package org.apache.maven.wagon does not exist
    [javac] import org.apache.maven.wagon.ConnectionException;
    [javac]                               ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:29: package org.apache.maven.wagon does not exist
    [javac] import org.apache.maven.wagon.Wagon;
    [javac]                               ^
    [javac] /x1/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:30: package org.apache.maven.wagon.providers.file does not exist
    [javac] import org.apache.maven.wagon.providers.file.FileWagon;
    [javac]                                              ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors

BUILD FAILED
/x1/gump/public/workspace/maven/build-bootstrap.xml:234: Compile failed; see the compiler error output for details.

Total time: 6 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 13001630042007, vmgump.apache.org:vmgump-public:13001630042007
Gump E-mail Identifier (unique within run) #25.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org