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

2012-03-28 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-configuration-test (in module apache-commons) failed

2012-03-28 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-configuration-test has an issue affecting its community integrati

[math] Refactoring the matrix and vector interfaces

2012-03-28 Thread Sébastien Brisard
Hello, as agreed, I've started a JIRA ticket on this long-standing issue (see MATH-765). This ticket is really meant as a summary of the discussions which should take place on the mailing list, so please refrain from adding comments (unless absolutely necessary). Children tickets will be linked to

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

2012-03-28 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-collections4-testframework (in module apache-commons) failed

2012-03-28 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-collections4-testframework has an issue affecting its community i

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

2012-03-28 Thread commons-graph development
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-graph has an issue affecting its community integration. This issue

Re: [math] Gamma Distribution Algorithm

2012-03-28 Thread Ted Dunning
Yes the sample method is inherited, but the inverse cumulative distribution function is not. On Wed, Mar 28, 2012 at 7:11 PM, Paul Rivera wrote: > Hi Guys, > > I heard that there's lots of way to sample from a Gamma distribution. What > is commons-math using when I call GammaDistribution.sample

Re: [math] Gamma Distribution Algorithm

2012-03-28 Thread Paul Rivera
Hi Guys, I heard that there's lots of way to sample from a Gamma distribution. What is commons-math using when I call GammaDistribution.sample()? From the API, it says that sample() uses the "Inversion method" from: http://en.wikipedia.org/wiki/Inverse_transform_sampling But this function is

Re: svn commit: r1306315 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVParserTest.java

2012-03-28 Thread sebb
On 29 March 2012 01:28, Emmanuel Bourg wrote: > I'm not sure to understand why this test is changed. Because it was broken - it was trying to show that comments were being processed at the start of a field. > If we drop trailing comments it seems important to test they aren't not > handled. s/

Re: svn commit: r1306315 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVParserTest.java

2012-03-28 Thread Emmanuel Bourg
I'm not sure to understand why this test is changed. If we drop trailing comments it seems important to test they aren't not handled. A dash in a field should not be mistaken with a comment. Emmanuel Bourg Le 28/03/2012 15:34, s...@apache.org a écrit : Author: sebb Date: Wed Mar 28 13:34:21

Re: svn commit: r1306079 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java

2012-03-28 Thread Emmanuel Bourg
Did you check the performance with this change? The last time I tried to remove the breaks it was slower. Emmanuel Bourg Le 28/03/2012 02:34, s...@apache.org a écrit : Author: sebb Date: Wed Mar 28 00:34:27 2012 New Revision: 1306079 URL: http://svn.apache.org/viewvc?rev=1306079&view=rev Log

Re: [graph] first ELO rating system implementtaion

2012-03-28 Thread Emmanuel Bourg
I would advise at least placing the domain specific algorithms in a separate artifact and keep the base API in a main artifact. Also a smaller API will be easier to release quickly. Emmanuel Bourg Le 28/03/2012 23:04, Simone Tripodi a écrit : Salut Manu, The ELO ranking algorithm - like all

Re: [graph] first ELO rating system implementtaion

2012-03-28 Thread Simone Tripodi
Salut Manu, The ELO ranking algorithm - like all algorithms in [graph] - is implemented in a generic way that it can be used to rate chess players as well as chicks on facemash, it is not related to any specific domain. The main purpose is rating generic entities that faced in one or more matches.

Re: [graph] first ELO rating system implementtaion

2012-03-28 Thread Emmanuel Bourg
It's really nice to see that [graph] is mature enough to support the implementation of the ELO system, however I wonder if it should be shipped along with [graph]. IMHO Commons Graph should focus on providing the building blocks for working with graphs instead of implementing domain specific al

Re: [codec] getting to ready to RC 1.7

2012-03-28 Thread sebb
On 28 March 2012 19:29, Gary Gregory wrote: > On Wed, Mar 28, 2012 at 12:47 PM, sebb wrote: > >> On 28 March 2012 17:14, Gary Gregory wrote: >> > Hi All: >> > >> > If there is anything you're itching to for for codec 1.7, now is the >> time. >> >> Any comments on CODEC-96 ? >> Base64 encode() me

Re: [codec] getting to ready to RC 1.7

2012-03-28 Thread Gary Gregory
On Wed, Mar 28, 2012 at 12:47 PM, sebb wrote: > On 28 March 2012 17:14, Gary Gregory wrote: > > Hi All: > > > > If there is anything you're itching to for for codec 1.7, now is the > time. > > Any comments on CODEC-96 ? > Base64 encode() method is no longer thread-safe, breaking clients > using

Re: [math] Release notes for 3.1?

2012-03-28 Thread Sébastien Brisard
Hi Gilles, > > "RELEASE-NOTES.txt" is indeed generated by maven. The contents is taken from > "src/changes/changes.xml" which is the one to be updated. [It was previously > "src/xdoc/changes.xml".] > > OK, I see. I'll make additions to this file, then. Thanks for the tip. Sébastien -

Re: [codec] getting to ready to RC 1.7

2012-03-28 Thread sebb
On 28 March 2012 17:50, Thomas Neidhart wrote: > On 03/28/2012 06:47 PM, sebb wrote: >> On 28 March 2012 17:14, Gary Gregory wrote: >>> Hi All: >>> >>> If there is anything you're itching to for for codec 1.7, now is the time. >> >> Any comments on CODEC-96 ? >> Base64 encode() method is no longe

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

2012-03-28 Thread sebb
On 28 March 2012 18:17, Gary Gregory wrote: > On Wed, Mar 28, 2012 at 12:50 PM, sebb wrote: > >> On 28 March 2012 16:53, Gary Gregory wrote: >> > How do I configure Continuum to say "-Pjava-1.6" instead of "-Pjava-1.5"? >> >> It's not as easy as it should be. >> You have to add another project b

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

2012-03-28 Thread Gary Gregory
On Wed, Mar 28, 2012 at 12:50 PM, sebb wrote: > On 28 March 2012 16:53, Gary Gregory wrote: > > How do I configure Continuum to say "-Pjava-1.6" instead of "-Pjava-1.5"? > > It's not as easy as it should be. > You have to add another project build definition as it's not possible > to have multip

[graph] first ELO rating system implementtaion

2012-03-28 Thread Simone Tripodi
Hi all guys, we have an ELO implementation now which I would really like some of us could review and provide feedbacks/contributions/... The concept is that *directed* Graphs represents tournaments where the generic players (Vertices) take part, Edges are WIN/DRAW enums, players are ranked in a u

Re: [codec] getting to ready to RC 1.7

2012-03-28 Thread Thomas Neidhart
On 03/28/2012 06:47 PM, sebb wrote: > On 28 March 2012 17:14, Gary Gregory wrote: >> Hi All: >> >> If there is anything you're itching to for for codec 1.7, now is the time. > > Any comments on CODEC-96 ? > Base64 encode() method is no longer thread-safe, breaking clients > using it as a shared B

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

2012-03-28 Thread sebb
On 28 March 2012 16:53, Gary Gregory wrote: > How do I configure Continuum to say "-Pjava-1.6" instead of "-Pjava-1.5"? It's not as easy as it should be. You have to add another project build definition as it's not possible to have multiple group-level definitions. Whatever group level defn is ac

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

2012-03-28 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=20616&projectId=70 Build statistics: State: Failed Previous State: Failed Started at: Wed 28 Mar 2012 16:20:47 + Finished at: Wed 28 Mar 2012 16:20:57 + Total time: 9s Build Trigger: Schedule Buil

Re: [Math] On-demand cobertura report

2012-03-28 Thread Thomas Neidhart
On 03/28/2012 05:46 PM, sebb wrote: > On 28 March 2012 15:46, Gilles Sadowski wrote: Hello. Please disable the default running of cobertura in "mvn site". It is unbearably slow: e.g. on my machine, "FastMathTest" takes 1,544 seconds (that's a comma there; i.e. ~25 minutes!

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

2012-03-28 Thread Gary Gregory
How do I configure Continuum to say "-Pjava-1.6" instead of "-Pjava-1.5"? Gary On Wed, Mar 28, 2012 at 11:20 AM, Continuum@vmbuild wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=20612&projectId=70 > > Build statistics: > State: Failed > Previous State

Re: svn commit: r1306437 - in /commons/proper/codec/trunk/src: main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java test/java/org/apache/commons/codec/net/QuotedPrintableCodecTest.java

2012-03-28 Thread sebb
On 28 March 2012 16:43, wrote: > Author: ggregory > Date: Wed Mar 28 15:43:55 2012 > New Revision: 1306437 > > URL: http://svn.apache.org/viewvc?rev=1306437&view=rev > Log: (empty) ??? - To unsubscribe, e-mail: dev-unsubscr...@

Re: [Math] On-demand cobertura report

2012-03-28 Thread sebb
On 28 March 2012 15:46, Gilles Sadowski wrote: >> > Hello. >> > >> > Please disable the default running of cobertura in "mvn site". It is >> > unbearably slow: e.g. on my machine, "FastMathTest" takes 1,544 seconds >> > (that's a comma there; i.e. ~25 minutes!). >> > >> > If on-demand disable/enab

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

2012-03-28 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=20612&projectId=70 Build statistics: State: Failed Previous State: Ok Started at: Wed 28 Mar 2012 15:20:12 + Finished at: Wed 28 Mar 2012 15:20:32 + Total time: 20s Build Trigger: Schedule Build N

Re: [math] Release notes for 3.1?

2012-03-28 Thread Gilles Sadowski
Hello Sébastien. > > > > Yes. I created the new "" XML tag at the top of the file (revision > > 1306242). > > > > > > Gilles > > > > > I must have missed something. I don't see which file you are referring to. > As for me, I was referring to the file called RELEASE-NOTES.txt, but > maybe thi

Re: [Math] On-demand cobertura report

2012-03-28 Thread Gary Gregory
On Wed, Mar 28, 2012 at 10:17 AM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello. > > Please disable the default running of cobertura in "mvn site". It is > unbearably slow: e.g. on my machine, "FastMathTest" takes 1,544 seconds > (that's a comma there; i.e. ~25 minutes!). > > If o

Re: [math] Release notes for 3.1?

2012-03-28 Thread Sébastien Brisard
Hi Gilles, > > Yes. I created the new "" XML tag at the top of the file (revision > 1306242). > > > Gilles > I must have missed something. I don't see which file you are referring to. As for me, I was referring to the file called RELEASE-NOTES.txt, but maybe this file is generated automatical

Re: [Math] On-demand cobertura report

2012-03-28 Thread Gilles Sadowski
> > Hello. > > > > Please disable the default running of cobertura in "mvn site". It is > > unbearably slow: e.g. on my machine, "FastMathTest" takes 1,544 seconds > > (that's a comma there; i.e. ~25 minutes!). > > > > If on-demand disable/enable switches are not (yet) available from maven's > > co

Re: [Math] On-demand cobertura report

2012-03-28 Thread Thomas Neidhart
On Wed, Mar 28, 2012 at 4:17 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello. > > Please disable the default running of cobertura in "mvn site". It is > unbearably slow: e.g. on my machine, "FastMathTest" takes 1,544 seconds > (that's a comma there; i.e. ~25 minutes!). > > If on

[Math] On-demand cobertura report

2012-03-28 Thread Gilles Sadowski
Hello. Please disable the default running of cobertura in "mvn site". It is unbearably slow: e.g. on my machine, "FastMathTest" takes 1,544 seconds (that's a comma there; i.e. ~25 minutes!). If on-demand disable/enable switches are not (yet) available from maven's command-line options, could we h

Re: [Math] "changes" HTML report

2012-03-28 Thread sebb
On 28 March 2012 12:26, Thomas Neidhart wrote: > On Wed, Mar 28, 2012 at 12:27 PM, Gilles Sadowski < > gil...@harfang.homelinux.org> wrote: > >> Hello. >> >> [I think that this had already been reported earlier by Thomas.] >> >> The HTML page generated from the "changes.xml" file does not seem to

Re: [Math] "changes" HTML report

2012-03-28 Thread Thomas Neidhart
On Wed, Mar 28, 2012 at 12:27 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello. > > [I think that this had already been reported earlier by Thomas.] > > The HTML page generated from the "changes.xml" file does not seem to be > produced anymore (it used to be in "target/site" as a

[Math] "changes" HTML report

2012-03-28 Thread Gilles Sadowski
Hello. [I think that this had already been reported earlier by Thomas.] The HTML page generated from the "changes.xml" file does not seem to be produced anymore (it used to be in "target/site" as a result from executing "mvn site"). This probably happened following the move of the file from "site

Re: [math] Release notes for 3.1?

2012-03-28 Thread Gilles Sadowski
Hi. > in preparation for 3.1, should we start the release notes anew? Yes. I created the new "" XML tag at the top of the file (revision 1306242). Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additio

Re: Commons-Math release schedule

2012-03-28 Thread Gilles Sadowski
Hi Luc. > > I have to agree with James here. However, if the mysterious > > team-who-wishes-to-contribute is dead set on 6 month release cycles, > > it is certainly within their power to make sure 4.5 months ahead of > > time that every open JIRA issue has a patch attached, and to nag the > > tea

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

2012-03-28 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-test has an issue affecting its community integration. This i