Re: [VFS][ALL] dependency version handling

2005-06-24 Thread Martin Cooper
My first reaction is that cross-posting is bad e-mail etiquette. My second reaction is that users do not get votes. I think it would be fine if you want to take a *poll* on the user list to see what people think, post the results to the dev list, and perhaps follow up with a vote on the dev list on

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-24 Thread Hans Gilde
This isn't supposed to work this way, I'm looking into it. -Original Message- From: Kristofer Eriksson [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 9:34 AM To: Jakarta Commons Developers List Subject: RE: [jelly] SOLVED: Maven issue with Hans memory leak patch Hi Paul, many thx

DO NOT REPLY [Bug 35338] - [net] FTPClient.listFiles() hangs on Red Hat Linux

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35338] - [net] FTPClient.listFiles() hangs on Red Hat Linux

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [io] release?

2005-06-24 Thread Torsten Curdt
Jeremias Maerki wrote: > I've already checked a few things today. Good would be short review of > the methods in FilenameUtils because that was the class we excluded from > the initial release because it wasn't good enough back then. I haven't > had a chance to look into all the work that has been

DO NOT REPLY [Bug 32450] - [io] Add cancel() to Finder

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32378] - [io] Use java.nio for copyFile(File source, File destination)

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32144] - [io] Add a secureDelete method to FileUtils.java

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35140] - [io] add a convenience FileUtils.move(File src, File dest)

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29140] - [io] NPE in FileUtils.listFiles(dir, extensions, recursive)

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[VFS][ALL] dependency version handling

2005-06-24 Thread Mario Ivankovits
Hi all! I'll try again to discuss it, that times with a more concrete plan. First: Due to the nature of VFS we have a public API (the VFS API) and a private API - the API used to talk to our dependencies. I would like to outline a plan how to deal with release changes: public API: As always,

svn commit: r201661 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text: Interpolation.java MappedMessageFormat.java StrBuilder.java StrTokenizer.java

2005-06-24 Thread ggregory
Author: ggregory Date: Fri Jun 24 11:35:08 2005 New Revision: 201661 URL: http://svn.apache.org/viewcvs?rev=201661&view=rev Log: Changed @since 2.1 to @since 2.2 since these files did not make it into 2.1. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/Inte

Re: [io] release?

2005-06-24 Thread Jeremias Maerki
I've already checked a few things today. Good would be short review of the methods in FilenameUtils because that was the class we excluded from the initial release because it wasn't good enough back then. I haven't had a chance to look into all the work that has been done in there in the meantime.

Re: [io] release?

2005-06-24 Thread Torsten Curdt
> Ok, done. I hope it is acceptable the way I've done it. If not, we can > always do something different with it. Isn't SVN cool? :-) Cool, thanks! Anything else to do? cheers -- Torsten signature.asc Description: OpenPGP digital signature

Re: [collections] Generic Collections MultiMap conversion

2005-06-24 Thread John Watkinson
Hi all, I made some minor improvements to the MultiMap/MultiHashMap conversion in CVS (collections.sourceforge.net), and I updated the documentation. The new MultiMap is very convenient in its generic form. While it does not implement java.util.Map, the live backing map is available if necess

[transaction] JTA and WebSphere

2005-06-24 Thread Marcelo Liberato
Hi there, have you tested the jca memory package with websphere 5 ? I'm in throuble with WebSphere TM. In fact I'm not using memory (map) package directly, instead a XAResource wrapper to FileResourceManager. The websphere TM package throw IllegalStateException when that wrapper is enlisted t

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-24 Thread Kristofer Eriksson
Just TagSupport -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. Juni 2005 16:26 To: Jakarta Commons Developers List Subject: Re: [jelly] SOLVED: Maven issue with Hans memory leak patch Which tag-class are you subclassing ? paul Le 24 juin 05, à 15:

Re: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-24 Thread Paul Libbrecht
Which tag-class are you subclassing ? paul Le 24 juin 05, à 15:33, Kristofer Eriksson a écrit : Hi Paul, many thx for the quick answer. In my case, yes I do expect the setters to be called at every new run. Setters receiving an expression would solve my problem, or always specifying all a

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-24 Thread Kristofer Eriksson
Hi Paul, many thx for the quick answer. In my case, yes I do expect the setters to be called at every new run. Setters receiving an expression would solve my problem, or always specifying all attributes, even "empty" ones () but then all scripts (and I have loads) needs to be modified. I beli

DO NOT REPLY [Bug 35140] - [io] add a convenience FileUtils.move(File src, File dest)

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r201613 - in /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter: AndFileFilter.java OrFileFilter.java

2005-06-24 Thread jeremias
Author: jeremias Date: Fri Jun 24 06:05:35 2005 New Revision: 201613 URL: http://svn.apache.org/viewcvs?rev=201613&view=rev Log: Javadoc fixes only. Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java jakarta/commons/proper/io/trunk/src

svn commit: r201611 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FilenameUtils.java

2005-06-24 Thread jeremias
Author: jeremias Date: Fri Jun 24 06:05:04 2005 New Revision: 201611 URL: http://svn.apache.org/viewcvs?rev=201611&view=rev Log: Fix a little style problem. Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FilenameUtils.java Modified: jakarta/commons/proper/io/trunk

DO NOT REPLY [Bug 35496] New: - Generics support for Commons collections

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35495] New: - Extension functions no longer work in certain cases.

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35150] - [io] NullPointerException in FileUtils.listFiles

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-06-24 Thread jeremias
Author: jeremias Date: Fri Jun 24 05:35:32 2005 New Revision: 201606 URL: http://svn.apache.org/viewcvs?rev=201606&view=rev Log: Added a FileFilterUtils.makeSVNAware() taking the makeCVSAware() as a template. Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter

Re: [io] release?

2005-06-24 Thread Jeremias Maerki
On 24.06.2005 13:21:15 Torsten Curdt wrote: > >>Well, we just need a decision ...maybe let's have a quick vote? > > > > > > I think consensus has been reached that it should not be in the next > > release. Other than that, I believe whoever is going to do the work gets > > first choice of exactl

svn commit: r201604 - in /jakarta/commons/proper/io: branches/finder-reminder/ branches/finder-reminder/java/ branches/finder-reminder/java/find/ branches/finder-reminder/test/ branches/finder-reminder/test/find-data/ branches/finder-reminder/test/java...

2005-06-24 Thread jeremias
Author: jeremias Date: Fri Jun 24 05:27:09 2005 New Revision: 201604 URL: http://svn.apache.org/viewcvs?rev=201604&view=rev Log: Moved finder package away based on the discussions on the mailing list. Added: jakarta/commons/proper/io/branches/finder-reminder/ jakarta/commons/proper/io/bra

DO NOT REPLY [Bug 35463] - [io] delete in FileUtils sometimes fails on Windows

2005-06-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-24 Thread Paul Libbrecht
Since a bit earlier than the patch, indeed, caching has been activated by default and caching disablement has been removed. This was needed at least by some jelly:define tags, as far as I could tell. Can you give more details ? - Do you expect the setters to be called at every new run ? - Would

Re: [io] release?

2005-06-24 Thread Jeremias Maerki
I have a need for a FileFilterUtils.makeSVNAware() so I can just as well give it a try while I'm at it. I prefer moving the find package away as it'll be easier to find later on. On 24.06.2005 13:21:15 Torsten Curdt wrote: > >>Well, we just need a decision ...maybe let's have a quick vote? > > >

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-24 Thread Kristofer Eriksson
Hi all, First, I want to congratulate to the release, good work. Secondly, to add to the above topic, I see the change in cache behavior (since the patch?!?). When calling a Tag a second time attributes not specified will have values previously set, as mentioned by Brett. First call: Second

Re: [VFS][ALL] Vote again for release 1.0?

2005-06-24 Thread Simon Kitching
On Fri, 2005-06-24 at 10:37 +0200, Mario Ivankovits wrote: > Hi! > > There is one feature left I would like to add to VFS after fixing the > webdav stuff (yes Torsten, its your last bugzilla ticket). It looks like > he really need it now and so I will satisfy his wish. > > But then I really wil

Re: [VFS][ALL] Vote again for release 1.0?

2005-06-24 Thread Torsten Curdt
> There is one feature left I would like to add to VFS after fixing the > webdav stuff (yes Torsten, its your last bugzilla ticket). hurray, hurray :) > It looks like > he really need it now and so I will satisfy his wish. thanks a lot! > But then I really will freeze VFS for its 1.0 release -

Re: [io] release?

2005-06-24 Thread Torsten Curdt
>>Well, we just need a decision ...maybe let's have a quick vote? > > > I think consensus has been reached that it should not be in the next > release. Other than that, I believe whoever is going to do the work gets > first choice of exactly how that is achieved! ok > I think you should just go

Re: [io] release?

2005-06-24 Thread Simon Kitching
On Fri, 2005-06-24 at 10:20 +0200, Torsten Curdt wrote: > >>My vote would be to just remove it. There wasn't a huge amount of > >>interest and if I'll be the only community on something, it's much > >>easier for me to have it sitting in osjava. It's always available for > >>the ASF if anyone is eve

RE: [Pool] force client to return the borrowed object to the pool

2005-06-24 Thread James Carman
If the objects in the pool implement some sort of interface which your client uses, you could make them return themselves to the pool. All you would have to do is wrap them with a proxy (as suggested below) which implements the "client interface", but make the proxy timeout after a bit of time, re

Re: [lang] text.Interpolation, on to 2.2

2005-06-24 Thread Simon Kitching
I'm willing to do some work on this. I'll need to see what's in lang at the moment though...at least some of the code came originally from Digester so I feel responsible for knocking it into shape for lang! Cheers, Simon On Fri, 2005-06-24 at 06:34 -0400, Steven Caswell wrote: > Though I don't r

Re: [lang] text.Interpolation, on to 2.2

2005-06-24 Thread Steven Caswell
Though I don't really have bandwidth to help with it, I am +1 on moving forward with Interpolation being a motivation for the next release. On 6/23/05, Gary Gregory <[EMAIL PROTECTED]> wrote: > Hello: > > Is anyone planning on working on text.Interpolation in the near future? > > It seems like a

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

2005-06-24 Thread Ted Husted
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-logging has an issue affecting its community integration. This issue affe

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

2005-06-24 Thread Ted Husted
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-logging has an issue affecting its community integration. This issue affe

[VFS][ALL] Vote again for release 1.0?

2005-06-24 Thread Mario Ivankovits
Hi! There is one feature left I would like to add to VFS after fixing the webdav stuff (yes Torsten, its your last bugzilla ticket). It looks like he really need it now and so I will satisfy his wish. But then I really will freeze VFS for its 1.0 release - nothing else then bugfixing will ha

Re: [io] release?

2005-06-24 Thread Torsten Curdt
>>My vote would be to just remove it. There wasn't a huge amount of >>interest and if I'll be the only community on something, it's much >>easier for me to have it sitting in osjava. It's always available for >>the ASF if anyone is ever interested. > > > Even easier would be to create a directory