[continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-02-22 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=3401&projectId=206 Build statistics: State: Failed Previous State: Ok Started at: Wed 23 Feb 2011 01:49:53 + Finished at: Wed 23 Feb 2011 01:51:47 + Total time: 1m 54s Build Trigger: Schedule Buil

Re: release commons validator 1.4

2011-02-22 Thread Niall Pemberton
On Mon, Feb 21, 2011 at 9:58 PM, David Karlsen wrote: > ping? Apologies, I'm very busy at work and don't know if/when I'll get time to do this. Sorry Niall > 2011/1/27 David Karlsen > >> Any update to the status? >> >> 2011/1/19 Niall Pemberton >> >> On Wed, Jan 19, 2011 at 3:09 PM, Jacob Zw

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-22 Thread Phil Steitz
On 2/22/11 4:05 PM, Luc Maisonobe wrote: > Le 22/02/2011 01:37, sebb a écrit : >> On 21 February 2011 22:10, Luc Maisonobe wrote: >>> Le 21/02/2011 21:09, sebb a écrit : On 21 February 2011 19:32, Luc Maisonobe wrote: > This vote is cancelled. > > There are some incompatible chan

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-22 Thread sebb
On 22 February 2011 21:05, Luc Maisonobe wrote: > Le 22/02/2011 01:37, sebb a écrit : >> On 21 February 2011 22:10, Luc Maisonobe wrote: >>> Le 21/02/2011 21:09, sebb a écrit : On 21 February 2011 19:32, Luc Maisonobe wrote: > This vote is cancelled. > > There are some incompati

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-22 Thread Luc Maisonobe
Le 22/02/2011 01:37, sebb a écrit : > On 21 February 2011 22:10, Luc Maisonobe wrote: >> Le 21/02/2011 21:09, sebb a écrit : >>> On 21 February 2011 19:32, Luc Maisonobe wrote: This vote is cancelled. There are some incompatible changes in RC2 in the user level interface StepH

FW: [codec] Testing Cologne Phonetic

2011-02-22 Thread Gary Gregory
For the record... Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.com Web: seagull.rocketsoftware.com  > -Original Message- > From: F Mue [mailto:webmas...@genealogie-kon

Re: [Math] Committing a file...

2011-02-22 Thread sebb
On 22 February 2011 17:39, Christian Grobmeier wrote: > Hi, > > it seems you have checked out and worked on source code from this location: > http://svn.apache.org/repos/asf/commons/proper/math/tags/ > > But you need to work on that one: > http://svn.apache.org/repos/asf/commons/proper/math/trunk

Re: [Math] Committing a file...

2011-02-22 Thread Christian Grobmeier
Hi, it seems you have checked out and worked on source code from this location: http://svn.apache.org/repos/asf/commons/proper/math/tags/ But you need to work on that one: http://svn.apache.org/repos/asf/commons/proper/math/trunk this is the main development path You need to checkout the latter

[Math] Committing a file...

2011-02-22 Thread Michael Giannakopoulos
Hello guys, I have made some changes to a .java file of the math 2.2 RC2 branch and i would like to commit this file to the repository... However, subclipse informs me that my working copy is on a tag path and i should first switch to a branch or a main trunk before commiting... How to surpass thi

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

2011-02-22 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-scxml-test (in module apache-commons) failed

2011-02-22 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] Clirr report and 'org.apache.commons.math.optimization.general.LevenbergMarquardtOptimizer'

2011-02-22 Thread luc . maisonobe
- "Michael Giannakopoulos" a écrit : > Hello guys, > > Clirr report mentions that method 'public void > setQRRankingThreshold(double)' has been added in this specific class > but the > javadoc hasn't been updated so as to mention "@since 2.2"... Have a > look at > this one please, and sorry

Re: [Math] Clirr report and 'org.apache.commons.math.ode.AbstractIntegrator'

2011-02-22 Thread luc . maisonobe
- "Michael Giannakopoulos" a écrit : > Hello guys, > > I have noticed that clirr report mentions that method 'protected > double > acceptStep(org.apache.commons.math.ode.sampling.AbstractStepInterpolator, > double[], double[], double)' and 'protected void > setStateInitialized(boolean)' hav

Re: [Math] Clirr report and 'org.apache.commons.math.linear.OpenMapRealVector'

2011-02-22 Thread luc . maisonobe
- "Michael Giannakopoulos" a écrit : > Hello guys, > > I have noticed that the clirr report mentions that method 'public > double > getSparcity()' has been deprecated whereas method 'public double > getSparsity()' has been added... However in the class > 'org.apache.commons.math.linear.Open

Re: [Math] Clirr report and MatrixIndexException

2011-02-22 Thread luc . maisonobe
- "Michael Giannakopoulos" a écrit : > Hello guys, > > In the Clirr report is mentioned that the function > 'MatrixIndexException(org.apache.commons.math.exception.util.Localizable, > java.lang.Object[])' has been added to the class > 'org.apache.commons.math.linear.MatrixIndexException'...

Re: [Math] InvalidMatrixException constructor

2011-02-22 Thread luc . maisonobe
- "Michael Giannakopoulos" a écrit : > Hello guys, > > Looking at the class > 'org.apache.commons.math.linear.InvalidMatrixException' > i found out that the public constructor > "InvalidMatrixException(string, > Object[ ])" isn't deprecated something that i suppose it should be > done > bec