I can't remember how to fix this.  The problem is that I changed the jar goal 
in the Ant build to produce an artifact with the version number in the jar name 
and I guess Gump expects the old versionless name.  Anyone know how to fix this?



On Mar 27, 2011, at 11:58 AM, Gump <iss...@commons.apache.org> 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-pool has an issue affecting its community integration.
> This issue affects 14 projects.
> The current state of this project is 'Failed', with reason 'Missing Build 
> Outputs'.
> For reference only, the following projects are affected by this:
>    - commons-dbcp :  Database Connection Pool
>    - commons-pool :  Object Pooling
>    - commons-services :  Basic Services Architecture
>    - 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 ...
> 
> 
> Full details are available at:
>    
> http://vmgump.apache.org/gump/public/commons-pool-1.x/commons-pool/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-pool.jar] identifier set to project name
> -INFO- Failed with reason missing build outputs
> -ERROR- Missing Output: 
> /srv/gump/public/workspace/commons-pool-1.x/dist/commons-pool.jar
> -ERROR- See Directory Listing Work for Missing Outputs
> -DEBUG- Extracted fallback artifacts from Gump Repository
> 
> 
> 
> The following work was performed:
> http://vmgump.apache.org/gump/public/commons-pool-1.x/commons-pool/gump_work/build_commons-pool-1.x_commons-pool.html
> Work Name: build_commons-pool-1.x_commons-pool (Type: Build)
> Work ended in a state of : Success
> Elapsed: 12 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/commons-pool-1.x]
> CLASSPATH: 
> /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/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/public/workspace/junit/dist/junit-27032011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-27032011.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar
> ---------------------------------------------
>    [javac]                 
> factory.destroyObject(((ObjectTimestampPair)(it.next())).value);
>    [javac]                                                                    
>      ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1538:
>  warning: [deprecation] tstamp in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]             final long idleTimeMilis = System.currentTimeMillis() 
> - pair.tstamp;
>    [javac]                                                                    
>      ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1550:
>  warning: [deprecation] value in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]                     _factory.activateObject(pair.value);
>    [javac]                                                 ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1556:
>  warning: [deprecation] value in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]                     if(!_factory.validateObject(pair.value)) {
>    [javac]                                                     ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1560:
>  warning: [deprecation] value in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]                             _factory.passivateObject(pair.value);
>    [javac]                                                          ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1570:
>  warning: [deprecation] value in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]                     _factory.destroyObject(pair.value);
>    [javac]                                                ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1695:
>  warning: [deprecation] tstamp in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]             
> buf.append("\t").append(pair.value).append("\t").append(time - 
> pair.tstamp).append("\n");
>    [javac]                                                                    
>             ^
>    [javac] 
> /srv/gump/public/workspace/commons-pool-1.x/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1695:
>  warning: [deprecation] value in 
> org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair has 
> been deprecated
>    [javac]             
> buf.append("\t").append(pair.value).append("\t").append(time - 
> pair.tstamp).append("\n");
>    [javac]                                         ^
>    [javac] 12 warnings
> 
> build-jar:
>    [mkdir] Created dir: /srv/gump/public/workspace/commons-pool-1.x/dist
>      [jar] Building jar: 
> /srv/gump/public/workspace/commons-pool-1.x/dist/commons-pool-1.5.6-SNAPSHOT.jar
> 
> javadoc:
>    [mkdir] Created dir: 
> /srv/gump/public/workspace/commons-pool-1.x/dist/docs/api
>  [javadoc] Generating Javadoc
>  [javadoc] Javadoc execution
>  [javadoc] Loading source files for package org.apache.commons.pool...
>  [javadoc] Loading source files for package org.apache.commons.pool.impl...
>  [javadoc] Constructing Javadoc information...
>  [javadoc] Standard Doclet version 1.6.0_20
>  [javadoc] Building tree for all the packages and classes...
>  [javadoc] Building index for all the packages and classes...
>  [javadoc] Building index for all classes...
> 
> build:
>     [copy] Copying 1 file to /srv/gump/public/workspace/commons-pool-1.x/dist
>     [copy] Copying 1 file to /srv/gump/public/workspace/commons-pool-1.x/dist
>     [copy] Copying 1 file to /srv/gump/public/workspace/commons-pool-1.x/dist
> 
> dist:
> 
> BUILD SUCCESSFUL
> Total time: 11 seconds
> ---------------------------------------------
> 
> To subscribe to this information via syndicated feeds:
> - RSS: 
> http://vmgump.apache.org/gump/public/commons-pool-1.x/commons-pool/rss.xml
> - Atom: 
> http://vmgump.apache.org/gump/public/commons-pool-1.x/commons-pool/atom.xml
> 
> ============================== Gump Tracking Only ===
> Produced by Apache Gump(TM) version 2.3.
> Gump Run 06001827032011, vmgump.apache.org:vmgump:06001827032011
> 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

Reply via email to