[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2012-05-05 Thread Gump
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-exec-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-05-05 Thread Gump
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-digester3 has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

2012-05-05 Thread commons-graph development
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-graph has an issue affecting its community integration. This

[continuum] BUILD FAILURE: Apache Commons - Commons Pool - Build using Java 1.6

2012-05-05 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=21829projectId=98 Build statistics: State: Failed Previous State: Failed Started at: Sat 5 May 2012 09:20:58 + Finished at: Sat 5 May 2012 09:25:12 + Total time: 4m 14s Build Trigger: Schedule

Re: svn commit: r1333397 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: ./ binary/ digest/ language/ language/bm/ net/

2012-05-05 Thread Thomas Neidhart
On 05/03/2012 12:21 PM, s...@apache.org wrote: Author: sebb Date: Thu May 3 10:21:11 2012 New Revision: 197 URL: http://svn.apache.org/viewvc?rev=197view=rev Log: Add thread-safety Javadoc Modified:

Re: svn commit: r1333397 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: ./ binary/ digest/ language/ language/bm/ net/

2012-05-05 Thread sebb
On 5 May 2012 10:52, Thomas Neidhart thomas.neidh...@gmail.com wrote: On 05/03/2012 12:21 PM, s...@apache.org wrote: Author: sebb Date: Thu May  3 10:21:11 2012 New Revision: 197 URL: http://svn.apache.org/viewvc?rev=197view=rev Log: Add thread-safety Javadoc Modified:    

Re: svn commit: r1334378 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

2012-05-05 Thread sebb AT ASF
On 5 May 2012 11:13, s...@apache.org wrote: Author: sebb Date: Sat May  5 10:13:22 2012 New Revision: 1334378 URL: http://svn.apache.org/viewvc?rev=1334378view=rev Log: Add ctor tests, including null factory TODO determine why JMX cannot find creationStackTrace I had to update tearDown

Re: svn commit: r1334103 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java

2012-05-05 Thread sebb AT ASF
On 4 May 2012 19:05, sebb AT ASF s...@apache.org wrote: The following change to the GKOP ctor seems to fix the problem:        if (factory == null) {            this.close(); // = close the parent            throw new IllegalArgumentException(factory may not be null);        }

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-05-05 Thread Gump
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-proxy-test has an issue affecting its community integration. This

[ALL] CP24 and CP25 don't work with Java 1.5 - work-round

2012-05-05 Thread sebb
Commons Parent 24 and 25 don't work properly with Java 1.5 - the bundle plugin fails. Workround: When building with Java 1.5, disable its profile as follows: mvn test -P-java-1.5-detected Note the - after the -P; this disables the profile. === Background: This is because of the

[GUMP@vmgump]: Project commons-id (in module commons-sandbox) failed

2012-05-05 Thread Gump
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-id has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2012-05-05 Thread Gump
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-scxml-test has an issue affecting its community integration. This

Re: [ALL] CP24 and CP25 don't work with Java 1.5 - work-round

2012-05-05 Thread James Carman
Perhaps we should start having a proper vote on commons-parent? :) On Sat, May 5, 2012 at 8:32 AM, sebb seb...@gmail.com wrote: Commons Parent 24 and 25 don't work properly with Java 1.5 - the bundle plugin fails. Workround: When building with Java 1.5, disable its profile as follows:

[GUMP@vmgump]: Project commons-jelly-tags-jmx (in module commons-jelly) failed

2012-05-05 Thread Gump
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-jelly-tags-jmx has an issue affecting its community integration.

Re: svn commit: r1334463 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/HessenbergTransformer.java test/java/org/apache/commons/math3/linear/HessenbergTransformerTest.j

2012-05-05 Thread Luc Maisonobe
Le 05/05/2012 19:53, t...@apache.org a écrit : Author: tn Date: Sat May 5 17:53:32 2012 New Revision: 1334463 URL: http://svn.apache.org/viewvc?rev=1334463view=rev Log: [MATH-235] add HessenbergTransformer to transform a general real matrix to Hessenberg form. This is a first step for

Re: svn commit: r1334463 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/HessenbergTransformer.java test/java/org/apache/commons/math3/linear/HessenbergTransformerTest.j

2012-05-05 Thread Thomas Neidhart
On 05/05/2012 08:02 PM, Luc Maisonobe wrote: Le 05/05/2012 19:53, t...@apache.org a écrit : Author: tn Date: Sat May 5 17:53:32 2012 New Revision: 1334463 URL: http://svn.apache.org/viewvc?rev=1334463view=rev Log: [MATH-235] add HessenbergTransformer to transform a general real matrix to

Re: svn commit: r1334463 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/HessenbergTransformer.java test/java/org/apache/commons/math3/linear/HessenbergTransformerTest.j

2012-05-05 Thread Luc Maisonobe
Le 05/05/2012 20:08, Thomas Neidhart a écrit : On 05/05/2012 08:02 PM, Luc Maisonobe wrote: Le 05/05/2012 19:53, t...@apache.org a écrit : Author: tn Date: Sat May 5 17:53:32 2012 New Revision: 1334463 URL: http://svn.apache.org/viewvc?rev=1334463view=rev Log: [MATH-235] add

Re: svn commit: r1334103 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java

2012-05-05 Thread Mark Thomas
On 05/05/2012 11:22, sebb AT ASF wrote: On 4 May 2012 19:05, sebb AT ASF s...@apache.org wrote: The following change to the GKOP ctor seems to fix the problem: if (factory == null) { this.close(); // = close the parent throw new

Re: svn commit: r1334378 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

2012-05-05 Thread Mark Thomas
On 05/05/2012 11:20, sebb AT ASF wrote: On 5 May 2012 11:13, s...@apache.org wrote: Author: sebb Date: Sat May 5 10:13:22 2012 New Revision: 1334378 URL: http://svn.apache.org/viewvc?rev=1334378view=rev Log: Add ctor tests, including null factory TODO determine why JMX cannot find

Re: [POOL] documenting the public API

2012-05-05 Thread Mark Thomas
On 04/05/2012 17:14, Mark Thomas wrote: sebb seb...@gmail.com wrote: I think it would be useful to try and specify upfront which public classes / methods etc are intended to form part of the public API, to distinguish them from items that are public merely to allow internal access