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 Descripti

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 po

[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

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***

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 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, this page is

[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/

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 >

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 people.apache.org celestin I'm not sure that will help, because I guess you had to do these settings anyway in order to go through all the other stages o

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-134 ]? It seems that [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 > > people.apache.org > celestin > That was it. Again, the instructions are missing some bits that look like magic when one doesn't know maven. > I'm n

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 ---

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 sebb
On 8 March 2012 08:04, Emmanuel Bourg wrote: > 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 th

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

2012-03-08 Thread Luc Maisonobe
Le 08/03/2012 11:45, Gilles Sadowski a écrit : > 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/repositor

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 Honton, Charles
I've found the @Override annotation useful to detect when you didn't intend to override a method. For example, using Eclipse warnings, I found a finalize() method. This method was explicitly called from another class. I'm pretty sure the original author did not intend the garbage collector to ca

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

2012-03-08 Thread Gilles Sadowski
Hi. > > > >> [...] > >> > >> 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/or

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

2012-03-08 Thread Gary Gregory
There are some typos in the spelling of "violates". Gary On Mar 8, 2012, at 15:57, "t...@apache.org" wrote: > Author: tn > Date: Thu Mar 8 20:56:35 2012 > New Revision: 1298576 > > URL: http://svn.apache.org/viewvc?rev98576&view=rev > Log: > [CODEC-63] Added explanation for different results

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

2012-03-08 Thread Thomas Neidhart
On 03/08/2012 10:13 PM, Gary Gregory wrote: > There are some typos in the spelling of "violates". oops, I will fix it together with the non-ascii chars. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For add

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

2012-03-08 Thread Gary Gregory
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. Thoughts? Gary On Thu, Mar 8, 2012 at 4:19 PM

[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 f

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

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 wrote: > 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

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 > testin

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 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 that, I think

[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 work.

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 th

Re: [ALL] configuring project info reports

2012-03-08 Thread sebb
On 9 March 2012 01:59, Emmanuel Bourg 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 Xref,

[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 i

[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 i

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 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 binary compatib

Re: [ALL] configuring project info reports

2012-03-08 Thread Gary Gregory
+1 Gary On Mar 8, 2012, at 20:17, sebb 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 able to overri

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 sour

[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 integrati

[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 i

[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 inte

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, an

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 [