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 tomcat-tc6-dbcp has an issue affecting its community integration. This issue affects 27 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - 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-transaction : Commons Identifier Package - commons-vfs : Jakarta commons - commons-vfs-sandbox : 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. - ivy : Ivy Core - ivy-tests : Ivy is a tool for managing (recording, tracking, resolving a... - slide-webdavclient : Content Management System based on WebDAV technology - 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 - tomcat-tc6 : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for ... - tomcat-tc6-dbcp : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for ... Full details are available at: http://vmgump.apache.org/gump/public/tomcat-tc6/tomcat-tc6-dbcp/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole output [tomcat-jdbc-14072007.jar] identifier set to project name -INFO- Made directory [/srv/gump/public/workspace/tomcat-tc6/tomcat-deps] -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/tomcat-tc6/tomcat-tc6-dbcp/gump_work/build_tomcat-tc6_tomcat-tc6-dbcp.html Work Name: build_tomcat-tc6_tomcat-tc6-dbcp (Type: Build) Work ended in a state of : Failed Elapsed: 3 secs Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dcommons-collections.home=/srv/gump/public/workspace/jakarta-commons/collections -Dcommons-dbcp.home=/srv/gump/public/workspace/jakarta-commons/dbcp -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-tc6/tomcat-deps/tomcat-jdbc-14072007.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-tc6/tomcat-deps -Dcommons-pool.home=/srv/gump/public/workspace/jakarta-commons/pool build-tomcat-dbcp [Working Directory: /srv/gump/public/workspace/tomcat-tc6] 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 --------------------------------------------- [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionRegistry.java:98: cannot find symbol [javac] symbol : variable Status [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionRegistry [javac] if (status != Status.STATUS_ACTIVE && status != Status.STATUS_MARKED_ROLLBACK) { [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionRegistry.java:101: cannot find symbol [javac] symbol : class SystemException [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionRegistry [javac] } catch (SystemException e) { [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionContext.java:88: cannot find symbol [javac] symbol : class RollbackException [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionContext [javac] } catch (RollbackException e) { [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionContext.java:90: cannot find symbol [javac] symbol : class SystemException [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionContext [javac] } catch (SystemException e) { [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionContext.java:105: cannot find symbol [javac] symbol : class Synchronization [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionContext [javac] transaction.registerSynchronization(new Synchronization() { [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionContext.java:126: cannot find symbol [javac] symbol : variable Status [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionContext [javac] return status == Status.STATUS_ACTIVE || status == Status.STATUS_MARKED_ROLLBACK; [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionContext.java:126: cannot find symbol [javac] symbol : variable Status [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionContext [javac] return status == Status.STATUS_ACTIVE || status == Status.STATUS_MARKED_ROLLBACK; [javac] ^ [javac] /srv/gump/public/workspace/tomcat-tc6/tomcat-deps/src/java/org/apache/tomcat/dbcp/dbcp/managed/TransactionContext.java:127: cannot find symbol [javac] symbol : class SystemException [javac] location: class org.apache.tomcat.dbcp.dbcp.managed.TransactionContext [javac] } catch (SystemException e) { [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] 32 errors BUILD FAILED /srv/gump/public/workspace/tomcat-tc6/build.xml:739: 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/tomcat-tc6/tomcat-tc6-dbcp/rss.xml - Atom: http://vmgump.apache.org/gump/public/tomcat-tc6/tomcat-tc6-dbcp/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 04000814072007, vmgump:vmgump-public:04000814072007 Gump E-mail Identifier (unique within run) #2. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]