Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math -

2012-08-16 Thread Thomas Neidhart
On 08/15/2012 05:41 AM, Continuum@vmbuild wrote: Group (shared) Maven 2 Build Definition (Java 1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 97 X-Continuum-Project-Name:

[GUMP@vmgump]: Project commons-dbcp (in module commons-dbcp-1.x) failed

2012-08-16 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-dbcp has an issue affecting its community integration. This issue

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

2012-08-16 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-dbcp2 has an issue affecting its community integration. This

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

2012-08-16 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-08-16 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-chain2 (in module apache-commons) failed

2012-08-16 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-chain2 has an issue affecting its community integration. This

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

2012-08-16 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

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

2012-08-16 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-dbutils has an issue affecting its community integration. This

[Codec] Next Commons-Codec release?

2012-08-16 Thread Gary Gregory
(edited message subject to add [Codec] prefix) Yes, there is a certain amount of rain dancing, keeping of fingers crossed, and cussing involved when cutting releasing, and it's fallen off my radar to due other priorities. Is the ML content by the state of the new Crypt classes in

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

2012-08-16 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-vfs2-sandbox has an issue affecting its community integration.

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

2012-08-16 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

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

2012-08-16 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-sql has an issue affecting its community integration.

[VOTE] Release Commons Configuration 1.9 based on RC 1

2012-08-16 Thread Oliver Heger
This is a vote to release Apache Commons Configuration 1.9 based on the first release candidate. Tag: http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_9RC1/ Site: http://people.apache.org/~oheger/configuration-1.9rc1/ Binaries:

[Math] Cleanup in HarmonicFitter and GaussianFitter

2012-08-16 Thread Gilles Sadowski
Hello. In classes HarmonicFitter and GaussianFitter (in package o.a.c.m.optimization.fitting), there is an inner class ParameterGuesser. All the necessary input for the guessing procedure is passed to the constructor; I thus propose that the guessing is performed at object construction rather

[Math] MATH-843

2012-08-16 Thread Gilles Sadowski
Hi. Please have a look at MATH-843: https://issues.apache.org/jira/browse/MATH-843 As indicated there, I think that the current documentation is clear enough. I don't know how to test the assertion of the reporter. In the absence of further comment, I'll resolve the issue as is. Thanks,

Re: [Math] Cleanup in HarmonicFitter and GaussianFitter

2012-08-16 Thread sebb
On 16 August 2012 21:58, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hello. In classes HarmonicFitter and GaussianFitter (in package o.a.c.m.optimization.fitting), there is an inner class ParameterGuesser. All the necessary input for the guessing procedure is passed to the

[ALL] Deployment of component builds to Maven repo

2012-08-16 Thread sebb
For components which use a Maven groupId starting with org.apache.commons., Maven deployment is already enabled via Nexus. There are a few components which still use a Maven groupId of the form commons-component. Some of these are already enabled in Nexus. Nexus infra have stated that it is just

Re: [ALL] Deployment of component builds to Maven repo

2012-08-16 Thread Rahul Akolkar
On Thu, Aug 16, 2012 at 7:23 PM, sebb seb...@gmail.com wrote: For components which use a Maven groupId starting with org.apache.commons., Maven deployment is already enabled via Nexus. There are a few components which still use a Maven groupId of the form commons-component. Some of these are

Re: svn commit: r1374071 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss: LegendreHighPrecisionRuleFactory.java LegendreRuleFactory.java

2012-08-16 Thread sebb
On 16 August 2012 22:35, er...@apache.org wrote: Author: erans Date: Thu Aug 16 21:35:14 2012 New Revision: 1374071 URL: http://svn.apache.org/viewvc?rev=1374071view=rev Log: Change suggested by FindBugs. Modified:

Re: [Math] MATH-843

2012-08-16 Thread Sébastien Brisard
Hi Gilles, Please have a look at MATH-843: https://issues.apache.org/jira/browse/MATH-843 As indicated there, I think that the current documentation is clear enough. I don't know how to test the assertion of the reporter. In the absence of further comment, I'll resolve the issue as is. I

Re: [math] Changes in the Gamma class

2012-08-16 Thread Sébastien Brisard
Hi 2012/8/16 Gilles Sadowski gil...@harfang.homelinux.org: On Wed, Aug 15, 2012 at 04:58:39PM +0200, Sébastien Brisard wrote: Dear All, I'm currently working on accuracy improvements of the incomplete beta function, based on the NSWC library [1]. It's quite a long work, but it looks