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-pool2 has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 215 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-pool2 : Object Pooling
Full details are available at:
http://vmgump.apache.org/gump/public/apache-commons/commons-pool2/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-pool2.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/apache-commons/commons-pool2/gump_work/build_apache-commons_commons-pool2.html
Work Name: build_apache-commons_commons-pool2 (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
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/pool]
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-24042011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-24042011.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar
---------------------------------------------
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/PoolableObjectFactory.java:74:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] public interface PoolableObjectFactory<T> {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/CursorableLinkedList.java:62:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] class CursorableLinkedList<E> implements List<E>, Serializable {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/CursorableLinkedList.java:322:
annotations are not supported in -source 1.3
[javac] (use -source 5 or higher to enable annotations)
[javac] @Override
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/EvictionTimer.java:95:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] private static class PrivilegedGetTccl implements
PrivilegedAction<ClassLoader> {
[javac]
^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/SoftReferenceObjectPool.java:42:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] public class SoftReferenceObjectPool<T> extends BaseObjectPool<T>
implements ObjectPool<T> {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/StackKeyedObjectPool.java:51:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] public class StackKeyedObjectPool<K,V> extends
BaseKeyedObjectPool<K,V> implements KeyedObjectPool<K,V> {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/StackKeyedObjectPool.java:372:
for-each loops are not supported in -source 1.3
[javac] (use -source 5 or higher to enable for-each loops)
[javac] for (Entry<K, Stack<V>> poolEntry : _pools.entrySet()) {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/StackKeyedObjectPoolFactory.java:34:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] public class StackKeyedObjectPoolFactory<K,V> implements
KeyedObjectPoolFactory<K,V> {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/StackObjectPool.java:47:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] public class StackObjectPool<T> extends BaseObjectPool<T>
implements ObjectPool<T> {
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/StackObjectPool.java:159:
annotations are not supported in -source 1.3
[javac] (use -source 5 or higher to enable annotations)
[javac] @Override
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/pool/src/java/org/apache/commons/pool2/impl/StackObjectPoolFactory.java:34:
generics are not supported in -source 1.3
[javac] (use -source 5 or higher to enable generics)
[javac] public class StackObjectPoolFactory<T> implements
ObjectPoolFactory<T> {
[javac] ^
[javac] 22 errors
BUILD FAILED
/srv/gump/public/workspace/apache-commons/pool/build.xml:112: Compile failed;
see the compiler error output for details.
Total time: 1 second
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-pool2/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/apache-commons/commons-pool2/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 10000024042011, vmgump.apache.org:vmgump:10000024042011
Gump E-mail Identifier (unique within run) #4.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]