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 poi has an issue affecting its community integration.
This issue affects 3 projects,
and has been outstanding for 28 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- org.apache.poi : POI
- poi : POI
- poi-test : POI
Full details are available at:
http://vmgump.apache.org/gump/public/poi/poi/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
-DEBUG- Extracted fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/poi/poi/gump_work/build_poi_poi.html
Work Name: build_poi_poi (Type: Build)
Work ended in a state of : Failed
Elapsed: 18 secs
Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true
-Dbuild.sysclasspath=only
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml
-Dversion.id=gump -DDSTAMP=12082011 jar
[Working Directory: /srv/gump/public/workspace/poi]
CLASSPATH:
/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/poi/build/classes:/srv/gump/public/workspace/poi/build/scratchpad-classes:/srv/gump/public/workspace/poi/build/ooxml-classes:/srv/gump/public/workspace/poi/build/excelant-classes:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public/workspace/poi/build/scratchpad-test-classes:/srv/gump/public/workspace/poi/build/ooxml-test-classes:/srv/gump/public/workspace/poi/build/excelant-test-classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.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-apache-xalan2.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-12082011.jar:/srv/gump/public/workspace/apache-commons/
logging/target/commons-logging-12082011.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-12082011.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-12082011.jar:/srv/gump/public/workspace/apache-commons/codec/dist/commons-codec-12082011.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.7-SNAPSHOT.jar:/srv/gump/public/workspace/junit/dist/junit-12082011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-12082011.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/poi/ooxml-lib/stax-api-1.0.1.jar:/srv/gump/public/workspace/poi/ooxml-lib/xmlbeans-2.3.0.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-schemas-1.1.jar
---------------------------------------------
[javac] Compiling 857 source files to
/srv/gump/public/workspace/poi/build/classes
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java:64:
package org.apache.commons.codec.digest does not exist
[javac] import org.apache.commons.codec.digest.DigestUtils;
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionHeader.java:19:
package org.apache.commons.codec.binary does not exist
[javac] import org.apache.commons.codec.binary.Base64;
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionVerifier.java:21:
package org.apache.commons.codec.binary does not exist
[javac] import org.apache.commons.codec.binary.Base64;
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java:1584:
cannot find symbol
[javac] symbol : variable DigestUtils
[javac] location: class org.apache.poi.hssf.usermodel.HSSFWorkbook
[javac] byte[] uid = DigestUtils.md5(pictureData);
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionHeader.java:141:
cannot find symbol
[javac] symbol : variable Base64
[javac] location: class org.apache.poi.poifs.crypt.EncryptionHeader
[javac] keySalt = Base64.decodeBase64(salt.getBytes());
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionVerifier.java:68:
cannot find symbol
[javac] symbol : variable Base64
[javac] location: class org.apache.poi.poifs.crypt.EncryptionVerifier
[javac] verifier = Base64.decodeBase64(keyData
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionVerifier.java:71:
cannot find symbol
[javac] symbol : variable Base64
[javac] location: class org.apache.poi.poifs.crypt.EncryptionVerifier
[javac] salt = Base64.decodeBase64(keyData.getNamedItem("saltValue")
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionVerifier.java:74:
cannot find symbol
[javac] symbol : variable Base64
[javac] location: class org.apache.poi.poifs.crypt.EncryptionVerifier
[javac] encryptedKey = Base64.decodeBase64(keyData
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/java/org/apache/poi/poifs/crypt/EncryptionVerifier.java:83:
cannot find symbol
[javac] symbol : variable Base64
[javac] location: class org.apache.poi.poifs.crypt.EncryptionVerifier
[javac] verifierHash = Base64.decodeBase64(keyData
[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] 9 errors
BUILD FAILED
/srv/gump/public/workspace/poi/build.xml:459: Compile failed; see the compiler
error output for details.
Total time: 17 seconds
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/poi/poi/rss.xml
- Atom: http://vmgump.apache.org/gump/public/poi/poi/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 05000612082011, vmgump.apache.org:vmgump:05000612082011
Gump E-mail Identifier (unique within run) #15.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]