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

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

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

2012-03-07 Thread Sébastien Brisard
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 largely > work in progress, so I would encourage people to ***REFRAIN FROM > COMM

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

2012-03-07 Thread Sébastien Brisard
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 t

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

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

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

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

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

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

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

2012-03-07 Thread James Carman
It's not just about renames. If you put the @Override annotation, you're telling the compiler that you think you're overriding something. If that method isn't there (you fat-fingered the name or something), you'll get an error. On Wed, Mar 7, 2012 at 6:47 PM, Emmanuel Bourg wrote: > I think I n

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

2012-03-07 Thread leandro . pezzente
I am not a committer , but I surely give a big ( virtual ) +1 to all Commons-Collections related Improvments. On Wednesday, March 07, 2012 at 10:23 PM, sebb wrote: > >Collections still uses the old Maven1 directory structure, which >means >its pom has to redefine various properties. > >Any obj

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

2012-03-07 Thread Konstantin Kolinko
2012/3/8 Emmanuel Bourg : > Le 08/03/2012 01:46, sebb a écrit : > > >> The point of @Override is to document that you intended to override >> the super-class method. >> So if the name is misspelt, that will be detected. > > > Have you ever seen a misspelt toString() method? Since I started programm

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

2012-03-07 Thread sebb
On 8 March 2012 01:03, Emmanuel Bourg wrote: > Le 08/03/2012 01:46, sebb a écrit : > > >> If not added then compilers complain. > > > Which one? I have never seen this. Do you add -Xlint:all to your settings? No. Certainly Eclipse complains. > > >> The point of @Override is to document that you

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

2012-03-07 Thread Emmanuel Bourg
Le 08/03/2012 01:46, sebb a écrit : If not added then compilers complain. Which one? I have never seen this. Do you add -Xlint:all to your settings? The point of @Override is to document that you intended to override the super-class method. So if the name is misspelt, that will be detected.

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

2012-03-07 Thread sebb
On 7 March 2012 23:47, Emmanuel Bourg wrote: > I think I never understood the purpose of @Override on the JDK methods. I > thought @Override was mainly useful to prevent a method renamed in a super > class to leave non renamed methods in the subclasses. But for methods like > toString() or read()

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

2012-03-07 Thread Emmanuel Bourg
I think I never understood the purpose of @Override on the JDK methods. I thought @Override was mainly useful to prevent a method renamed in a super class to leave non renamed methods in the subclasses. But for methods like toString() or read() this is never going to happen. So in this case I t

Re: svn commit: r1298151 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2012-03-07 Thread sebb
On 7 March 2012 22:11, Gary Gregory wrote: > On Wed, Mar 7, 2012 at 5:02 PM, wrote: > >> Author: sebb >> Date: Wed Mar  7 22:02:35 2012 >> New Revision: 1298151 >> >> URL: http://svn.apache.org/viewvc?rev=1298151&view=rev >> Log: >> Generate list of changes >> >> Modified: >>    commons/proper/co

Re: svn commit: r1298095 - /commons/proper/commons-build-plugin/tags/1.4/

2012-03-07 Thread sebb
On 7 March 2012 21:50, Gary Gregory wrote: > On Wed, Mar 7, 2012 at 4:39 PM, sebb wrote: > >> On 7 March 2012 20:30,   wrote: >> > Author: ggregory >> > Date: Wed Mar  7 20:30:51 2012 >> > New Revision: 1298095 >> > >> > URL: http://svn.apache.org/viewvc?rev=1298095&view=rev >> > Log: >> > Tag co

Re: [VOTE][RESULT] Release Commons Build Plugin 1.4-RC2

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 5:05 PM, sebb wrote: > On 7 March 2012 20:33, Gary Gregory wrote: > > On Wed, Mar 7, 2012 at 3:17 PM, sebb wrote: > > > >> On 6 March 2012 16:40, Gary Gregory wrote: > >> > This lazy consensus VOTE to release Commons Build Plugin 1.4-RC2 is > >> > successful. > >> > > >>

Re: svn commit: r1298151 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 5:02 PM, wrote: > Author: sebb > Date: Wed Mar 7 22:02:35 2012 > New Revision: 1298151 > > URL: http://svn.apache.org/viewvc?rev=1298151&view=rev > Log: > Generate list of changes > > Modified: >commons/proper/commons-parent/trunk/RELEASE-NOTES.txt >commons/proper/

Re: svn commit: r1298095 - /commons/proper/commons-build-plugin/tags/1.4/

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 4:39 PM, sebb wrote: > On 7 March 2012 20:30, wrote: > > Author: ggregory > > Date: Wed Mar 7 20:30:51 2012 > > New Revision: 1298095 > > > > URL: http://svn.apache.org/viewvc?rev=1298095&view=rev > > Log: > > Tag commons-build-plugin-1.4-RC2 as 1.4. > > > > Added: > >

Re: svn commit: r1298095 - /commons/proper/commons-build-plugin/tags/1.4/

2012-03-07 Thread sebb
On 7 March 2012 20:30, wrote: > Author: ggregory > Date: Wed Mar  7 20:30:51 2012 > New Revision: 1298095 > > URL: http://svn.apache.org/viewvc?rev=1298095&view=rev > Log: > Tag commons-build-plugin-1.4-RC2 as 1.4. > > Added: >    commons/proper/commons-build-plugin/tags/1.4/ >      - copied from

Re: svn commit: r1297741 - /commons/proper/io/trunk/pom.xml

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 2:17 PM, Gary Gregory wrote: > On Tue, Mar 6, 2012 at 5:35 PM, sebb wrote: > >> On 6 March 2012 21:50, wrote: >> > Author: ggregory >> > Date: Tue Mar 6 21:50:04 2012 >> > New Revision: 1297741 >> > >> > URL: http://svn.apache.org/viewvc?rev=1297741&view=rev >> > Log: >

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Simone Tripodi
+1 as well http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Mar 7, 2012 at 9:02 PM, Siegfried Goeschl wrote: > +1 > > Siegfried Goeschl > > > On 06.03.12 18:42, Emmanuel Bourg wrote: >> >> Commons CSV

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Siegfried Goeschl
+1 Siegfried Goeschl On 06.03.12 18:42, Emmanuel Bourg wrote: Commons CSV is approaching a releasable state. Considering the general interest in this component I think it's time to promote it to Commons proper. There are a few points I'd like to address before a release: - Handle CSV headers,

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Matt Benson
As the original creator of [flatfile] it would be interesting to see how difficult it would be to make [flatfile] do any of the things that [csv] can currently do; e.g. [flatfile] can already handle a delimited column structure. On Wed, Mar 7, 2012 at 1:31 PM, Simone Tripodi wrote: > Hi all, > >

Re: svn commit: r1298027 - /commons/proper/commons-parent/trunk/pom.xml

2012-03-07 Thread sebb
On 7 March 2012 19:13, Gary Gregory wrote: > On Wed, Mar 7, 2012 at 12:30 PM, wrote: > >> Author: sebb >> Date: Wed Mar  7 17:30:32 2012 >> New Revision: 1298027 >> >> URL: http://svn.apache.org/viewvc?rev=1298027&view=rev >> Log: >> Document profiles >> >> Modified: >>    commons/proper/commons-

Re: svn commit: r1298004 - /commons/proper/commons-parent/trunk/src/changes/changes.xml

2012-03-07 Thread sebb
On 7 March 2012 18:54, Gary Gregory wrote: > On Wed, Mar 7, 2012 at 11:46 AM, sebb wrote: > >> On 7 March 2012 16:06,   wrote: >> > Author: ggregory >> > Date: Wed Mar  7 16:06:09 2012 >> > New Revision: 1298004 >> > >> > URL: http://svn.apache.org/viewvc?rev=1298004&view=rev >> > Log: >> > Add e

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Simone Tripodi
Hi all, IMHO if you could implement the readers as XMLReader instances, you can get benefit from the powerful Digester matching rules and POJOs mapping. I had a spike with Digester reading JSON via a javacc grammar but it was not complete so never proposed it. just my 0.002 cents, -Simo http

Re: svn commit: r1298027 - /commons/proper/commons-parent/trunk/pom.xml

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 12:30 PM, wrote: > Author: sebb > Date: Wed Mar 7 17:30:32 2012 > New Revision: 1298027 > > URL: http://svn.apache.org/viewvc?rev=1298027&view=rev > Log: > Document profiles > > Modified: >commons/proper/commons-parent/trunk/pom.xml > > Modified: commons/proper/commons

[Commons Wiki] Update of "MathWishList" by SebastienBrisard

2012-03-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "MathWishList" page has been changed by SebastienBrisard: http://wiki.apache.org/commons/MathWishList?action=diff&rev1=75&rev2=76 ##language:en = Commons-Math Wish List = - A l

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 7:09 AM, Emmanuel Bourg wrote: > Le 07/03/2012 12:57, sebb a écrit : > > > Since CSV is currently only a single package with very few classes, >> would it perhaps be suitable as a part of an existing Commons >> component? >> > > [csv] is still small but will probably incre

[Commons Wiki] Update of "MathWishList" by SebastienBrisard

2012-03-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "MathWishList" page has been changed by SebastienBrisard: http://wiki.apache.org/commons/MathWishList?action=diff&rev1=74&rev2=75 ##language:en = Commons-Math Wish List = - A l

Re: svn commit: r1298004 - /commons/proper/commons-parent/trunk/src/changes/changes.xml

2012-03-07 Thread Gary Gregory
On Wed, Mar 7, 2012 at 11:46 AM, sebb wrote: > On 7 March 2012 16:06, wrote: > > Author: ggregory > > Date: Wed Mar 7 16:06:09 2012 > > New Revision: 1298004 > > > > URL: http://svn.apache.org/viewvc?rev=1298004&view=rev > > Log: > > Add entry for version 24 > > > > Modified: > >commons/pr

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

2012-03-07 Thread Jörg Schaible
Gilles Sadowski wrote: > Hi. > > This new vote is called because new binaries have been compiled. > The source code is identical to what was used to generate the previous > ones. > > > Tag: > https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/ > > Site: > http://people.

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

2012-03-07 Thread Sébastien Brisard
Hi Gilles, 2012/3/7 Gilles Sadowski : > Hi Sébastien. > > Since you don't like Wiki ;-) and given the unsuitability of the web site > for publishing "updating" comments, I think that the most flexible platform > is JIRA; you can use its relationship between issues feature to create a > good sense

Re: [io] Unicode escape/unescape Writer/Reader

2012-03-07 Thread Emmanuel Bourg
Le 07/03/2012 17:56, Honton, Charles a écrit : Isn't this performing the function of a java.nio.charset.CharsetDecoder or a org.apache.commons.codec.StringDecoder? I don't think so. CharsetDecoder works at the binary level to transform bytes into characters according to a specific charset. An

Re: [PARENT] Ready for release 24?

2012-03-07 Thread sebb
On 7 March 2012 16:10, Gary Gregory wrote: > More struggles with Maven as I am try to push out a 24-SNAPSHOT as a first > step in http://wiki.apache.org/commons/UsingNexus... > > With the HEAD of trunk, I can successfully do: > > mvn clean gpg:sign deploy -Ptest-deploy > > But not: > > mvn clean d

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

2012-03-07 Thread leandro . pezzente
On Wednesday, March 07, 2012 at 12:21 PM, Gilles Sadowski wrote: > >Hi. > >> >Unless the code is re-released there's generally little need to >> >update the site. >> > >> >> Do you think I can create such a page on the website? >> > >> >-1, that's not a suitable use for the web-site, which is

Re: [io] Unicode escape/unescape Writer/Reader

2012-03-07 Thread Honton, Charles
Emmanuel, Isn't this performing the function of a java.nio.charset.CharsetDecoder or a org.apache.commons.codec.StringDecoder? Regards, Chas Honton On 3/7/12 8:12 AM, "Emmanuel Bourg" wrote: >I now have an implementation ready for the reader in the [csv] source >code: > >https://svn.apache.or

Re: svn commit: r1298004 - /commons/proper/commons-parent/trunk/src/changes/changes.xml

2012-03-07 Thread sebb
On 7 March 2012 16:06, wrote: > Author: ggregory > Date: Wed Mar  7 16:06:09 2012 > New Revision: 1298004 > > URL: http://svn.apache.org/viewvc?rev=1298004&view=rev > Log: > Add entry for version 24 > > Modified: >    commons/proper/commons-parent/trunk/src/changes/changes.xml > > Modified: commo

Re: [io] Unicode escape/unescape Writer/Reader

2012-03-07 Thread Emmanuel Bourg
I now have an implementation ready for the reader in the [csv] source code: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/UnicodeUnescapeReader.java I think I'll also handle other escape sequences such as \n or \t. Emmanuel Bourg Le 12/11/2011

Re: [PARENT] Ready for release 24?

2012-03-07 Thread Gary Gregory
More struggles with Maven as I am try to push out a 24-SNAPSHOT as a first step in http://wiki.apache.org/commons/UsingNexus... With the HEAD of trunk, I can successfully do: mvn clean gpg:sign deploy -Ptest-deploy But not: mvn clean deploy -Prelease [ERROR] Failed to execute goal org.apache.m

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

2012-03-07 Thread Gilles Sadowski
Hi. > >Unless the code is re-released there's generally little need to > >update the site. > > > >> Do you think I can create such a page on the website? > > > >-1, that's not a suitable use for the web-site, which is primarily > >for > >end-users, not developers. > > > >Also, it's not trivial r

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

2012-03-07 Thread leandro . pezzente
>Unless the code is re-released there's generally little need to >update the site. > >> Do you think I can create such a page on the website? > >-1, that's not a suitable use for the web-site, which is primarily >for >end-users, not developers. > >Also, it's not trivial releasing the Math website

[ANNOUNCE] Commons Build Plugin 1.4

2012-03-07 Thread Gary Gregory
The Apache Commons team is pleased to announce the release of the Commons Build Plugin 1.4. The Commons Build Plugin is a Maven 2.x Ant Plugin used by Apache Commons builds. Version 1.4: 1. Fixes the announce mod_mbox link 2. Makes clear on the mailing list page that you have to be subscribed to

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

2012-03-07 Thread Gilles Sadowski
Hi Sébastien. Since you don't like Wiki ;-) and given the unsuitability of the web site for publishing "updating" comments, I think that the most flexible platform is JIRA; you can use its relationship between issues feature to create a good sense of priority. Also, you can edit and expand the "de

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Emmanuel Bourg
Le 07/03/2012 12:57, sebb a écrit : Since CSV is currently only a single package with very few classes, would it perhaps be suitable as a part of an existing Commons component? [csv] is still small but will probably increase in size as more features are integrated (like the bean mapping). I p

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread Torsten Curdt
> I still think it should be renamed, but I think I lost that battle. CSV is the name of the least surprise ...even if it supports e.g. TSV as well. I would keep the name just for user to find it. Especially as the line between CSV/TSV/TXT is quite blurry. > Since CSV is currently only a sing

Re: [VOTE] Promote [csv] to Commons proper

2012-03-07 Thread sebb
On 7 March 2012 07:04, Jörg Schaible wrote: > Ralph Goers wrote: > >> >> On Mar 6, 2012, at 8:51 PM, sebb wrote: >> >>> On 7 March 2012 01:43, James Carman wrote: I still think it should be renamed, but I think I lost that battle. >>> >>> Given the "release" by Solr, perhaps now would be a g

Re: svn commit: r1297393 - /commons/proper/chain/trunk/pom.xml

2012-03-07 Thread Simone Tripodi
just saw the commit, thanks! best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Mar 7, 2012 at 12:23 PM, sebb wrote: > On 7 March 2012 07:40, Simone Tripodi wrote: >> Hi Seb! >> +

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

2012-03-07 Thread sebb
2012/3/7 Sébastien Brisard : > Hi, > >>> If you like the Wiki system and you want to lead the work, then use your >>> favorite tool. >>> > > I've tried to play around with the Wiki system, and it certainly is > *not* my favorite tool... So another idea would be to keep the report > on the refactori

Re: svn commit: r1297393 - /commons/proper/chain/trunk/pom.xml

2012-03-07 Thread sebb
On 7 March 2012 07:40, Simone Tripodi wrote: > Hi Seb! > >>> + >>> +    2.12 >> >> Commons Parent 23 has >> >>    2.9 >> >> Would it work to override this instead? > > yeah! didn't notice it, it does! > >>> +        maven-surefire-report-plugin >>> +        ${surefire.version} >>> +         >>> +