Re: [vfs][all] move vfs to maven 2 to setup a vfs-sandbox

2006-10-14 Thread Mario Ivankovits
Hi Torsten! ...so the real question is is it ok to have a proper component use maven2 ...right? hehe didn't I ask this? Yes, thats the real question! As a compromise I can maintain the maven 1 build for the core only (using the maven 2 directory layout), and a maven 2 build for the

RE: Logging: SimpleLog not thread-safe

2006-10-14 Thread Simon Kitching
HI, On Fri, 2006-10-13 at 00:10 -0400, Kenneth Xu wrote: Yes, it'll be GC'ed when thread is. And initialized when first use in a new thread. Here is the test code: But if an application has long-running threads then the object won't be recycled until the thread dies. So an app with 100 threads

Re: Logging: SimpleLog not thread-safe

2006-10-14 Thread Stephen Colebourne
You could just take a private copy of FastDateFormat from commons-lang which is thread-safe. Might bloat your jar-file size though. Stephen Simon Kitching wrote: HI, On Fri, 2006-10-13 at 00:10 -0400, Kenneth Xu wrote: Yes, it'll be GC'ed when thread is. And initialized when first use in a

[jira] Commented: (LANG-285) Wish : method unaccent

2006-10-14 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/LANG-285?page=comments#action_12442273 ] Stephen Colebourne commented on LANG-285: - Sounds interesting. Does the uniode handling in Java provide this info? Perhaps on the Character class. Wish :

Re: commons-finder status?

2006-10-14 Thread Stephen Colebourne
This became the class DirectoryWalker in commons-io SVN (unreleased). DirectoryWalker is still being worked on, but the class is functional as-is. Stephen Joshua ChaitinPollak wrote: Hello, I am interested in using Commons Finder or something similar. Is someone using this code or is it

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

2006-10-14 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

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

2006-10-14 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

svn commit: r463909 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

2006-10-14 Thread scolebourne
Author: scolebourne Date: Sat Oct 14 03:20:27 2006 New Revision: 463909 URL: http://svn.apache.org/viewvc?view=revrev=463909 Log: Add serial version id and unify javadoc Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java Modified:

[jira] Closed: (IO-94) New NullnputStream NullReader implementations

2006-10-14 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-94?page=all ] Stephen Colebourne closed IO-94. Resolution: Fixed New NullnputStream NullReader implementations --- Key: IO-94

svn commit: r463913 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

2006-10-14 Thread scolebourne
Author: scolebourne Date: Sat Oct 14 04:08:13 2006 New Revision: 463913 URL: http://svn.apache.org/viewvc?view=revrev=463913 Log: Spelling, javadoc, variable names Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java Modified:

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

2006-10-14 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-10-14 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.

Re: Logging: SimpleLog not thread-safe

2006-10-14 Thread James Carman
Tomcat had this same issue a while back. It was trying to use a single SimpleDateFormat object to parse/format date-valued HTTP headers. I submitted the patch for it and I think we decided to just instantiate as needed. Local variables are garbage collected much more reliably from what I

[jira] Updated: (VFS-39) [VFS] read/write XML support

2006-10-14 Thread Benoit Callebaut (JIRA)
[ http://issues.apache.org/jira/browse/VFS-39?page=all ] Benoit Callebaut updated VFS-39: Attachment: vfs.patch This patch against the head SVN is not tested. Previous was tested so I don't expect any problem. Implementation notes: Added a new

[jira] Old comment sent by email ... entries

2006-10-14 Thread Rahul Akolkar
Anyone know what these are about? TIA, -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r463940 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/io/filefilter/FileFilterUtils.java src/test/org/apache/commons/io/filefilter/FileFilterTestCase

2006-10-14 Thread scolebourne
Author: scolebourne Date: Sat Oct 14 07:20:25 2006 New Revision: 463940 URL: http://svn.apache.org/viewvc?view=revrev=463940 Log: FileFilterUtils.makeDirectoryOnly/makeFileOnly - two new methods that decorate a file filter to make it apply to directories only or files only Modified:

svn commit: r463941 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFilterUtils.java

2006-10-14 Thread scolebourne
Author: scolebourne Date: Sat Oct 14 07:24:29 2006 New Revision: 463941 URL: http://svn.apache.org/viewvc?view=revrev=463941 Log: Javadoc and Group filter decoration methods together in the source file Modified:

svn commit: r463942 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/DirectoryWalker.java test/org/apache/commons/io/DirectoryWalkerTestCase.java

2006-10-14 Thread scolebourne
Author: scolebourne Date: Sat Oct 14 07:26:28 2006 New Revision: 463942 URL: http://svn.apache.org/viewvc?view=revrev=463942 Log: Add constructor to take directory and file filters separately Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

[jira] Commented: (CONFIGURATION-231) documentation: Get string returns null?

2006-10-14 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-231?page=comments#action_12442298 ] Oliver Heger commented on CONFIGURATION-231: You are right, the information you mention is not easily to find. WDYT, would @see tags in the

[jira] Commented: (CONFIGURATION-230) XPathExpressionEngine nodeKey method create a wrong key for attribute node

2006-10-14 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-230?page=comments#action_12442299 ] Oliver Heger commented on CONFIGURATION-230: Do you have a code snippet (or even better a unit test) that demonstrates the problem? We need to

[jira] Updated: (LANG-284) TextTable for printing a fixedlength columns format text tables

2006-10-14 Thread David Leal (JIRA)
[ http://issues.apache.org/jira/browse/LANG-284?page=all ] David Leal updated LANG-284: Attachment: TestTextTable.out Sample output TextTable for printing a fixedlength columns format text tables

[jira] Updated: (LANG-284) TextTable for printing a fixedlength columns format text tables

2006-10-14 Thread David Leal (JIRA)
[ http://issues.apache.org/jira/browse/LANG-284?page=all ] David Leal updated LANG-284: Attachment: TestTextTable.java Junit test. TextTable for printing a fixedlength columns format text tables

Re: [jira] Commented: (NET-114) [net] Unix parser not handling filenames beginning with whitespace

2006-10-14 Thread Steve Cohen
David Kocher (JIRA) wrote: [ http://issues.apache.org/jira/browse/NET-114?page=comments#action_12442207 ] David Kocher commented on NET-114: -- [[ Old comment, sent by email on Sun, 27 Aug 2006 16:53:31 +0200 (CEST) ]] (This is an automated

Re: [jira] Old comment sent by email ... entries

2006-10-14 Thread Craig McClanahan
On 10/14/06, Rahul Akolkar [EMAIL PROTECTED] wrote: Anyone know what these are about? There was a mail sent to JIRA admins about this ... guess it might have needed wider distribution. For a fairly long period of time, replies to JIRA's mails were getting lost in the weeds. The filtering

Re: Logging: SimpleLog not thread-safe

2006-10-14 Thread Simon Kitching
On Sat, 2006-10-14 at 08:07 -0400, James Carman wrote: Tomcat had this same issue a while back. It was trying to use a single SimpleDateFormat object to parse/format date-valued HTTP headers. I submitted the patch for it and I think we decided to just instantiate as needed. Local variables

svn commit: r464108 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/SimpleLog.java

2006-10-14 Thread skitching
Author: skitching Date: Sat Oct 14 20:11:19 2006 New Revision: 464108 URL: http://svn.apache.org/viewvc?view=revrev=464108 Log: Fix thread-safety bug (SimpleDateFormat.format is not thread-safe). Thanks to Martin Wilson of bright-interactive for the bug report. Modified:

Re: Logging: SimpleLog not thread-safe

2006-10-14 Thread Simon Kitching
After some thought, I've changed my mind about the solution. I think the best choice is instead to use a synchronized block: // Append date-time if so configured if(showDateTime) { Date now = new Date(); String dateText;