OK. This is getting annoying (and not just for us). I am not sure how exactly we got this fixed for [pool] but a simple way to fix it is to change the commons-proper metadata to point to the 1.x branch. I think pool was fixed differently, but I don't no how to get the dependencies redirected. Does anyone else know how that was done?
Phil On 5/6/11 1:03 PM, Gump wrote: > 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 gene...@gump.apache.org. > > Project commons-dbcp has an issue affecting its community integration. > This issue affects 15 projects. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - commons-dbcp : Database Connection Pool > - db-ddlutils : Easy-to-use component for working with Database > Definition (... > - jakarta-tomcat-4.0 : Servlet 2.3 and JSP 1.2 Reference Implementation > - jakarta-tomcat-catalina : Servlet 2.4 Reference Implementation > - jakarta-tomcat-dbcp : Servlet 2.4 and JSP 2.0 Reference Implementation > - jakarta-tomcat-jk : Connectors to various web servers > - jakarta-turbine-jcs : Cache > - javax.el : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for > ... > - javax.servlet : Java Servlet 2.5 & Server Pages JSP 2.1 implementation > (for ... > - javax.servlet.jsp : Java Servlet 2.5 & Server Pages JSP 2.1 > implementation (for ... > - jcs : Cache > - tomcat-tc6 : Java Servlet 2.5 & Server Pages JSP 2.1 implementation > (for ... > - tomcat-trunk : Tomcat 7.x, a web server implementing Java Servlet 3.0, > ... > - tomcat-trunk-dbcp : Tomcat 7.x, a web server implementing Java Servlet > 3.0, > ... > - tomcat-trunk-test : Tomcat 7.x, a web server implementing Java Servlet > 3.0, > ... > > > Full details are available at: > > http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/index.html > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) were > provided: > -DEBUG- Sole jar output [commons-dbcp.jar] identifier set to project name > -INFO- Failed with reason build failed > -DEBUG- Extracted fallback artifacts from Gump Repository > > > > The following work was performed: > http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/gump_work/build_apache-commons_commons-dbcp.html > Work Name: build_apache-commons_commons-dbcp (Type: Build) > Work ended in a state of : Failed > Elapsed: 6 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-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar > org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml > dist > [Working Directory: /srv/gump/public/workspace/apache-commons/dbcp] > CLASSPATH: > /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/apache-commons/dbcp/dist/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/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar:/srv/gump/packages/jdbc2_0/jdbc2_0-stdext.jar:/srv/gump/public/workspace/junit/dist/junit-06052011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-06052011.jar:/srv/gump/public/workspace/commons-pool-1.x/dist/commons-pool-1.5.7-SNAPSHOT.jar > --------------------------------------------- > [javac] symbol : class ObjectPool > [javac] location: class > org.apache.commons.dbcp2.datasources.CPDSConnectionFactory > [javac] public ObjectPool getPool() { > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/InstanceKeyDataSource.java:38: > package org.apache.commons.pool2.impl does not exist > [javac] import org.apache.commons.pool2.impl.GenericObjectPool; > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:33: > package org.apache.commons.pool2 does not exist > [javac] import org.apache.commons.pool2.KeyedObjectPool; > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:34: > package org.apache.commons.pool2 does not exist > [javac] import org.apache.commons.pool2.KeyedPoolableObjectFactory; > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:44: > cannot find symbol > [javac] symbol: class KeyedPoolableObjectFactory > [javac] implements KeyedPoolableObjectFactory, > ConnectionEventListener, PooledConnectionManager { > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:53: > cannot find symbol > [javac] symbol : class KeyedObjectPool > [javac] location: class > org.apache.commons.dbcp2.datasources.KeyedCPDSConnectionFactory > [javac] private final KeyedObjectPool _pool; > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:74: > cannot find symbol > [javac] symbol : class KeyedObjectPool > [javac] location: class > org.apache.commons.dbcp2.datasources.KeyedCPDSConnectionFactory > [javac] KeyedObjectPool pool, > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:91: > cannot find symbol > [javac] symbol : class KeyedObjectPool > [javac] location: class > org.apache.commons.dbcp2.datasources.KeyedCPDSConnectionFactory > [javac] KeyedObjectPool pool, > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java:106: > cannot find symbol > [javac] symbol : class KeyedObjectPool > [javac] location: class > org.apache.commons.dbcp2.datasources.KeyedCPDSConnectionFactory > [javac] public KeyedObjectPool getPool() { > [javac] ^ > [javac] > /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp2/datasources/PerUserPoolDataSource.java:36: > package org.apache.commons.pool2 does not exist > [javac] import org.apache.commons.pool2.ObjectPool; > [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] 100 errors > > BUILD FAILED > /srv/gump/public/workspace/apache-commons/dbcp/build.xml:197: Compile failed; > see the compiler error output for details. > > Total time: 6 seconds > --------------------------------------------- > > To subscribe to this information via syndicated feeds: > - RSS: > http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/atom.xml > > ============================== Gump Tracking Only === > Produced by Apache Gump(TM) version 2.3. > Gump Run 05001206052011, vmgump.apache.org:vmgump:05001206052011 > Gump E-mail Identifier (unique within run) #1. > > -- > Apache Gump > http://gump.apache.org/ [Instance: vmgump] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org