[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [GUMP@vmgump]: Project commons-compress (in module jakarta-commons-sandbox) failed
From:       commons-compress development <commons-dev () jakarta ! apache ! org>
Date:       2006-07-31 17:15:20
Message-ID: 200608010019.k710Jgaf019571 () mailer ! progressive-comp ! com
[Download RAW message or body]

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-compress has an issue affecting its community integration.
This issue affects 12 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-compress :  Commons Compression Package
    - commons-vfs :  Jakarta 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.


Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-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-31072006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: \
                /usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/build.properties
                
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: \
                /usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/project.xml
                
 -DEBUG- Maven project properties in: \
                /usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/project.properties
                
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-compress/gump_work/build_jakarta-commons-sandbox_commons-compress.html
 Work Name: build_jakarta-commons-sandbox_commons-compress (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons-sandbox/compress]
                
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/p \
ublic/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/an \
t.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/x \
ml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/packages/maven-xdoc-plugin/maven-xdoc-plugin-1.9.2.jar
                
---------------------------------------------
                                                     ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java:55: \
cannot find symbol symbol  : variable CompressUtils
location: class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
			CompressUtils.copy( inputStream, outputBZStream );
                        ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java:57: \
cannot find symbol symbol  : class CompressException
location: class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
			throw new CompressException("File could not be found", e);
                                  ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java:59: \
cannot find symbol symbol  : class CompressException
location: class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
			throw new CompressException("An IO Exception occured", e);
                                  ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java:64: \
cannot find symbol symbol  : class CompressException
location: class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
				throw new CompressException("An IO Exception occured while closing the streams", \
e1);  ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java:78: \
cannot find symbol symbol  : variable CompressUtils
location: class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
			CompressUtils.copy( inputStream, outputStream );
                        ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java:80: \
cannot find symbol symbol  : class CompressException
location: class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
			throw new CompressException("An I/O Exception has occured", e);
                                  ^
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/src/java/org/apache/commons/compress/archivers/zip/ZipEntry.java:193: \
warning: non-varargs call of varargs method with inexact argument type for last \
parameter; cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
            c_setCompressedSizeMethod.invoke( entry, s );
                                                     ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
15 errors
2 warnings

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: 7 seconds
Finished at: Mon Jul 31 17:15:17 PDT 2006

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

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


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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic