Re: svn commit: r826960 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-24 Thread Henri Yandell
On Sat, Oct 24, 2009 at 4:05 AM, Stephen Colebourne wrote: > bay...@apache.org wrote: >> >> URL: http://svn.apache.org/viewvc?rev=826960&view=rev >> Log: >> Moved identityToString(StringBuffer, Object) to >> identityToString(Appendable, Object) per LANG-542 >> @@ -178,13 +178,17 @@ >>      * @para

Re: [all] Problems running "mvn site" - anyone else seeing this?

2009-10-24 Thread Niall Pemberton
On Sat, Oct 24, 2009 at 9:11 PM, Dennis Lundberg wrote: > Niall Pemberton wrote: >> I'm hitting the following problem trying to build the site for a >> couple of components: >> >> http://maven.markmail.org/message/nwrpf3ym4wanajyq >> >> Tony's solution works for me (adding the commons lang depende

[exec] ThreadPool?

2009-10-24 Thread Ryan McKinley
Hello- I just switched from my own exec wrappers to commons exec, and it is much better -- thank you thank you! However, one thing I notice (especially while profiling) is that every task and watchdog gets a new Thread. This is ok -- but gets kinda overwhelming with lots of short lived processe

[SANSELAN] Delete old releases

2009-10-24 Thread sebb
The Sanselan source and binaries directories contained an old incubating release: apache-sanselan-incubating-0.94* The current version is 0.97, so I deleted the old files (they're still in archive.apache.org). - To unsubscribe

Re: [exec] Unable to finish release - no write perm in /www/www.apache.org/dist/commons/exec/binaries/

2009-10-24 Thread sebb
On 24/10/2009, Siegfried Goeschl wrote: > Hi folks, > > according to http://wiki.apache.org/commons/CreatingReleases - E.1 Copy > to "dist" I fail to copy the files > > [sgoes...@minotaur:/www/www.apache.org/dist/commons/exec/binaries]$ cp > > /www/people.apache.org/builds/commons/exec/1.0.1/

Re: [all] Problems running "mvn site" - anyone else seeing this?

2009-10-24 Thread Dennis Lundberg
Niall Pemberton wrote: > I'm hitting the following problem trying to build the site for a > couple of components: > > http://maven.markmail.org/message/nwrpf3ym4wanajyq > > Tony's solution works for me (adding the commons lang dependency to > the site plugin in the parent pom) - just wondered if

[Commons Wiki] Update of "CreatingReleases" by Siegfrie dGoeschl

2009-10-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "CreatingReleases" page has been changed by SiegfriedGoeschl. http://wiki.apache.org/commons/CreatingReleases?action=diff&rev1=37&rev2=38 --

[exec] Unable to finish release - no write perm in /www/www.apache.org/dist/commons/exec/binaries/

2009-10-24 Thread Siegfried Goeschl
Hi folks, according to http://wiki.apache.org/commons/CreatingReleases - E.1 Copy to "dist" I fail to copy the files [sgoes...@minotaur:/www/www.apache.org/dist/commons/exec/binaries]$ cp /www/people.apache.org/builds/commons/exec/1.0.1/RC5/staged/org/apache/commons/commons-exec/1.0.1/*bin* . cp:

Re: [CONFIGURATION] Which CombinedConfiguration

2009-10-24 Thread Ralph Goers
On Oct 24, 2009, at 8:28 AM, Oliver Heger wrote: I have now completed a major update of DefaultConfigurationBuilder to use the new combined.CombinedConfiguration class instead of the old one. DefaultConfigurationBuilder was the main cause for the existence of duplicated classes because i

Re: [lang] LazyInitializer

2009-10-24 Thread Oliver Heger
Stephen Colebourne schrieb: I believe that we should remove this class. The class performs no useful purpose, as there is a better way to use a separate class to create a value lazily: // Lazy initialization holder class idiom for static fields private static class FieldHolder { static f

Re: [CONFIGURATION] Which CombinedConfiguration

2009-10-24 Thread Oliver Heger
Ralph Goers schrieb: On Oct 12, 2009, at 12:38 PM, Oliver Heger wrote: Ralph Goers schrieb: On Oct 10, 2009, at 8:23 AM, Oliver Heger wrote: Ralph Goers schrieb: On Oct 7, 2009, at 10:54 PM, Oliver Heger wrote: ralph.goers @dslextreme.com schrieb: I'm trying to port my changes to fix CONFI

[lang] LazyInitializer

2009-10-24 Thread Stephen Colebourne
I believe that we should remove this class. The class performs no useful purpose, as there is a better way to use a separate class to create a value lazily: // Lazy initialization holder class idiom for static fields private static class FieldHolder { static final FieldType field = comput

Re: svn commit: r775045 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/ test/org/apache/commons/lang/builder/

2009-10-24 Thread Stephen Colebourne
bay...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=775045&view=rev Log: Genericizing per LANG-336. Removed two lines in the test that were trying to build a to string up to a class that was not in the hierarchy. The compiler now protects against this. > -public class ReflectionToSt

Re: svn commit: r826960 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-24 Thread Stephen Colebourne
bay...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=826960&view=rev Log: Moved identityToString(StringBuffer, Object) to identityToString(Appendable, Object) per LANG-542 @@ -178,13 +178,17 @@ * @param object the object to create a toString for * @since 2.4 */ -

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

2009-10-24 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