Re: svn commit: r1177415 - in /commons/proper/configuration/trunk: pom.xml src/site/xdoc/download_configuration.xml

2011-09-29 Thread Ralph Goers
I'm not sure overriding the template is the correct solution. For the vfs release I had to manually rename the file when I scp'd it to the dist directory. Ralph On Sep 29, 2011, at 1:07 PM, ohe...@apache.org wrote: > Author: oheger > Date: Thu Sep 29 20:07:37 2011 > New Revision: 1177415 > >

Re: [lang] getting the tests jar out of a repo with Ivy

2011-09-29 Thread Gary Gregory
On Thu, Sep 29, 2011 at 9:58 PM, Gary Gregory wrote: > On Thu, Sep 29, 2011 at 9:56 PM, Gary Gregory wrote: > >> On Wed, Sep 28, 2011 at 12:15 PM, Matt Benson wrote: >> >>> On Tue, Sep 27, 2011 at 10:00 PM, Gary Gregory >>> wrote: >>> > Hi All: >>> > >>> > Does any one know how to pull down the l

Re: [lang] getting the tests jar out of a repo with Ivy

2011-09-29 Thread Gary Gregory
On Thu, Sep 29, 2011 at 9:56 PM, Gary Gregory wrote: > On Wed, Sep 28, 2011 at 12:15 PM, Matt Benson wrote: > >> On Tue, Sep 27, 2011 at 10:00 PM, Gary Gregory >> wrote: >> > Hi All: >> > >> > Does any one know how to pull down the lang3 tests jar out of Maven >> Central >> > with Ivy (from Ant)?

Re: [lang] getting the tests jar out of a repo with Ivy

2011-09-29 Thread Gary Gregory
On Wed, Sep 28, 2011 at 12:15 PM, Matt Benson wrote: > On Tue, Sep 27, 2011 at 10:00 PM, Gary Gregory > wrote: > > Hi All: > > > > Does any one know how to pull down the lang3 tests jar out of Maven > Central > > with Ivy (from Ant)? > > > > I use: > > > > > conf="...myconfs..." rev="3.0.1"/>

Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-29 Thread Greg Sterijevski
Will do. -Greg On Thu, Sep 29, 2011 at 6:19 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello Greg. > > > I have done what you suggested and notice that it (the optimizer) takes > > humongous steps in the search for an upper bound. I tried making the > initial > > step size small

Re: BOBYQA Method

2011-09-29 Thread Greg Sterijevski
Okay. As per your other email, I was not aware that the code was in flux. Thanks, -Greg On Thu, Sep 29, 2011 at 6:16 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hi. > > > > > I would like to add the following method to BOBYQA: > > > > /** > > * > > * @return the n

Re: BOBYQA Question

2011-09-29 Thread Greg Sterijevski
Thank you. I am working on making my Limited Dependent Variable Regressions agnostic to the optimizer used. Plug and play (to the extent it is possible) is my aim. I will try to concoct a test which hits this code path. I have used the C version of BOBYQA under the COIN infrastructure. It is a dec

Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-29 Thread Gilles Sadowski
Hello Greg. > I have done what you suggested and notice that it (the optimizer) takes > humongous steps in the search for an upper bound. I tried making the initial > step size smaller, but to no avail. Again, it might be most useful if you could factor a small unit test out of your use-case, so

Re: BOBYQA Method

2011-09-29 Thread Gilles Sadowski
Hi. > > I would like to add the following method to BOBYQA: > > /** > * > * @return the number of interpolation points > */ > public int getNumberOfInterpolationPoints(){ > return this.numberOfInterpolationPoints; > } > > Any objections? I think that, before

Re: BOBYQA Question

2011-09-29 Thread Gilles Sadowski
Hi. The work to be done on "BOBYQAOptimizer" is discussed in issue 621: https://issues.apache.org/jira/browse/MATH-621 There is still a lot to do on this code. And I wouldn't advise you to use it as is because the interface is likely to change: In fact, CM lacks an interface/base class for opti

Re: [VOTE][io] Release Commons IO 2.1-RC4

2011-09-29 Thread Jörg Schaible
Gary Gregory wrote: > Good day to you all: > > I have prepared Commons IO 2.1 RC4. > > The difference with RC3 is that this RC contains up-to-date > RELEASE-NOTES.txt > > Tag: > > https://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.1-RC4/ > > Site: > > https://people.apache.org

Re: [Math] Issues 650, 675, 676

2011-09-29 Thread Gilles Sadowski
Hello Luc. > > > >Referring to: > > https://issues.apache.org/jira/browse/MATH-650 > > https://issues.apache.org/jira/browse/MATH-675 > > https://issues.apache.org/jira/browse/MATH-676 > > > >In the absence of additional comments I'm proposing to resolve those issues. > >Please let me know w

BOBYQA Method

2011-09-29 Thread Greg Sterijevski
Hello All, I would like to add the following method to BOBYQA: /** * * @return the number of interpolation points */ public int getNumberOfInterpolationPoints(){ return this.numberOfInterpolationPoints; } Any objections? -Greg

BOBYQA Question

2011-09-29 Thread Greg Sterijevski
Hello All, I am testing some Limited Dependent Variable regressions and in shopping for an optimizer I ran BOBYQA. I got the following exception: If this exception is thrown, just remove it from the code org.apache.commons.math.optimization.direct.PathIsExploredException: If this exception is thr

Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-29 Thread Greg Sterijevski
Gilles, I have done what you suggested and notice that it (the optimizer) takes humongous steps in the search for an upper bound. I tried making the initial step size smaller, but to no avail. The Powell optimizer flies very quickly to an optimum. Maybe there is some misunderstanding in my usage

Re: [Math] Issues 650, 675, 676

2011-09-29 Thread Greg Sterijevski
Hold off on 675. I owe you a couple of changes, related to naming and some other issues we discussed on the ML. -Greg On Thu, Sep 29, 2011 at 1:44 PM, Luc Maisonobe wrote: > Le 29/09/2011 18:04, Gilles Sadowski a écrit : > > Hello. >> >> Referring to: >> >> https://issues.apache.org/**jira/b

Re: [Math] Issues 650, 675, 676

2011-09-29 Thread Luc Maisonobe
Le 29/09/2011 18:04, Gilles Sadowski a écrit : Hello. Referring to: https://issues.apache.org/jira/browse/MATH-650 https://issues.apache.org/jira/browse/MATH-675 https://issues.apache.org/jira/browse/MATH-676 In the absence of additional comments I'm proposing to resolve those issues.

[Math] Issues 650, 675, 676

2011-09-29 Thread Gilles Sadowski
Hello. Referring to: https://issues.apache.org/jira/browse/MATH-650 https://issues.apache.org/jira/browse/MATH-675 https://issues.apache.org/jira/browse/MATH-676 In the absence of additional comments I'm proposing to resolve those issues. Please let me know whether there are pending objecti

Re: svn commit: r1176967 - /commons/proper/io/tags/commons-io-2.1-RC1/

2011-09-29 Thread Henri Yandell
On Thu, Sep 29, 2011 at 7:51 AM, Phil Steitz wrote: > > > > > On Sep 28, 2011, at 10:53 PM, Henri Yandell wrote: > >> On Wed, Sep 28, 2011 at 10:31 AM, sebb wrote: >>> On 28 September 2011 18:20, Gary Gregory wrote: On Wed, Sep 28, 2011 at 1:12 PM, sebb wrote: > On 28 September 2

Re: [DBUtils] RC2?

2011-09-29 Thread Gary Gregory
test (sorry for the noise) On Thu, Sep 29, 2011 at 11:06 AM, Simone Tripodi wrote: > Hi Hen! > I had a review in the past days, I think we should be ready for a new > release :) > Have a nice day and thanks for taking care of it! > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99

Re: [DBUtils] RC2?

2011-09-29 Thread Simone Tripodi
Hi Hen! I had a review in the past days, I think we should be ready for a new release :) Have a nice day and thanks for taking care of it! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Sep 29, 2011 at 1:58 PM, Bill Speirs wrote: > I think so... +1 vote from me. >

Re: svn commit: r1176967 - /commons/proper/io/tags/commons-io-2.1-RC1/

2011-09-29 Thread Phil Steitz
On Sep 28, 2011, at 10:53 PM, Henri Yandell wrote: > On Wed, Sep 28, 2011 at 10:31 AM, sebb wrote: >> On 28 September 2011 18:20, Gary Gregory wrote: >>> On Wed, Sep 28, 2011 at 1:12 PM, sebb wrote: >>> On 28 September 2011 18:08, wrote: > Author: ggregory > Date: Wed Sep 2

Re: [math] Porting someone else's work (license and all that)

2011-09-29 Thread Phil Steitz
Great work, Sebastien! Technically, the ICLA or software grant should be submitted directly to the secretary by the contributor, but I would just go ahead and send it along. There is no need to provide any explanation. Pls forward Michael's note below to priv...@commons.apache.org, so we have

[VOTE][io] Release Commons IO 2.1-RC4

2011-09-29 Thread Gary Gregory
Resending from my Apache account, the message did not make it to the ML for some reason. Arg. -- Forwarded message -- From: Gary Gregory Date: Thu, Sep 29, 2011 at 8:58 AM Subject: [VOTE][io] Release Commons IO 2.1-RC4 To: Commons Developers List Good day to you all: I have pr

Re: [VOTE][io] Release Commons IO 2.1-RC4

2011-09-29 Thread Gary Gregory
Pardon my bad link, binaries are here: https://repository.apache.org/content/repositories/orgapachecommons-005/ Gary On Thu, Sep 29, 2011 at 8:58 AM, Gary Gregory wrote: > Good day to you all: > > I have prepared Commons IO 2.1 RC4. > > The difference with RC3 is that this RC contains up-to-date

[VOTE][io] Release Commons IO 2.1-RC4

2011-09-29 Thread Gary Gregory
Good day to you all: I have prepared Commons IO 2.1 RC4. The difference with RC3 is that this RC contains up-to-date RELEASE-NOTES.txt Tag: https://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.1-RC4/ Site: https://people.apache.org/builds/commons/io/2.1/RC4/ Binaries: https://r

Re: [DBUtils] RC2?

2011-09-29 Thread Bill Speirs
I think so... +1 vote from me. Bill- On Sep 29, 2011 1:54 AM, "Henri Yandell" wrote: > Are the previous issues now put to bed? ie) Should I roll an RC2? > > Hen > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >

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

2011-09-29 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

2011-09-29 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