Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Luc Maisonobe
Le 04/03/2012 03:35, Gilles Sadowski a écrit : Hello. Please review the deliverables for Math 3.0. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC2/ Site: http://people.apache.org/builds/commons/math/3.0/RC2/ Binaries:

Re: [lang] test failures

2012-03-04 Thread Benedikt Ritter
Just out of curiosity ;) Are there plans to do anything about that? I guess it would be desirable if the component compiles on Java 7 as well. I still don't know if things are broken when compiling with Java 7 or if the errors are just caused by API changes in Java 7. If the latter, we could

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

2012-03-04 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=19672projectId=95 Build statistics: State: Failed Previous State: Failed Started at: Sun 4 Mar 2012 11:21:19 + Finished at: Sun 4 Mar 2012 11:21:59 + Total time: 39s Build Trigger: Schedule Build

Re: [lang] test failures

2012-03-04 Thread Jörg Schaible
Benedikt Ritter wrote: Just out of curiosity ;) Are there plans to do anything about that? I guess it would be desirable if the component compiles on Java 7 as well. I still don't know if things are broken when compiling with Java 7 or if the errors are just caused by API changes in Java 7.

Re: [graph] Why the Vertex and Edge interfaces?

2012-03-04 Thread Simone Tripodi
Hi James, would a Graph, which Vertices are of type Object, help on this? TIA, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Mar 4, 2012 at 2:10 AM, James Carman jcar...@carmanconsulting.com

Re: DomainValidator in Java on your website

2012-03-04 Thread Simone Tripodi
nice contribution! I've been one of the last committers on touching [validator] so unless someone else is faster than me, I'll try to take care about it ASAP. Thanks and have a nice WE, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/

Re: [chain] release roadmap

2012-03-04 Thread Simone Tripodi
Hi Elijah, great, the cookbook would be something simply *amazing*. Thanks in advance for the hard work! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Mar 4, 2012 at 4:45 AM, Elijah Zupancic

Re: [graph] Why the Vertex and Edge interfaces?

2012-03-04 Thread James Carman
It would, but there is another property of these graphs that it wouldn't enforce. The vertices aren't supposed to be connected to other vertices in the same set. On Mar 4, 2012 8:13 AM, Simone Tripodi simonetrip...@apache.org wrote: Hi James, would a Graph, which Vertices are of type Object,

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Gary Gregory
The RAT report complains about a couple of Java files. Gary On Mar 3, 2012, at 21:36, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hello. Please review the deliverables for Math 3.0. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC2/ Site:

[VOTE] Release Commons Math 3.0 (RC2, take 2)

2012-03-04 Thread Gilles Sadowski
Hi. The major problems (duplicate files, broken site) detected by Luc have been corrected (without necessitating a new tag). Only the Nexus link has changed below. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC2/ Site:

[CANCEL][VOTE] Release Commons Math 3.0

2012-03-04 Thread Gilles Sadowski
Vote cancelled. Please refer to the new thread with subject: [VOTE] Release Commons Math 3.0 (RC2, take 2) On Sun, Mar 04, 2012 at 03:35:43AM +0100, Gilles Sadowski wrote: Hello. Please review the deliverables for Math 3.0. Tag:

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Thomas Neidhart
On 03/04/2012 03:35 AM, Gilles Sadowski wrote: Hello. Please review the deliverables for Math 3.0. There is still an old artifact in the jar: templates/math-release-notes.vm which comes from src/main/resources/templates/math-release-notes.vm The actual release notes are now

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Gilles Sadowski
Hi. On Sun, Mar 04, 2012 at 11:25:00AM +0100, Luc Maisonobe wrote: Le 04/03/2012 03:35, Gilles Sadowski a écrit : Hello. Please review the deliverables for Math 3.0. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC2/ Site:

Re: [VOTE] Release Commons Math 3.0 (RC2, take 2)

2012-03-04 Thread Gilles Sadowski
On Sun, Mar 04, 2012 at 03:05:17PM +0100, Gilles Sadowski wrote: Hi. The major problems (duplicate files, broken site) detected by Luc have been corrected (without necessitating a new tag). Only the Nexus link has changed below. Tag:

Re: [Graph] Test problems after last commit

2012-03-04 Thread Marco Speranza
Ciao Simo, just for summarize a little our discussion: currently the implementation committed works exactly as Collections.syncronized* methodos. The workaround to export the lock outside is this: === GraphInvocationHandlerT handler = new GraphInvocationHandlerT( synchronizedMethods,

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Gilles Sadowski
On Sun, Mar 04, 2012 at 08:55:09AM -0500, Gary Gregory wrote: The RAT report complains about a couple of Java files. Thanks for pointing this out (I had never looked at the RAT report...). These are the incriminated files: ---CUT--- Unapproved licenses:

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Gilles Sadowski
On Sun, Mar 04, 2012 at 03:10:17PM +0100, Thomas Neidhart wrote: On 03/04/2012 03:35 AM, Gilles Sadowski wrote: Hello. Please review the deliverables for Math 3.0. There is still an old artifact in the jar: templates/math-release-notes.vm which comes from

Re: [VOTE] Release Commons Math 3.0 (RC2, take 2)

2012-03-04 Thread Gary Gregory
The RAT report still shows bad java files. Gary On Mar 4, 2012, at 9:05, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hi. The major problems (duplicate files, broken site) detected by Luc have been corrected (without necessitating a new tag). Only the Nexus link has changed below.

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Luc Maisonobe
Le 04/03/2012 15:30, Gilles Sadowski a écrit : On Sun, Mar 04, 2012 at 08:55:09AM -0500, Gary Gregory wrote: The RAT report complains about a couple of Java files. Thanks for pointing this out (I had never looked at the RAT report...). These are the incriminated files: ---CUT---

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Thomas Neidhart
On 03/04/2012 04:00 PM, Gilles Sadowski wrote: On Sun, Mar 04, 2012 at 03:10:17PM +0100, Thomas Neidhart wrote: On 03/04/2012 03:35 AM, Gilles Sadowski wrote: Hello. Please review the deliverables for Math 3.0. There is still an old artifact in the jar: templates/math-release-notes.vm

Re: [VOTE] Release Commons Math 3.0 (RC2, take 2)

2012-03-04 Thread Gary Gregory
The files are missing the Apache header. Gary On Mar 4, 2012, at 10:19, Gilles Sadowski gil...@harfang.homelinux.org wrote: On Sun, Mar 04, 2012 at 10:04:14AM -0500, Gary Gregory wrote: The RAT report still shows bad java files. Yes, I know; I didn't touch them because I don't how to

Re: [Graph] Test problems after last commit

2012-03-04 Thread Simone Tripodi
Hi Marco! just for summarize a little our discussion: currently the implementation committed works exactly as  Collections.syncronized* methodos. si señor! The workaround to export the lock outside is this: === GraphInvocationHandlerT handler =   new GraphInvocationHandlerT(

Re: [VOTE] Release Commons Math 3.0

2012-03-04 Thread Gilles Sadowski
Hi. [...] There is still an old artifact in the jar: templates/math-release-notes.vm which comes from src/main/resources/templates/math-release-notes.vm The actual release notes are now generated from src/changes/release-notes.vm Yes, I discovered that the

[CANCEL][VOTE] Release Commons Math 3.0 (RC2, take 2)

2012-03-04 Thread Gilles Sadowski
Vote cancelled. New tag being created... Gilles On Sun, Mar 04, 2012 at 03:05:17PM +0100, Gilles Sadowski wrote: Hi. The major problems (duplicate files, broken site) detected by Luc have been corrected (without necessitating a new tag). Only the Nexus link has changed below. Tag:

[VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Gilles Sadowski
Hi. Please have a look at RC3. Thanks. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/ Site: http://people.apache.org/builds/commons/math/3.0/RC3/ Binaries:

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Luc Maisonobe
Le 04/03/2012 20:22, Gilles Sadowski a écrit : Hi. Please have a look at RC3. Thanks. Tag: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/ Site: http://people.apache.org/builds/commons/math/3.0/RC3/ Binaries:

Re: [chain] Changing from Exception to RuntimeException

2012-03-04 Thread Elijah Zupancic
I've uploaded the patch into the following Jira ticket: https://issues.apache.org/jira/browse/CHAIN-67 Please have a look and tell me what you think. Thanks, -Elijah On Sun, Mar 4, 2012 at 5:18 AM, Simone Tripodi simonetrip...@apache.org wrote: I agree with your thoughts Elijah, when an

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Gary Gregory
Sorry for the nitpicking, but the RAT report still shows missing Apache headers: - src/test/R/KolmogorovSmirnovDistributionTestCases.R - css files I've taken the liberty to fix those in SVN. There are low-hanging fruits that should be fixed IMO as reported by PMD: - No need to import a type

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread sebb
On 4 March 2012 19:22, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hi. Please have a look at RC3. Thanks. Tag:  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/ Which is Revision: 1296853 Site:  http://people.apache.org/builds/commons/math/3.0/RC3/

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

2012-03-04 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

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

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

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

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

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Gary Gregory
How about adding a test coverage report (Cobertura) like a lot of other components do? Gary On Sun, Mar 4, 2012 at 8:27 PM, Gary Gregory garydgreg...@gmail.com wrote: On Sun, Mar 4, 2012 at 8:07 PM, sebb seb...@gmail.com wrote: On 4 March 2012 19:22, Gilles Sadowski

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

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

2012-03-04 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

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

2012-03-04 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: svn commit: r1296883 - in /commons/sandbox/graph/trunk: ./ src/test/java/org/apache/commons/graph/model/ src/test/java/org/apache/commons/graph/utils/

2012-03-04 Thread Simone Tripodi
NICE! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Mar 4, 2012 at 10:33 PM, marcospera...@apache.org wrote: Author: marcosperanza Date: Sun Mar  4 21:33:54 2012 New Revision: 1296883

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

2012-03-04 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

[math] Refactoring of the vector and matrix classes

2012-03-04 Thread Sébastien Brisard
Hi, now that CM3 is on its way thanks to Gilles' dedication in the last weeks, I would like to exhume this long-standing topic. In a few words, my understanding is that the interfaces for matrices and vectors are cluttered with many methods which could be externalized, applying the Visitor pattern

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Luc Maisonobe
Hi Gary, Le 05/03/2012 06:06, Gary Gregory a écrit : How about adding a test coverage report (Cobertura) like a lot of other components do? There was one a long time ago. It was suppressed when we had concerns about some GPL scripts used in the generated HTML reports. The concerns have been

Re: [VOTE] Release Commons Math 3.0 (RC3)

2012-03-04 Thread Sébastien Brisard
Hi, How about adding a test coverage report (Cobertura) like a lot of other components do? There was one a long time ago. It was suppressed when we had concerns about some GPL scripts used in the generated HTML reports. The concerns have been solved later on but we failed to bring the