Re: svn commit: r1410759 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVFormat.java test/java/org/apache/commons/csv/CSVFormatBuilderTest.java test/java/org/apache/commons/csv

2012-11-19 Thread Benedikt Ritter
2012/11/17 ggreg...@apache.org Author: ggregory Date: Sat Nov 17 18:00:38 2012 New Revision: 1410759 URL: http://svn.apache.org/viewvc?rev=1410759view=rev Log: [CSV-68] Use the Builder pattern for CSVFormat. Modified:

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

2012-11-19 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-io-test has an issue affecting its community integration. This

Re: [math] custom profiles in our pom

2012-11-19 Thread Thomas Neidhart
On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi, someone (I think it was sebb) wrote some months ago about defining custom profiles in the pom.xml to allow for faster compilation (cobertura being the culprit). I've done that locally, and I'm probably

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

2012-11-19 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

Re: [math] custom profiles in our pom

2012-11-19 Thread Gilles Sadowski
On Mon, Nov 19, 2012 at 10:38:27AM +0100, Thomas Neidhart wrote: On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi, someone (I think it was sebb) wrote some months ago about defining custom profiles in the pom.xml to allow for faster compilation

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

2012-11-19 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

Re: [math] custom profiles in our pom

2012-11-19 Thread sebb
On 19 November 2012 11:16, Gilles Sadowski gil...@harfang.homelinux.org wrote: On Mon, Nov 19, 2012 at 10:38:27AM +0100, Thomas Neidhart wrote: On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi, someone (I think it was sebb) wrote some months ago about

Re: [math] custom profiles in our pom

2012-11-19 Thread Sébastien Brisard
Hi, 2012/11/19 Gilles Sadowski gil...@harfang.homelinux.org On Mon, Nov 19, 2012 at 10:38:27AM +0100, Thomas Neidhart wrote: On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi, someone (I think it was sebb) wrote some months ago about defining

Re: [math] correlation analysis with NaNs

2012-11-19 Thread Gilles Sadowski
On Sun, Nov 18, 2012 at 09:27:41PM -0800, Phil Steitz wrote: On 11/18/12 2:01 PM, Thomas Neidhart wrote: On 11/09/2012 11:14 PM, Phil Steitz wrote: On 11/9/12 12:18 AM, Thomas Neidhart wrote: On Thu, Nov 8, 2012 at 7:21 PM, Phil Steitz phil.ste...@gmail.com wrote: On 11/8/12 9:44 AM,

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

2012-11-19 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-11-19 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

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

2012-11-19 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: [math] custom profiles in our pom

2012-11-19 Thread Honton, Charles
Several of the apache provided maven plugins use the convention of a define; e.g., -D skipTests -D skipITs To extend this convention, you could use -D skipCoverage Regards, chas On 11/19/12 3:22 AM, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi, 2012/11/19 Gilles Sadowski

Re: [math] correlation analysis with NaNs

2012-11-19 Thread Phil Steitz
On 11/19/12 3:31 AM, Gilles Sadowski wrote: On Sun, Nov 18, 2012 at 09:27:41PM -0800, Phil Steitz wrote: On 11/18/12 2:01 PM, Thomas Neidhart wrote: On 11/09/2012 11:14 PM, Phil Steitz wrote: On 11/9/12 12:18 AM, Thomas Neidhart wrote: On Thu, Nov 8, 2012 at 7:21 PM, Phil Steitz

[math] 902 Optimizers should return best discovered value in case of TooManyEvaluationsException

2012-11-19 Thread Konstantin Berlin
There are numerous examples when the optimization might not have converged to the stopping condition, but the minimum discovered point is better than the starting point that was initially provided. The user should have the ability to at least decide if it is good enough, or use it as a starting

Re: [math] custom profiles in our pom

2012-11-19 Thread Phil Steitz
On 11/18/12 11:20 PM, Sébastien Brisard wrote: Hi, someone (I think it was sebb) wrote some months ago about defining custom profiles in the pom.xml to allow for faster compilation (cobertura being the culprit). I've done that locally, and I'm probably not the only one. So I was wondering

Re: [math] custom profiles in our pom

2012-11-19 Thread Sébastien Brisard
Hi, 2012/11/19 Phil Steitz phil.ste...@gmail.com On 11/18/12 11:20 PM, Sébastien Brisard wrote: Hi, someone (I think it was sebb) wrote some months ago about defining custom profiles in the pom.xml to allow for faster compilation (cobertura being the culprit). I've done that locally,

Re: svn commit: r1410759 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVFormat.java test/java/org/apache/commons/csv/CSVFormatBuilderTest.java test/java/org/apache/commons/csv

2012-11-19 Thread Gary Gregory
On Mon, Nov 19, 2012 at 3:11 AM, Benedikt Ritter benerit...@gmail.comwrote: 2012/11/17 ggreg...@apache.org Author: ggregory Date: Sat Nov 17 18:00:38 2012 New Revision: 1410759 URL: http://svn.apache.org/viewvc?rev=1410759view=rev Log: [CSV-68] Use the Builder pattern for

Re: [math] 902 Optimizers should return best discovered value in case of TooManyEvaluationsException

2012-11-19 Thread Bruce A Johnson
On Nov 17, 2012, at 6:57 PM, Konstantin Berlin wrote: There are numerous examples when the optimization might not have converged to the stopping condition, but the minimum discovered point is better than the starting point that was initially provided. The user should have the ability to at

Re: [math] 902 Optimizers should return best discovered value in case of TooManyEvaluationsException

2012-11-19 Thread sebb
On 19 November 2012 21:47, Bruce A Johnson johns...@umbc.edu wrote: On Nov 17, 2012, at 6:57 PM, Konstantin Berlin wrote: There are numerous examples when the optimization might not have converged to the stopping condition, but the minimum discovered point is better than the starting point

Re: [privilizer] new sandbox component

2012-11-19 Thread Gary Gregory
Hi Matt, I do not see a site under https://commons.apache.org/sandbox/ Before I think about looking, are there any docs, examples, and so on? Gary On Mon, Nov 19, 2012 at 5:42 PM, Matt Benson gudnabr...@gmail.com wrote: Hi all, I have recently been working on some code to simplify the

Re: [math] 902 Optimizers should return best discovered value in case of TooManyEvaluationsException

2012-11-19 Thread Gilles Sadowski
Hello. On Mon, Nov 19, 2012 at 04:47:08PM -0500, Bruce A Johnson wrote: On Nov 17, 2012, at 6:57 PM, Konstantin Berlin wrote: There are numerous examples when the optimization might not have converged to the stopping condition, but the minimum discovered point is better than the starting

Re: [privilizer] new sandbox component

2012-11-19 Thread Phil Steitz
On 11/19/12 2:42 PM, Matt Benson wrote: Hi all, I have recently been working on some code to simplify the task of working with the Java security APIs and an ASF colleague convinced me that the package had a chance of being a viable Commons component. I have added it to the sandbox and it

Re: [math] 902 Optimizers should return best discovered value in case of TooManyEvaluationsException

2012-11-19 Thread Konstantin Berlin
That would solve the problem. Seems a bit messy though, since you now have two conflicting stopping conditions, one you provide in the checker implementation, the other in the function call. I am not clear why if you are throwing an exception you don't provide more information inside it, so the

Re: [math] 902 Optimizers should return best discovered value in case of TooManyEvaluationsException

2012-11-19 Thread Gilles Sadowski
Hi. [Please do not top-post.] On Mon, Nov 19, 2012 at 09:17:39PM -0500, Konstantin Berlin wrote: That would solve the problem. Seems a bit messy though, since you now have two conflicting stopping conditions, one you provide in the checker implementation, the other in the function call. I

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

2012-11-19 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-math has an issue affecting its community integration. This issue

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

2012-11-19 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-11-19 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