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

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

2012-03-08 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] Does this break the API?

2012-03-08 Thread Sébastien Brisard
Dear all, I'm extremely unfamiliar with serialization and its many pitfalls, and I would need advice from you wise guys ;-) !!! Here is the thing. I'm currently working on MATH-761, where for the sake of efficiency (which remains to be asserted [1]), I did some bad choice on the structure of

Re: [ANNOUNCE] Commons Math version 3.0 is released

2012-03-08 Thread Luc Maisonobe
Le 08/03/2012 23:17, Gilles a écrit : Hello. The Apache Commons team is pleased to announce the latest release of Commons Math (version 3.0), a self-contained Java library of tools such as root finders, ordinary differential equations solvers, optimizers, statistics, matrix algebra, and

Re: [math] Does this break the API?

2012-03-08 Thread Luc Maisonobe
Le 09/03/2012 08:14, Sébastien Brisard a écrit : Dear all, Hi Sébastien, I'm extremely unfamiliar with serialization and its many pitfalls, and I would need advice from you wise guys ;-) !!! Here is the thing. I'm currently working on MATH-761, where for the sake of efficiency (which

Re: [math] Does this break the API?

2012-03-08 Thread Jörg Schaible
Hi Sébastian, Sébastien Brisard wrote: Dear all, I'm extremely unfamiliar with serialization and its many pitfalls, and I would need advice from you wise guys ;-) !!! Here is the thing. I'm currently working on MATH-761, where for the sake of efficiency (which remains to be asserted [1]), I

Re: svn commit: r1298215 - in /commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv: CharBuffer.java ExtendedBufferedReader.java UnicodeUnescapeReader.java

2012-03-08 Thread Emmanuel Bourg
Le 08/03/2012 02:21, Konstantin Kolinko a écrit : Google shows ~1500 hits for toStrng. More precisely 377 hits for toStrng + Java, versus 21,000,000 hits for toString, which is about 0.001%. So @Override is useless 99.999% of the time in this case. Emmanuel Bourg smime.p7s Description:

Re: [COLLECTIONS] Use standard Maven directory structure? Update to CP23+?

2012-03-08 Thread Jörg Schaible
sebb wrote: Collections still uses the old Maven1 directory structure, which means its pom has to redefine various properties. Any objections if I rename the source and test directories to the standard and fix the pom (and Ant build)? Also, moving to CP 23 or 24 should allow the pom to

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

2012-03-08 Thread Gilles Sadowski
Hello. [...] 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: https://repository.apache.org/content/repositories/orgapachecommons-053/org/apache/commons/commons-math3/3.0/ [ ]

Re: [math] Refactoring of the vector and matrix classes

2012-03-08 Thread leandro . pezzente
Dear all, you might have seen the creation of a new ticket (MATH-765). This is going to be the place where our discussions regarding the present issue will be summarized. For the time being, this page is largely work in progress, so I would encourage people to ***REFRAIN FROM COMMENTING*** on the

Re: [math] Refactoring of the vector and matrix classes

2012-03-08 Thread leandro . pezzente
On Thursday, March 08, 2012 at 3:20 AM, Sébastien Brisard sebastien.bris...@m4x.org wrote: Hi, Dear all, you might have seen the creation of a new ticket (MATH-765). This is going to be the place where our discussions regarding the present issue will be summarized. For the time being,

[Math] Problem with deploying the web site

2012-03-08 Thread Gilles Sadowski
Hi. Still reading UsingNexus. This command does not work here: $ mvn site:deploy This one had been successful (for staging): $ mvn site:stage-deploy \ -DstagingDirectory=src/site \ -DstagingSiteURL=scp://er...@people.apache.org:/www/people.apache.org/builds/commons/math/3.0/RC3

Re: [Math] Problem with deploying the web site

2012-03-08 Thread Gary Gregory
I usually do (like I just did for Commons Build Plugin): mvn site mvn site:deploy What error do you get? Gary On Thu, Mar 8, 2012 at 10:44 AM, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hi. Still reading UsingNexus. This command does not work here: $ mvn site:deploy This

Re: [Math] Problem with deploying the web site

2012-03-08 Thread Sébastien Brisard
Hi Gilles, mvn site:deploy worked each time I used it, the only thing I had to do was modify ~/.m2/settings.xml, sections servers/servers server idpeople.apache.org/id usernamecelestin/username /server I'm not sure that will help, because I guess you had to do these settings

Re: [codec] What version should implement a behavior change?

2012-03-08 Thread Gary Gregory
Ok, so where are we on all this and specifically [CODEC-134https://issues.apache.org/jira/browse/CODEC-134 ]? It seems that [CODEC-134 https://issues.apache.org/jira/browse/CODEC-134], if applied should be for a 1.x, not a 1.x.y because of the change of behavior. If it is not applied, then we

Re: [Math] Problem with deploying the web site

2012-03-08 Thread Gilles Sadowski
Hello. mvn site:deploy worked each time I used it, the only thing I had to do was modify ~/.m2/settings.xml, sections servers/servers server idpeople.apache.org/id usernamecelestin/username /server That was it. Again, the instructions are missing some bits that look

Re: [Math] Problem with deploying the web site

2012-03-08 Thread Gilles Sadowski
On Thu, Mar 08, 2012 at 10:50:38AM -0500, Gary Gregory wrote: I usually do (like I just did for Commons Build Plugin): mvn site mvn site:deploy What error do you get? Solved. It was due to a missing section in settings.xml (see other post). Gilles

[ANNOUNCE] Commons Math version 3.0 is released

2012-03-08 Thread Gilles
Hello. The Apache Commons team is pleased to announce the latest release of Commons Math (version 3.0), a self-contained Java library of tools such as root finders, ordinary differential equations solvers, optimizers, statistics, matrix algebra, and more. Commons Math can be downloaded from the

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread Thomas Neidhart
On 03/08/2012 11:03 PM, Gary Gregory wrote: Thomas: It seems to me that we do not need both testDropBy and testDropBy2. I initially created testDropBy2 as a way to work through the Original and Modified examples from the site. So unless you think we need both, let get rid of testDropBy.

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread Gary Gregory
On Thu, Mar 8, 2012 at 5:26 PM, Thomas Neidhart thomas.neidh...@gmail.comwrote: On 03/08/2012 11:03 PM, Gary Gregory wrote: Thomas: It seems to me that we do not need both testDropBy and testDropBy2. I initially created testDropBy2 as a way to work through the Original and Modified

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread Thomas Neidhart
On 03/08/2012 11:48 PM, Gary Gregory wrote: [snip] Would you be willing to handle this merge and describing the algorithm in the Nysiis class itself. The description in the test method feels out of place. After that, I think I'll put a message out on the ML and ask for further testing and

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread Gary Gregory
On Mar 8, 2012, at 18:04, Thomas Neidhart thomas.neidh...@gmail.com wrote: On 03/08/2012 11:48 PM, Gary Gregory wrote: [snip] Would you be willing to handle this merge and describing the algorithm in the Nysiis class itself. The description in the test method feels out of place. After

[ALL] configuring project info reports

2012-03-08 Thread sebb
There is at least one project info report that is not required, which is the license report. This is because projects are required to link to the ASF licenses page instead. The project info report plugin is supposed to be able to override an inherited configuration [1], however this does not

Re: [ALL] configuring project info reports

2012-03-08 Thread Emmanuel Bourg
Le 09/03/2012 02:16, sebb a écrit : So I propose to enable all the reports [2] apart from the license report, unless people feel that some other reports should be omitted by default. Let's kill the Test Javadoc and Test Source Xref, it's useless for mere mortals and developers go straight to

[ALL] Parent pom - test.jar and test-sources.jar

2012-03-08 Thread sebb
Some while back, we discussed including binary (and source) jars for the test code in releases. [The test source code is already included in the source archive]. The intention was to make it easier to run binary compatibility tests against new releases. I think it would be worth adding this to

Re: [ALL] configuring project info reports

2012-03-08 Thread sebb
On 9 March 2012 01:59, Emmanuel Bourg ebo...@apache.org wrote: Le 09/03/2012 02:16, sebb a écrit : So I propose to enable all the reports [2] apart from the license report, unless people feel that some other reports should be omitted by default. Let's kill the Test Javadoc and Test Source

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

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

Re: [ALL] Parent pom - test.jar and test-sources.jar

2012-03-08 Thread Gary Gregory
Sounds good to me. +1 Gary On Mar 8, 2012, at 21:03, sebb seb...@gmail.com wrote: Some while back, we discussed including binary (and source) jars for the test code in releases. [The test source code is already included in the source archive]. The intention was to make it easier to run

Re: [ALL] configuring project info reports

2012-03-08 Thread Gary Gregory
+1 Gary On Mar 8, 2012, at 20:17, sebb seb...@gmail.com wrote: There is at least one project info report that is not required, which is the license report. This is because projects are required to link to the ASF licenses page instead. The project info report plugin is supposed to be

Re: [ALL] Parent pom - test.jar and test-sources.jar

2012-03-08 Thread Ralph Goers
If you are making these kinds of changes I'd ask that you look at how it impacts vfs as that is a multi-module build and so has a bunch of customizations that may or may not need to change. Ralph On Mar 8, 2012, at 9:03 PM, sebb wrote: Some while back, we discussed including binary (and

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

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