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-compress has an issue affecting its community integration.
This issue affects 31 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ant-contrib :  Useful little Ant tasks
    - ant-contrib-test :  Useful little Ant tasks
    - antbook-diary-core :  Examples to go with Java Development with Ant
    - antbook-sections :  Examples to go with Java Development with Ant
    - cddlm :  Configuration and Deployment of Grid Applications and System...
    - commons-compress :  Commons Compression Package
    - commons-vfs :  Apache Commons
    - commons-vfs-sandbox :  Apache Commons
    - excalibur-fortress-bean :  Repository of reusable components.
    - excalibur-fortress-container-impl :  Repository of reusable components.
    - excalibur-fortress-container-test :  Repository of reusable components.
    - excalibur-fortress-examples :  Repository of reusable components.
    - excalibur-fortress-migration :  Repository of reusable components.
    - excalibur-fortress-platform :  Repository of reusable components.
    - excalibur-fortress-testcase :  Repository of reusable components.
    - excalibur-monitor :  Repository of reusable components.
    - excalibur-sourceresolve :  Repository of reusable components.
    - excalibur-xmlutil :  Repository of reusable components.
    - invicta :  Open-source build management tool.
    - ivy :  Ivy Core
    - ivy-tests :  Ivy is a tool for managing (recording, tracking, resolving 
a...
    - logging-log4cxx-ant :  Apache log4cxx
    - logging-log4cxx-ant-no_wchar_t :  Apache log4cxx
    - logging-log4cxx-ant-static :  Apache log4cxx
    - logging-log4j-chainsaw :  Chainsaw log viewer
    - smartfrog :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-components :  Smartfrog: Application Deployment from HP 
Laboratories
    - smartfrog-tasks :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-tasks-test :  Smartfrog: Application Deployment from HP 
Laboratories
    - smartfrog-test :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-testharness :  Smartfrog: Application Deployment from HP 
Laboratories


Full details are available at:
    
http://vmgump.apache.org/gump/public/commons-sandbox/commons-compress/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-compress-21062008.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/srv/gump/public/workspace/commons-sandbox/compress/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/commons-sandbox/compress/project.xml
 -DEBUG- Maven project properties in: 
/srv/gump/public/workspace/commons-sandbox/compress/project.properties
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-sandbox/commons-compress/gump_work/build_commons-sandbox_commons-compress.html
Work Name: build_commons-sandbox_commons-compress (Type: Build)
Work ended in a state of : Failed
Elapsed: 10 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-sandbox/compress]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/junit/dist/junit-21062008.jar:/srv/gump/packages/maven-xdoc-plugin/maven-xdoc-plugin-1.9.2.jar
---------------------------------------------
symbol  : variable IOUtils
location: class org.apache.commons.compress.archivers.tar.TarTestCase
        IOUtils.closeQuietly( output );
        ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:123:
 cannot find symbol
symbol  : variable IOUtils
location: class org.apache.commons.compress.archivers.tar.TarTestCase
        IOUtils.closeQuietly( fileOutput );
        ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:135:
 cannot find symbol
symbol  : class NullOutputStream
location: class org.apache.commons.compress.archivers.tar.TarTestCase
        TarOutputStream out = new TarOutputStream(new NullOutputStream());
                                                      ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:140:
 cannot find symbol
symbol  : class NullInputStream
location: class org.apache.commons.compress.archivers.tar.TarTestCase
        out.copyEntryContents( new NullInputStream(size) );
                                   ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:188:
 cannot find symbol
symbol  : variable IOUtils
location: class org.apache.commons.compress.archivers.tar.TarTestCase
        IOUtils.closeQuietly( output );
        ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:192:
 cannot find symbol
symbol  : variable IOUtils
location: class org.apache.commons.compress.archivers.tar.TarTestCase
        IOUtils.closeQuietly( input );
        ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:237:
 cannot find symbol
symbol  : variable IOUtils
location: class org.apache.commons.compress.archivers.tar.TarTestCase
            IOUtils.closeQuietly( input1 );
            ^
/srv/gump/public/workspace/commons-sandbox/compress/src/test/org/apache/commons/compress/archivers/tar/TarTestCase.java:238:
 cannot find symbol
symbol  : variable IOUtils
location: class org.apache.commons.compress.archivers.tar.TarTestCase
            IOUtils.closeQuietly( input2 );
            ^
27 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... javac
Line...... 52
Column.... 46
Compile failed; see the compiler error output for details.
Total time: 9 seconds
Finished at: Sat Jun 21 00:19:48 GMT-08:00 2008

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

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

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

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

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

Reply via email to