[GUMP@vmgump]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2010-08-09 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-jelly-tags-xml-test has an issue affecting its community integrat

[g...@vmgump]: Project commons-javaflow (in module commons-sandbox) failed

2010-08-09 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-javaflow has an issue affecting its community integration. This is

[GUMP@vmgump]: Project commons-jelly-tags-validate (in module commons-jelly) failed

2010-08-09 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-jelly-tags-validate has an issue affecting its community integrat

[VOTE] Release Commons Compress based on RC1

2010-08-09 Thread Christian Grobmeier
Hello, Commons Compress 1.1 is available for testing :-) Please have a look at it and vote. Note: this release has been made with Nexus and the new process described here: http://wiki.apache.org/commons/UsingNexus Tag: https://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compre

[Commons Wiki] Update of "UsingNexus" by ChristianGrobm eier

2010-08-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "UsingNexus" page has been changed by ChristianGrobmeier. The comment on this change is: changed site deploy section, corrected svn tagging section. http://wiki.apache.org/commons/

[g...@vmgump]: Project commons-io-test (in module apache-commons) failed

2010-08-09 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-io-test has an issue affecting its community integration. This iss

Re: where did commons-net-2.1 go...?

2010-08-09 Thread Henri Yandell
It was never released; how it ended up on ibiblio we don't know and we had the artifacts pulled. Hen On Mon, Aug 9, 2010 at 4:21 PM, Paul Brown wrote: > > I had a project that depended on commons-net:commons-net:2.1, and all was > well initially.  Then, another developer working on the same cod

where did commons-net-2.1 go...?

2010-08-09 Thread Paul Brown
I had a project that depended on commons-net:commons-net:2.1, and all was well initially. Then, another developer working on the same code reported build issues, and after some looking around, we couldn't find the 2.1 artifacts on the central repository or on the download site. What happened

Re: svn commit: r983137 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2010-08-09 Thread James Carman
On Mon, Aug 9, 2010 at 7:32 AM, sebb wrote: > Why not split the code into two methods: > > public static Map toMap(Map.Entry[] array) > and > public static Map toMap(Class keyType, Class > valueType, Object[][] array) > So, what would that make the "user" code look like? The whole reason for t

[Commons Wiki] Update of "UsingNexus" by Brian Fox

2010-08-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "UsingNexus" page has been changed by Brian Fox. http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=9&rev2=10 -- '''DRAFT

Re: [Math] Moving "LocalizedFormats" to package "exception.util"

2010-08-09 Thread Luc Maisonobe
Le 09/08/2010 18:51, Phil Steitz a écrit : > Gilles Sadowski wrote: >> Hi. >> >> As I proposed a few days ago, I'd like to move "Localizable", >> "LocalizedFormats" and "DummyLocalizable" to package "exception.util" >> (it's currently in package "exception"). Objections? >> > None from me, assuming

Re: svn commit: r983137 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2010-08-09 Thread Jörg Schaible
Matt Benson wrote: > > On Aug 9, 2010, at 7:08 AM, James Carman wrote: > >> On Mon, Aug 9, 2010 at 7:32 AM, sebb wrote: >>> Why not split the code into two methods: >>> >>> public static Map toMap(Map.Entry[] array) >>> and >>> public static Map toMap(Class keyType, Class >>> valueType, Obje

Re: [Math] Moving "LocalizedFormats" to package "exception.util"

2010-08-09 Thread Phil Steitz
Gilles Sadowski wrote: > Hi. > > As I proposed a few days ago, I'd like to move "Localizable", > "LocalizedFormats" and "DummyLocalizable" to package "exception.util" > (it's currently in package "exception"). Objections? > None from me, assuming these are all new since the last release; otherwis

Re: svn commit: r983709 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java

2010-08-09 Thread Matt Benson
Argh, sorry for the comment reformatting. Let me know if somebody feels they need me to revert and redo. -Matt On Aug 9, 2010, at 11:20 AM, mben...@apache.org wrote: > Author: mbenson > Date: Mon Aug 9 16:20:54 2010 > New Revision: 983709 > > URL: http://svn.apache.org/viewvc?rev=983709&view

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Dennis Lundberg
On 2010-08-09 17:30, Christian Grobmeier wrote: > Just looked at the site plugin. There is a chance we could use mvn > site:stage for this task: > http://maven.apache.org/plugins/maven-site-plugin/usage.html > > One can stage with: > mvn site:stage-deploy -DstagingDirectory=C:\fullsite > -Dstaging

[Math] Moving "LocalizedFormats" to package "exception.util"

2010-08-09 Thread Gilles Sadowski
Hi. As I proposed a few days ago, I'd like to move "Localizable", "LocalizedFormats" and "DummyLocalizable" to package "exception.util" (it's currently in package "exception"). Objections? Gilles - To unsubscribe, e-mail: dev-u

Re: svn commit: r983137 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2010-08-09 Thread Matt Benson
On Aug 9, 2010, at 7:08 AM, James Carman wrote: > On Mon, Aug 9, 2010 at 7:32 AM, sebb wrote: >> Why not split the code into two methods: >> >> public static Map toMap(Map.Entry[] array) >> and >> public static Map toMap(Class keyType, Class >> valueType, Object[][] array) >> >> Both methods

Re: [lang] CharSequenceUtils

2010-08-09 Thread Matt Benson
On Aug 8, 2010, at 7:53 PM, James Carman wrote: > +1. I'm good with that. I think that's where most people would tend > to look. I would doubt if most folks even know that the CharSequence > interface exists. > Add my +1 to the pile. -Matt > On Sun, Aug 8, 2010 at 7:33 PM, Henri Yandell w

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Christian Grobmeier
Just looked at the site plugin. There is a chance we could use mvn site:stage for this task: http://maven.apache.org/plugins/maven-site-plugin/usage.html One can stage with: mvn site:stage-deploy -DstagingDirectory=C:\fullsite -DstagingSiteURL=scp://www.mycompany.com/www/project/ or with:

Re: svn commit: r979842 - /commons/proper/proxy/branches/version-2.0-work/core/pom.xml

2010-08-09 Thread Matt Benson
On Aug 8, 2010, at 12:58 PM, sebb wrote: > On 27 July 2010 21:21, wrote: >> Author: mbenson >> Date: Tue Jul 27 20:21:24 2010 >> New Revision: 979842 >> >> URL: http://svn.apache.org/viewvc?rev=979842&view=rev >> Log: >> mark lang3 as non-optional until/unless I can figure out how to make a >

Page 3377 deleted from Commons Wiki

2010-08-09 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page "Commons Wiki" for change notification. The page "3377" has been deleted by sebbapache. The comment on this change is: Spam. http://wiki.apache.org/jakarta-commons/3377 - To uns

Re: svn commit: r983137 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2010-08-09 Thread Siegfried Goeschl
Hi James, we are paying attention but it is hard to provide useful comments if you are distracted with payed work ... :-) As far as I understand the discussion I would lean towards Sebastion reasoning - but still wondering how he finds the time to review every single commit ... :-) Cheers,

Re: svn commit: r983137 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2010-08-09 Thread James Carman
On Mon, Aug 9, 2010 at 7:32 AM, sebb wrote: > Why not split the code into two methods: > > public static Map toMap(Map.Entry[] array) > and > public static Map toMap(Class keyType, Class > valueType, Object[][] array) > > Both methods can be made type-safe. > Well, we did just bump the version

Re: svn commit: r983219 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsTest.java

2010-08-09 Thread sebb
On 9 August 2010 04:52, James Carman wrote: > On Sun, Aug 8, 2010 at 11:39 PM, sebb wrote: >> IMO the tests are now less stringent, e.g. they no longer distinguish >> leading string parameters from varargs when calling >> StringUtils.startsWithAny. >> > > And, neither would the user's code.  We'r

Re: svn commit: r983137 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java

2010-08-09 Thread sebb
On 9 August 2010 04:45, James Carman wrote: > On Sun, Aug 8, 2010 at 10:04 PM, sebb wrote: >> >> Yes. >> >> But the current change makes it harder to find errors. >> >> Previously, the compiler would warn about unsafe casts; with the >> current implementation the warnings are suppressed. >> IMO t

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Torsten Curdt
>> Hate the stored passwords though :) > > I wondered always about this argument, since nobody cares that his private > keys are kept in ".ssh" ;-) The private keys are (at least) protected by the passphrase. You are not seriously trying to argue about whether plain-text passwords are a good idea

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Jörg Schaible
Hi Torsten, Torsten Curdt wrote: >> I just configured everything for Nexus and successfully created a >> snapshot: >> https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons- compress/1.1-SNAPSHOT/ > > Cool > >> The how to i followed: >> http://wiki.apache.org/c

Re: svn commit: r983219 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsTest.java

2010-08-09 Thread Jörg Schaible
sebb wrote: > On 8 August 2010 22:34, James Carman wrote: >> To make sure I'm actually passing in the exact same values (by letting >> the compiler create the arrays using the varargs feature) I added the >> following output to the startsWithAny() method: >> >> System.out.println("startsWithAny()