[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 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-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

Re: [privilizer] new sandbox component

2012-11-19 Thread Matt Benson
Glad to hear it, Phil! I was originally calling it "privileged method weaver" but that's a little long for a Commons component. Mark Struberg came up with "privilizer" for me--short, but still fairly suggestive of the component's purpose. Matt On Mon, Nov 19, 2012 at 8:04 PM, Phil Steitz wrot

Re: [privilizer] new sandbox component

2012-11-19 Thread Matt Benson
Hi Gary, Hmm... the site is there as far as I can tell. The "docs" such as they are are the overview page of the site. I also need to go back and include the individual module sites so you can easily reference the Maven plugin's generated docs. There is an example module which demonstrates 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

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: [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

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 s

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 wrote: > Hi all, > I have recently been working on some code to simplify the task of working > with

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 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 that was ini

[privilizer] new sandbox component

2012-11-19 Thread Matt Benson
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 is available on the website by now as well. Typ

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: 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 wrote: > 2012/11/17 > > > Author: ggregory > > Date: Sat Nov 17 18:00:38 2012 > > New Revision: 1410759 > > > > URL: http://svn.apache.org/viewvc?rev=1410759&view=rev > > Log: > > [CSV-68] Use the Builder pattern for CSVFormat. > > > > Modified: >

Re: [math] custom profiles in our pom

2012-11-19 Thread sebb
On 19 November 2012 19:42, Sébastien Brisard wrote: > Hi, > > > 2012/11/19 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 (cobertur

Re: [math] custom profiles in our pom

2012-11-19 Thread Sébastien Brisard
Hi, 2012/11/19 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 pr

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 > wonderi

[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 poi

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

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" wrote: >Hi, > > >2012/11/19 Gilles Sadowski > >> On Mon, Nov 19, 2012 a

[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

[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 iss

[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

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 wrote: > >>> > On 11/8/12 9:44 AM, Phil

Re: [math] custom profiles in our pom

2012-11-19 Thread Sébastien Brisard
Hi, 2012/11/19 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 > > >

Re: [math] custom profiles in our pom

2012-11-19 Thread sebb
On 19 November 2012 11:16, Gilles Sadowski 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 defining cust

[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 issu

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 compil

[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 i

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 prob

[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 iss

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 > Author: ggregory > Date: Sat Nov 17 18:00:38 2012 > New Revision: 1410759 > > URL: http://svn.apache.org/viewvc?rev=1410759&view=rev > Log: > [CSV-68] Use the Builder pattern for CSVFormat. > > Modified: > > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java