Re: svn commit: r489734 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java

2006-12-23 Thread Oliver.Heger
AFAIK the Boolean.valueOf(boolean) method is available since JDK 1.4 only. I think [lang] is intended to support earlier JDKs, too. Oliver [EMAIL PROTECTED] wrote: Author: bayard Date: Fri Dec 22 11:31:28 2006 New Revision: 489734 URL: http://svn.apache.org/viewvc?view=revrev=489734 Log:

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2006-12-23 Thread James Strachan
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 [EMAIL PROTECTED] Project commons-betwixt has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2006-12-23 Thread James Strachan
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 [EMAIL PROTECTED] Project commons-betwixt has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-12-23 Thread commons-jelly-tags-jsl development
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 [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-12-23 Thread commons-jelly-tags-jsl development
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 [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2006-12-23 Thread commons-jelly-tags-fmt development
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 [EMAIL PROTECTED] Project commons-jelly-tags-fmt-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2006-12-23 Thread commons-jelly-tags-fmt development
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 [EMAIL PROTECTED] Project commons-jelly-tags-fmt-test has an issue affecting its community integration.

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Rory Winston
Steve The problem was with TelnetClient's reader thread blocking on read() and locking up - to be honest, I have yet to figure out exactly what caused the deadlock, but one of the initial changes I made on the 2.0 branch was to refactor FTPClient so it extended SocketClient directly, and thus

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Rory Winston
Henri Thats a very good suggestion - I'll try and remember that for future reference! Cheers Rory Henri Yandell wrote: This might be because I spend a lot of my day reading open source JIRAs/Bugzillas; but it's really nice to tie the svn commit to the JIRA issue. Technically JIRA is meant

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC10

2006-12-23 Thread Phil Steitz
Sorry I lost the top message, but I am +1 for releasing commons-vfs 1.0 based on RC10. Great work, Mario! Phil On 12/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: +1 ;-) --- Mario - To unsubscribe, e-mail: [EMAIL

Re: [VOTE] Luc Maisonobe as Jakarta Commons committer

2006-12-23 Thread Brent Worden
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r489906 - in /jakarta/commons/proper/configuration/trunk: project.properties project.xml

2006-12-23 Thread oheger
Author: oheger Date: Sat Dec 23 09:36:12 2006 New Revision: 489906 URL: http://svn.apache.org/viewvc?view=revrev=489906 Log: Updated dependency to lang 2.2, minor site improvements Modified: jakarta/commons/proper/configuration/trunk/project.properties

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Mario Ivankovits
Hi! I do the following: * Include the Bugzilla/JIRA number in the svn commit. * Copy and paste the svn commit lines into the JIRA comment. I bet I'd have seen JIRA doing such thing automatically if you add the JIRA-xxx bug number in the commit message. I've seen that JIRA automatically lists

Re: [VOTE] Luc Maisonobe as Jakarta Commons committer

2006-12-23 Thread J.Pietschmann
Phil Steitz wrote: [X] +1 Let him commit! [ ] +0 [ ] -0 [ ] -1 No, because... I hope this will boost [math] considerably! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2006-12-23 Thread James Strachan
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 [EMAIL PROTECTED] Project commons-betwixt has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2006-12-23 Thread James Strachan
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 [EMAIL PROTECTED] Project commons-betwixt has an issue affecting its community integration. This issue

Re: svn commit: r489734 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java

2006-12-23 Thread Henri Yandell
Looks like it was there in 1.3: http://java.sun.com/j2se/1.3/docs/api/java/lang/Boolean.html#valueOf(java.lang.String) However there's a bug in JDK 1.2 (so it was there in 1.2, but not very good). http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200601.mbox/[EMAIL PROTECTED] So

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Henri Yandell
On 12/23/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I do the following: * Include the Bugzilla/JIRA number in the svn commit. * Copy and paste the svn commit lines into the JIRA comment. I bet I'd have seen JIRA doing such thing automatically if you add the JIRA-xxx bug number in the