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-transaction has an issue affecting its community integration.
This issue affects 20 projects,
and has been outstanding for 3 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-jelly-tags-ojb : Commons Jelly
- commons-transaction : Commons Identifier Package
- commons-vfs : Jakarta commons
- db-ojb : ObjectRelationalBridge
- db-ojb-from-packages : ObjectRelationalBridge
- 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.
- ivy : Ivy Core
- jakarta-slide : Content Management System based on WebDAV technology
- logging-log4j-chainsaw : Chainsaw log viewer
- slide-webdavclient : Content Management System based on WebDAV technology
- test-ojb : ObjectRelationalBridge
Full details are available at:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-transaction/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [commons-transaction-08012007.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/jakarta-commons/commons-transaction/gump_work/build_jakarta-commons_commons-transaction.html
Work Name: build_jakarta-commons_commons-transaction (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 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=08012007 jar
[Working Directory:
/usr/local/gump/public/workspace/jakarta-commons/transaction]
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/public/workspace/logging-log4j/dist/lib/log4j-08012007.jar:/usr/local/gump/public/workspace/jakarta-commons/codec/dist/commons-codec-08012007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/packages/j2ee_connector-1_5-fr/connector-api.jar:/usr/local/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/tomcat-tc6/output/build/lib/servlet-api.jar
---------------------------------------------
detect:
prepare:
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons/transaction/build
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons/transaction/build/doc
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons/transaction/build/doc/apidocs
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons/transaction/build/classes
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons/transaction/build/lib
[mkdir] Created dir:
/x1/gump/public/workspace/jakarta-commons/transaction/build/deploy
build:
[javac] Compiling 37 source files to
/x1/gump/public/workspace/jakarta-commons/transaction/build/classes
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
[javac] If you specify -target 1.3 you now must also specify -source 1.3.
[javac] Ant will implicitly add -source 1.3 for you. Please change your
build file.
[javac]
/x1/gump/public/workspace/jakarta-commons/transaction/src/java/org/apache/commons/transaction/util/CommonsLoggingLogger.java:19:
package org.apache.commons.logging does not exist
[javac] import org.apache.commons.logging.Log;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-commons/transaction/src/java/org/apache/commons/transaction/util/CommonsLoggingLogger.java:20:
package org.apache.commons.logging does not exist
[javac] import org.apache.commons.logging.LogFactory;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-commons/transaction/src/java/org/apache/commons/transaction/util/CommonsLoggingLogger.java:28:
cannot find symbol
[javac] symbol : class Log
[javac] location: class
org.apache.commons.transaction.util.CommonsLoggingLogger
[javac] private final Log log;
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-commons/transaction/src/java/org/apache/commons/transaction/util/CommonsLoggingLogger.java:30:
cannot find symbol
[javac] symbol : class Log
[javac] location: class
org.apache.commons.transaction.util.CommonsLoggingLogger
[javac] public CommonsLoggingLogger(final Log log) {
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-commons/transaction/src/java/org/apache/commons/transaction/file/URLEncodeIdMapper.java:43:
warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has
been deprecated
[javac] path = URLEncoder.encode(path);
[javac] ^
[javac]
/x1/gump/public/workspace/jakarta-commons/transaction/src/java/org/apache/commons/transaction/util/CommonsLoggingLogger.java:35:
cannot find symbol
[javac] symbol : variable LogFactory
[javac] location: class
org.apache.commons.transaction.util.CommonsLoggingLogger
[javac] return new CommonsLoggingLogger(LogFactory.getLog(name));
[javac] ^
[javac] 5 errors
[javac] 1 warning
BUILD FAILED
/x1/gump/public/workspace/jakarta-commons/transaction/build.xml:189: 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/jakarta-commons/commons-transaction/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-transaction/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 23000008012007, vmgump.apache.org:vmgump-public:23000008012007
Gump E-mail Identifier (unique within run) #29.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]