svn commit: r453889 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/io/FileSystemUtils.java src/test/org/apache/commons/io/FileSystemUtilsTestCase.java

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 04:56:25 2006 New Revision: 453889 URL: http://svn.apache.org/viewvc?view=revrev=453889 Log: IO-93 - FileSystemUtils - Fixed resource leak leading to 'Too many open files' error - Previously did not destroy Process instances (as JDK Javadoc is so poor) -

[jira] Resolved: (IO-93) FileSystemUtils needs to call Process.destroy() on exec'd processes

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-93?page=all ] Stephen Colebourne resolved IO-93. -- Resolution: Fixed Was more complicated than I expeted. I have coded a solution, however it really seems that Process in the JDK is basically rubbish. Anyway,

svn commit: r453893 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/io/IOUtils.java

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 05:52:32 2006 New Revision: 453893 URL: http://svn.apache.org/viewvc?view=revrev=453893 Log: IO-84 - IOUtils.copy - Comment about result byte/char count being limited to an int, thus being inacurate for large streams Modified:

[jira] Commented: (IO-84) Many classes are limited to length of stream 2 GB, and behave incorrectly on larger streams

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-84?page=comments#action_12440661 ] Stephen Colebourne commented on IO-84: -- This issue only affects IOUtils.copy(InputStream,OutputStream) IOUtils.copy(Reader, Writer) Comment added to these

svn commit: r453895 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 05:56:20 2006 New Revision: 453895 URL: http://svn.apache.org/viewvc?view=revrev=453895 Log: Fix id tag Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java Modified:

svn commit: r453896 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 05:58:38 2006 New Revision: 453896 URL: http://svn.apache.org/viewvc?view=revrev=453896 Log: Fix id tag Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java Modified:

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

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-56?page=all ] Stephen Colebourne closed IO-56. Resolution: Fixed No feedback, so closing as complete in rv439102 for v1.3 [io] FileCleaner - delete non empty directories

[jira] Updated: (IO-86) Add DirectoryWalker based on FileFinder

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-86?page=all ] Stephen Colebourne updated IO-86: - Component/s: Utilities Add DirectoryWalker based on FileFinder --- Key: IO-86 URL:

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

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-70?page=all ] Stephen Colebourne closed IO-70. Resolution: Fixed No feedback so losing as fixed in rv439102 for v1.3. [io] Add a secureDelete method to FileUtils.java

svn commit: r453903 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/FileDeleteStrategy.java test/org/apache/commons/io/PackageTestSuite.java

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 06:47:06 2006 New Revision: 453903 URL: http://svn.apache.org/viewvc?view=revrev=453903 Log: Add tests for FileDeleteStrategy Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java

svn commit: r453906 - /jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 06:53:09 2006 New Revision: 453906 URL: http://svn.apache.org/viewvc?view=revrev=453906 Log: Add tests for FileDeleteStrategy Added: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java (with props) Added:

[jira] Updated: (IO-92) Add DeferredPeriodicOutputStream

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-92?page=all ] Stephen Colebourne updated IO-92: - Summary: Add DeferredPeriodicOutputStream (was: new ThresholdingOutputStream implementation) Issue Type: New Feature (was: Improvement)

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

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

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

2006-10-07 Thread scolebourne
Author: scolebourne Date: Sat Oct 7 08:15:26 2006 New Revision: 453928 URL: http://svn.apache.org/viewvc?view=revrev=453928 Log: Add cancellation support to DirectoryWalker Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

[jira] Commented: (IO-86) Add DirectoryWalker based on FileFinder

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-86?page=comments#action_12440679 ] Stephen Colebourne commented on IO-86: -- I've comitted a change for cancellation based on this patch but without the exception. I used a boolean instead. It also

[jira] Commented: (IO-86) Add DirectoryWalker based on FileFinder

2006-10-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-86?page=comments#action_12440680 ] Stephen Colebourne commented on IO-86: -- Next question. What about exceptions, notably IOException, which is a checked exception. Should DirectoryWalker - allow

Re: Release of Commons POM?

2006-10-07 Thread Phil Steitz
On 10/6/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, as already discussed in http://marc.theaimsgroup.com/?t=11571905414 I would like to approach a release of the commons POM. - At the time of the above thread, the maven-changes-plugin was available as a snapshot release only.

svn commit: r454001 - /jakarta/commons/trunks-proper/pom.xml

2006-10-07 Thread jochen
Author: jochen Date: Sat Oct 7 12:53:56 2006 New Revision: 454001 URL: http://svn.apache.org/viewvc?view=revrev=454001 Log: Replacing the resource for LICENSE.txt and NOTICE.txt with a use of the maven-antrun-plugin. This allows to use the maven-source-plugin, which has a bug, if a resource is

Re: Release of Commons POM?

2006-10-07 Thread Jochen Wiedmann
On 10/7/06, Phil Steitz [EMAIL PROTECTED] wrote: Therefore, I propose to replace resources ... /resources with plugin ... artifactIdmaven-antrun-plugin/artifactId ... /plugin +1 Done. There is one additional issue, which I do have myself.

Re: [DBCP] Why Not Supported? BasicDataSource.getConnection(String username, String password)

2006-10-07 Thread Phil Steitz
On 10/3/06, Mark Barnes [EMAIL PROTECTED] wrote: Hi, All - I originally submitted this to Commons User some time ago, but no reply. I know that method org.apache.commons.dbcp.BasicDataSource.getConnection(String username, String password) winds up throwing an UnsuppoterdOperationException

[jira] Commented: (VFS-45) [VFS] New provider: crypt

2006-10-07 Thread John Didion (JIRA)
[ http://issues.apache.org/jira/browse/VFS-45?page=comments#action_12440709 ] John Didion commented on VFS-45: It just uses the JCE...it does not implement any cryptographic algorithm of its own. So it should not be effected by export laws. I

Re: Release of Commons POM?

2006-10-07 Thread Phil Steitz
On 10/7/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 10/7/06, Phil Steitz [EMAIL PROTECTED] wrote: Therefore, I propose to replace resources ... /resources with plugin ... artifactIdmaven-antrun-plugin/artifactId ... /plugin +1 Done.