On 10/7/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote:
On 10/7/06, Phil Steitz <[EMAIL PROTECTED]> wrote:
> > Therefore, I propose to replace
> >
...
> >
> > with
> >
...
> > maven-antrun-plugin
...
> >
> >
> +1
Done.
> > There is one additional issue,
[ 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 w
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
v
On 10/7/06, Phil Steitz <[EMAIL PROTECTED]> wrote:
> Therefore, I propose to replace
>
...
>
> with
>
...
> maven-antrun-plugin
...
>
>
+1
Done.
> There is one additional issue, which I do have myself. Checking out
> the trunks-proper directory
Author: jochen
Date: Sat Oct 7 12:53:56 2006
New Revision: 454001
URL: http://svn.apache.org/viewvc?view=rev&rev=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 u
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.
[ 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 al
[ 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 eac
Author: scolebourne
Date: Sat Oct 7 08:15:26 2006
New Revision: 453928
URL: http://svn.apache.org/viewvc?view=rev&rev=453928
Log:
Add cancellation support to DirectoryWalker
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java
jakarta/commons/pr
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.
Th
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.
Th
[ 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)
Author: scolebourne
Date: Sat Oct 7 06:53:09 2006
New Revision: 453906
URL: http://svn.apache.org/viewvc?view=rev&rev=453906
Log:
Add tests for FileDeleteStrategy
Added:
jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java
(with props)
Added:
j
Author: scolebourne
Date: Sat Oct 7 06:47:06 2006
New Revision: 453903
URL: http://svn.apache.org/viewvc?view=rev&rev=453903
Log:
Add tests for FileDeleteStrategy
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java
jakarta/commons/proper/io/
[ 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
>
[ 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: ht
[ 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
> -
Author: scolebourne
Date: Sat Oct 7 05:58:38 2006
New Revision: 453896
URL: http://svn.apache.org/viewvc?view=rev&rev=453896
Log:
Fix id tag
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java
Modified:
jakarta/commons/proper/io/trunk/src/java/
Author: scolebourne
Date: Sat Oct 7 05:56:20 2006
New Revision: 453895
URL: http://svn.apache.org/viewvc?view=rev&rev=453895
Log:
Fix id tag
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileDeleteStrategy.java
Modified:
jakarta/commons/proper/io/trunk/src/java/
[ 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 methods
Author: scolebourne
Date: Sat Oct 7 05:52:32 2006
New Revision: 453893
URL: http://svn.apache.org/viewvc?view=rev&rev=453893
Log:
IO-84 - IOUtils.copy - Comment about result byte/char count being limited to an
int, thus being inacurate for large streams
Modified:
jakarta/commons/proper/io/t
[ 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, I'
Author: scolebourne
Date: Sat Oct 7 04:56:25 2006
New Revision: 453889
URL: http://svn.apache.org/viewvc?view=rev&rev=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)
- http
23 matches
Mail list logo