svn commit: r421150 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI12Test.java

2006-07-12 Thread bayard
Author: bayard Date: Tue Jul 11 23:06:07 2006 New Revision: 421150 URL: http://svn.apache.org/viewvc?rev=421150view=rev Log: Unit test created by Andrew Shirley (see CLI-12) added to show that the issue does not crop up in the CLI 2 API. Added:

[jira] Resolved: (CLI-12) [cli] Not handling property=value followed by 'remaining' args

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CLI-12?page=all ] Henri Yandell resolved CLI-12: -- Resolution: Fixed Unit test applied to 2.0 svn ci -m Unit test created by Andrew Shirley (see CLI-12) added to show that the issue does not crop up in the CLI

svn commit: r421154 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI12Test.java

2006-07-12 Thread bayard
Author: bayard Date: Tue Jul 11 23:09:02 2006 New Revision: 421154 URL: http://svn.apache.org/viewvc?rev=421154view=rev Log: Fix copyright year. Though I think we'll stop doing this pretty soon Modified: jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI12Test.java

svn commit: r421163 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI80Test.java

2006-07-12 Thread bayard
Author: bayard Date: Tue Jul 11 23:21:58 2006 New Revision: 421163 URL: http://svn.apache.org/viewvc?rev=421163view=rev Log: Unit test created by Andrew Shirley (see CLI-80) added to show that the issue of allowing repeated options does not crop up in the CLI 2 API. Added:

[jira] Resolved: (CLI-80) [cli] support validation for one/many values

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CLI-80?page=all ] Henri Yandell resolved CLI-80: -- Resolution: Fixed Test added to 2.0 to show that the issue does not exist there. svn ci -m Unit test created by Andrew Shirley (see CLI-80) added to show that

[jira] Created: (IO-83) Bug with 'df' command on AIX 5.3

2006-07-12 Thread Henri Yandell (JIRA)
Bug with 'df' command on AIX 5.3 Key: IO-83 URL: http://issues.apache.org/jira/browse/IO-83 Project: Commons IO Type: Bug Reporter: Henri Yandell Attachments: FileSystemUtils.java Reported via commons-owner@

[jira] Updated: (IO-83) Bug with 'df' command on AIX 5.3

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-83?page=all ] Henri Yandell updated IO-83: Attachment: FileSystemUtils.java Bug with 'df' command on AIX 5.3 Key: IO-83 URL:

Re: [io] Re: FW: New AIX fix? (fwd)

2006-07-12 Thread Henri Yandell
http://issues.apache.org/jira/browse/IO-83 On 7/11/06, Stephen Colebourne [EMAIL PROTECTED] wrote: The text attachment got lost :-( Stephen Henri Yandell wrote: -- Forwarded message -- Date: Tue, 11 Jul 2006 05:58:24 -0700 From: James Urie [EMAIL PROTECTED] To: [EMAIL

Re: [VFS] accessing FileObjects from different threads

2006-07-12 Thread Filip Defoort
Saw some fixes in the latest svn trunk -- I believe those address the problem I was having Keeping fingers crossed... - Filip Filip Defoort wrote: Hi, I'm accessing VFS FileObjects from different threads and running into some synchronization problems (using the ON_RESOLVE cache

svn commit: r421169 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs: ./ impl/ provider/

2006-07-12 Thread imario
Author: imario Date: Tue Jul 11 23:56:56 2006 New Revision: 421169 URL: http://svn.apache.org/viewvc?rev=421169view=rev Log: added a way to decorate all fileObjects. Implement stuff to decorate a fileObject with a SynchronizedFileObject guy which might be helpful in multi-threaded environments

[jira] Resolved: (CLI-86) [cli] more structured exceptions

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CLI-86?page=all ] Henri Yandell resolved CLI-86: -- Resolution: Fixed If you look at: http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli2/OptionException.java You'll

Re: [VFS] accessing FileObjects from different threads

2006-07-12 Thread Mario Ivankovits
Hi Filip, nice to read you again. Sometimes, the FileObject gets detached while it's still being used by another thread causing exceptions and sometimes the FileObject go into a deadlock. As you already noticed ( you are bleedingly fast) :-) I committed a try to fix this issue. Maybe if you

Re: [DbUtils] Generic BasicRowProcessor toBeanList

2006-07-12 Thread Thomas Mueller
You would lose backwards compatibility with 1.3 and 1.4. Sure, at least at compile time (I'm sure about runtime, as I said I'm not a generics expert). The 'generic' version(s) could be in another package or class clearly marked as that. For example

Re: [VFS] accessing FileObjects from different threads

2006-07-12 Thread Filip Defoort
Hi Mario, Indeed -- it's been a while again... too little time, too many things to do; but I keep coming back to VFS :-D. Still would love to find the time to improve the normalization... It's primarily reads of metadata about the FileObjects that I think are causing the problems

svn commit: r421183 - in /jakarta/commons/proper/attributes/trunk: api/project.xml compiler/project.xml plugin/project.xml project.xml unittest/project.xml

2006-07-12 Thread bayard
Author: bayard Date: Wed Jul 12 01:04:13 2006 New Revision: 421183 URL: http://svn.apache.org/viewvc?rev=421183view=rev Log: Moved back to the commons-attributes groupId instead of the future org.apache.commons groupId Modified: jakarta/commons/proper/attributes/trunk/api/project.xml

Re: [attributes] Planning a release

2006-07-12 Thread Henri Yandell
On 7/10/06, Leo Sutic [EMAIL PROTECTED] wrote: On 7/10/06, Henri Yandell [EMAIL PROTECTED] wrote: On 7/9/06, Leo Sutic [EMAIL PROTECTED] wrote: Getting 2.2 out would be a nice endcap, and if you could just get the thing out in accordance with specs, that would be absolutely fantastic.

[jira] Resolved: (ATTRIBUTES-7) Update the site to reflect the new groupId in the maven build

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/ATTRIBUTES-7?page=all ] Henri Yandell resolved ATTRIBUTES-7: Resolution: Fixed Moved groupId back to commons-attributes. Update the site to reflect the new groupId in the maven build

[dbcp] nojdbc3 build not available using maven build

2006-07-12 Thread Nicolas De Loof
Hello, I'm using commons-dbcp on a Java1.3 environment and so I'm required to recompile it with source modification to comment JDBC3 code. ant build has a jdbc3 detection task, but maven build has no equivalent. Maybe a sourceModification element can be used to add this, but AKAIF it uses

svn commit: r421200 - in /jakarta/commons/proper/attributes/trunk/site: etc/maven_demo/maven.xml xdocs/index.xml

2006-07-12 Thread dennisl
Author: dennisl Date: Wed Jul 12 02:18:49 2006 New Revision: 421200 URL: http://svn.apache.org/viewvc?rev=421200view=rev Log: Change the download links for the plugin to go to the ASF repository Modified: jakarta/commons/proper/attributes/trunk/site/etc/maven_demo/maven.xml

Re: [Attributes] Leaving project

2006-07-12 Thread Leo Sutic
On 7/9/06, Henri Yandell [EMAIL PROTECTED] wrote: On 7/9/06, Leo Sutic [EMAIL PROTECTED] wrote: Bugfixes and a move to qdox instead of xjavadoc to parse source files. Why the qdox move? (just in case I have to write the release notes :) ). I ran into some parsing errors with xjavadoc. In

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

2006-07-12 Thread commons-jelly 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 has an issue affecting its community integration. This issue

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

2006-07-12 Thread commons-jelly 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 has an issue affecting its community integration. This issue

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

2006-07-12 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

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

2006-07-12 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

Re: [jira] Commented: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-12 Thread Phil Steitz
I looked at this some more last night and now agree that if you are just computing SSE, scoring the data and running that one sum in a second pass should in general be more accurate. The problem is, as Luc pointed out, the need to store all of the data and I don't see any way around that. If

Re: [jira] Commented: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-12 Thread luc . maisonobe
Selon Phil Steitz [EMAIL PROTECTED]: I am still -0 on adding a separate stateful impl, but could be convinced if others feel differently and someone is willing to volunteer to research, code, doc and write tests for it. I have no personal opinion on this subject. I only think that if users

Re: [Commons-Math] FFT Support

2006-07-12 Thread Remi Arntzen
On 7/4/06, Phil Steitz [EMAIL PROTECTED] wrote: Hi Rem[i], On 7/2/06, Remi Arntzen [EMAIL PROTECTED] wrote: I was just wondering if there are other people with an interest in developing an FFT class. Yes! This has been on the roadmap for commons math for quite a while. I just committed an

Re: [VFS] accessing FileObjects from different threads

2006-07-12 Thread Filip Defoort
Hi Mario, Follow-up on today's testing: indeed, no more deadlock problems. Yeah! I did notice one thing, that is that the behaviour of FileObject.listChildren() seems to have changed. It now throw an exception when you do a list children on a file (as opposed to a folder). I believe it simply

[jira] Updated: (IO-47) Some Utils-classes are final

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-47?page=all ] Henri Yandell updated IO-47: Bugzilla Id: (was: 28978) Fix Version: 1.1 Some Utils-classes are final Key: IO-47 URL:

[jira] Updated: (IO-45) FileUtils.touch() replaces file with an empty file.

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-45?page=all ] Henri Yandell updated IO-45: Bugzilla Id: (was: 29821) Fix Version: 1.1 FileUtils.touch() replaces file with an empty file. --- Key:

[jira] Updated: (IO-44) [io] Enhance LockableFileWriter to handle different character endocings.

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-44?page=all ] Henri Yandell updated IO-44: Bugzilla Id: (was: 36825) Fix Version: 1.1 [io] Enhance LockableFileWriter to handle different character endocings.

[jira] Commented: (MODELER-15) [modeler] IntrospectionUtils memory leak

2006-07-12 Thread Bill Barker (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-15?page=comments#action_12420718 ] Bill Barker commented on MODELER-15: It's resolved as far as Modeler is concerned. There needs to be some minor changes in Tomcat for it to have any effect. [modeler]

[jira] Commented: (MODELER-15) [modeler] IntrospectionUtils memory leak

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-15?page=comments#action_12420727 ] Henri Yandell commented on MODELER-15: -- Is there any issue to that effect within Tomcat's bugzilla that I can point to when I resolve this one? [modeler]

[jira] Updated: (DBCP-28) [dbcp][PATCH] Connection leak in PoolableConnection.close() (Oracle 10g driver)

2006-07-12 Thread Philippe Mouawad (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-28?page=all ] Philippe Mouawad updated DBCP-28: - Attachment: ShowsBasicDataSourceBadNumActiveIfNoCheckForIsClosedAndDoubleClose.java ShowsLeaksIfCheckForIsClosed.java

[jira] Commented: (DBCP-3) [dbcp] PoolableConnection.close() won't allow multiple close

2006-07-12 Thread Philippe Mouawad (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-3?page=comments#action_12420734 ] Philippe Mouawad commented on DBCP-3: - See Comment of [Philippe Mouawad] 12/Jul/06 09:19 PM for a problem that occurs if this bug is not corrected.

[jira] Created: (DBCP-193) BasicDataSource returns negative values for NumActive when Oracle Driver Connection#isClosed return true (End of file communication on CHannel)

2006-07-12 Thread Philippe Mouawad (JIRA)
BasicDataSource returns negative values for NumActive when Oracle Driver Connection#isClosed return true (End of file communication on CHannel) ---

[jira] Updated: (DBCP-193) BasicDataSource returns negative values for NumActive when Oracle Driver Connection#isClosed return true (End of file communication on CHannel)

2006-07-12 Thread Philippe Mouawad (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-193?page=all ] Philippe Mouawad updated DBCP-193: -- Attachment: ShowsBasicDataSourceBadNumActiveIfNoCheckForIsClosedAndDoubleClose.java ShowsLeaksIfCheckForIsClosed.java

[all] maven2 pom.xml files of commons

2006-07-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I used maven2 and a lot of the maven commons in some projects. To me it seems that there are various mistakes in the POMs of some projects of the commons. The major one is that junit is added with scope compile (default) instead of test. I

Re: [all] maven2 pom.xml files of commons

2006-07-12 Thread Dennis Lundberg
Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I used maven2 and a lot of the maven commons in some projects. To me it seems that there are various mistakes in the POMs of some projects of the commons. The major one is that junit is added with scope compile

ApacheCon EU talk?

2006-07-12 Thread Henri Yandell
Torsten - how'd the talk go in Dublin? Many attendees? Are your slides online anywhere? Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MODELER-15) [modeler] IntrospectionUtils memory leak

2006-07-12 Thread Bill Barker (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-15?page=comments#action_12420768 ] Bill Barker commented on MODELER-15: A quick search of BZ doesn't show any (and I don't remember seeing one come through [EMAIL PROTECTED]). I think that Chris actually

[io] Moving Finder to sandbox?

2006-07-12 Thread Henri Yandell
While digging through the resolved Jira issues, I noticed that people had actually used and offered improvements for the finder code. Does anyone mind if I move it into the sandbox and set it up as a separate component? Hen -

[jira] Updated: (IO-2) [IO] FilenameUtils.catPath cannot handle \

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-2?page=all ] Henri Yandell updated IO-2: --- Bugzilla Id: (was: 27612) Fix Version: 1.0 [IO] FilenameUtils.catPath cannot handle \ Key: IO-2 URL:

[jira] Updated: (IO-1) [io] API doc of FileUtils.forceMkdir(File) should mention that parent dirs are created if required

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-1?page=all ] Henri Yandell updated IO-1: --- Bugzilla Id: (was: 36317) Fix Version: 1.1 [io] API doc of FileUtils.forceMkdir(File) should mention that parent dirs are created if required

[jira] Updated: (IO-51) [io] new throttled input and output stream classes

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-51?page=all ] Henri Yandell updated IO-51: Bugzilla Id: (was: 30667) Fix Version: 1.3 We should either add to 1.3, or decide that it's not suitable for IO and WONTFIX. [io] new throttled input and output

[jira] Updated: (IO-70) [io] Add a secureDelete method to FileUtils.java

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-70?page=all ] Henri Yandell updated IO-70: Bugzilla Id: (was: 32144) Fix Version: 1.3 Consider whether FileCleaner could open up a callback for the delete and do so in 1.3, or close as a WONTFIX. [io] Add a

[jira] Resolved: (MODELER-15) [modeler] IntrospectionUtils memory leak

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/MODELER-15?page=all ] Henri Yandell resolved MODELER-15: -- Resolution: Fixed [modeler] IntrospectionUtils memory leak Key: MODELER-15 URL:

[jira] Updated: (IO-66) [IO] FilenameFilter that uses regular expressions (upload)

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-66?page=all ] Henri Yandell updated IO-66: Bugzilla Id: (was: 32761) Fix Version: 1.3 Commonly requested. Would mean moving the JVM version to 1.3 to pick up the regexp, or adding a dependency on ORO. I

[jira] Updated: (IO-56) [io] FileCleaner - delete non empty directories

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-56?page=all ] Henri Yandell updated IO-56: Bugzilla Id: (was: 33759) Fix Version: 1.3 Seems valid. [io] FileCleaner - delete non empty directories ---

[jira] Updated: (IO-77) [io] add a convenience FileUtils.move(File src, File dest)

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-77?page=all ] Henri Yandell updated IO-77: Bugzilla Id: (was: 35140) Fix Version: 1.3 [io] add a convenience FileUtils.move(File src, File dest) --

[jira] Updated: (IO-17) [io] delete in FileUtils sometimes fails on Windows

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-17?page=all ] Henri Yandell updated IO-17: Bugzilla Id: (was: 35463) Fix Version: 1.3 New Ant url is: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Delete.java?view=markup

[jira] Updated: (IO-65) [io] move Location and Locator to commons io

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-65?page=all ] Henri Yandell updated IO-65: Bugzilla Id: (was: 35818) Fix Version: 1.3 Review for 1.3 (and before release move to 1.4 as a fixVersion until the day when it's fully absorbed :) ). [io] move

[jira] Updated: (IO-71) [io] PipedUtils

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-71?page=all ] Henri Yandell updated IO-71: Bugzilla Id: (was: 35867) Fix Version: 1.3 [io] PipedUtils --- Key: IO-71 URL: http://issues.apache.org/jira/browse/IO-71

[jira] Resolved: (IO-76) [io] Utility to change file access permissions

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-76?page=all ] Henri Yandell resolved IO-76: - Resolution: Won't Fix Would require non-JVM resources (ie: Process calls), so unless someone offers the code up I don't think we should be working hard to increase

[jira] Updated: (IO-79) [IO][PATCH] - file and directory pollers

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-79?page=all ] Henri Yandell updated IO-79: Bugzilla Id: (was: 38093) Fix Version: 1.3 Surprised we've not got pollers already. Definite +1 for 1.3. [IO][PATCH] - file and directory pollers

[jira] Updated: (IO-74) [io] A new file filter - RegexFilter

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-74?page=all ] Henri Yandell updated IO-74: Bugzilla Id: (was: 38445) Fix Version: 1.3 Consider this in the next release (along with the other regex filter) and accepting a dependency on Java 1.4. [io] A new

[jira] Updated: (IO-46) [io] Find file in classpath

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-46?page=all ] Henri Yandell updated IO-46: Bugzilla Id: (was: 38523) Fix Version: 1.3 Decide whether or not to take this by release of 1.3. [io] Find file in classpath ---

[jira] Updated: (IO-54) [io] File checksum

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-54?page=all ] Henri Yandell updated IO-54: Bugzilla Id: (was: 39336) Fix Version: 1.3 Putting on the 1.3 list. Yes Codec does Checksums already, but not for Files. Given that it's mostly in the JVM, I don't

[jira] Updated: (IO-82) Test takes a long time to run in Mustang

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-82?page=all ] Henri Yandell updated IO-82: Fix Version: 1.3 Putting in 1.3. Punt to 1.4 if 1.3 goes out before a stable Mustang is available. Test takes a long time to run in Mustang

[jira] Updated: (IO-83) Bug with 'df' command on AIX 5.3

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-83?page=all ] Henri Yandell updated IO-83: Fix Version: 1.3 Description: Reported via commons-owner@ From: James Urie Sent: Tuesday, July 11, 2006 8:51 AM To:

[jira] Resolved: (IO-29) [io] NPE in FileUtils.listFiles(dir, extensions, recursive)

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-29?page=all ] Henri Yandell resolved IO-29: - Resolution: Cannot Reproduce Going with Martin's cannot reproduce as a resolution. [io] NPE in FileUtils.listFiles(dir, extensions, recursive)

[all] JIRA straightening out

2006-07-12 Thread Henri Yandell
As you've noticed, IO is now pretty much in a 'everything has a fix version' state. The only exception are Finder issues, which I'd like to move to the sandbox, and a general issue that I should probably move from IO over to SITE (deploying javadoc/source for Commons jars). When modifying

RE: [jira] Updated: (IO-83) Bug with 'df' command on AIX 5.3

2006-07-12 Thread James Urie
Hi Henri, I have AIX and I reported it. The code I gave was just the quick fix I used to solve the problem in the interm. Basically, adding the P switch as in: df -kP solves the problem. The AIX man pages identified this as a POSIX switch, which makes sense. It solved my problem although

[jira] Resolved: (LANG-273) Heuristic date/time parser

2006-07-12 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-273?page=all ] Henri Yandell resolved LANG-273: Resolution: Won't Fix Generally we're trying to avoid getting any further into date/time code. It's a bit of a sticky mess. Instead we point people towards

[jira] Commented: (IO-17) [io] delete in FileUtils sometimes fails on Windows

2006-07-12 Thread Joerg Schaible (JIRA)
[ http://issues.apache.org/jira/browse/IO-17?page=comments#action_12420789 ] Joerg Schaible commented on IO-17: -- Same from me: Using System.gc() in a library method is a no-no! If you cannot delete the file, it simply means, someone did not close it. So