[all] how to deal with dependency versions

2005-06-08 Thread Mario Ivankovits
Hi! I would like to know how to deal with versions of dependend libraries. Naturally VFS do have a bunch of dependencies, some of them are actively developed. As far as I know a non-backward compatible change in the public api requires a n.0 release where x.0 = current release x+1.0 =

DO NOT REPLY [Bug 34020] - [beanutils] PropertyUtils.copyProperties seems to call Constructor

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

svn commit: r189535 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/ java/org/apache/commons/beanutils/locale/ java/org/apache/commons/beanutils/locale/converters/ test/org/apache/commons/beanutils/locale/converters/

2005-06-08 Thread skitching
Author: skitching Date: Tue Jun 7 23:31:58 2005 New Revision: 189535 URL: http://svn.apache.org/viewcvs?rev=189535view=rev Log: Replace use of static Log objects with instance or local variables. It isn't safe to use static Log objects in code that might be deployed via a shared classloader as

DO NOT REPLY [Bug 34886] - [beanutils] Make long converter more resistant to extra white-spaces

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

svn commit: r189540 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java

2005-06-08 Thread skitching
Author: skitching Date: Tue Jun 7 23:59:50 2005 New Revision: 189540 URL: http://svn.apache.org/viewcvs?rev=189540view=rev Log: Add comments re: * use of static variable safe in shared classloader * memory leak possible on webapp undeploy Modified:

DO NOT REPLY [Bug 34824] - [beanutils] test.wrap.dynabean fails because testSetIndexedValues runs before testGetIndexedValues

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

DO NOT REPLY [Bug 34568] - [beanutils] ResultSetDynaClass contains wrong property class type

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

svn commit: r189542 - /jakarta/commons/proper/beanutils/trunk/project.xml

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 00:36:21 2005 New Revision: 189542 URL: http://svn.apache.org/viewcvs?rev=189542view=rev Log: Disable the MemoryTest unit test, as it fails and there is no known solution. Modified: jakarta/commons/proper/beanutils/trunk/project.xml Modified:

svn commit: r189544 - in /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters: ByteArrayConverter.java CharacterArrayConverter.java DoubleArrayConverter.java FloatArrayConverter.java IntegerArrayConverter.java LongArrayConverter.java ShortArrayConverter.java StringArrayConverter.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 00:38:39 2005 New Revision: 189544 URL: http://svn.apache.org/viewcvs?rev=189544view=rev Log: Make private model variables final, as they are never modified within this class and cannot be accessed outside it. This also makes it clear that these static variables

svn commit: r189543 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/BeanUtils.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 00:37:10 2005 New Revision: 189543 URL: http://svn.apache.org/viewcvs?rev=189543view=rev Log: Make a private variable final. Add some comments. Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/BeanUtils.java Modified:

DO NOT REPLY [Bug 35262] New: - Memory leak on webapp undeploy in MappedPropertyDescriptor

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

svn commit: r189548 - in /jakarta/commons/proper/jelly/trunk: jelly-tags/tag-project.xml project.properties

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:01:27 2005 New Revision: 189548 URL: http://svn.apache.org/viewcvs?rev=189548view=rev Log: getting ready for core release Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/tag-project.xml jakarta/commons/proper/jelly/trunk/project.properties

svn commit: r189549 - in /jakarta/commons/proper/jelly/trunk: project.xml xdocs/changes.xml

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:02:25 2005 New Revision: 189549 URL: http://svn.apache.org/viewcvs?rev=189549view=rev Log: [maven-scm-plugin] prepare release 1.0-RC2 Modified: jakarta/commons/proper/jelly/trunk/project.xml jakarta/commons/proper/jelly/trunk/xdocs/changes.xml Modified:

svn commit: r189550 - in /jakarta/commons/proper/jelly/tags/commons-jelly-1.0-RC2: ./ jelly-tags/ jelly-tags/ant/ jelly-tags/ant/src/ jelly-tags/ant/xdocs/ jelly-tags/junit/ jelly-tags/junit/src/ jelly-tags/junit/xdocs/ jelly-tags/xml/ xdocs/

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:02:52 2005 New Revision: 189550 URL: http://svn.apache.org/viewcvs?rev=189550view=rev Log: [maven-scm] copy for tag commons-jelly-1.0-RC2 Added: jakarta/commons/proper/jelly/tags/commons-jelly-1.0-RC2/ - copied from r170904,

svn commit: r189552 - in /jakarta/commons/proper/jelly/tags/commons-jelly-tags-xml-1.1: ./ project.xml xdocs/changes.xml

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:11:12 2005 New Revision: 189552 URL: http://svn.apache.org/viewcvs?rev=189552view=rev Log: [maven-scm] copy for tag commons-jelly-tags-xml-1.1 Added: jakarta/commons/proper/jelly/tags/commons-jelly-tags-xml-1.1/ - copied from r189544,

svn commit: r189553 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/ant: project.xml xdocs/changes.xml

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:19:47 2005 New Revision: 189553 URL: http://svn.apache.org/viewcvs?rev=189553view=rev Log: update to ant 1.6.5 Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml jakarta/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/changes.xml

svn commit: r189554 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/ant: project.xml xdocs/changes.xml

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:20:13 2005 New Revision: 189554 URL: http://svn.apache.org/viewcvs?rev=189554view=rev Log: [maven-scm-plugin] prepare release 1.1 Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml

svn commit: r189555 - in /jakarta/commons/proper/jelly/tags/commons-jelly-tags-ant-1.1: ./ project.xml xdocs/changes.xml

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:20:22 2005 New Revision: 189555 URL: http://svn.apache.org/viewcvs?rev=189555view=rev Log: [maven-scm] copy for tag commons-jelly-tags-ant-1.1 Added: jakarta/commons/proper/jelly/tags/commons-jelly-tags-ant-1.1/ - copied from r189552,

DO NOT REPLY [Bug 35253] - [configuration] XMLConfiguration save config error

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

DO NOT REPLY [Bug 35260] - [net] FTPClient.retrieveFile() results in 0 byte files

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

svn commit: r189551 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/xml: project.xml xdocs/changes.xml

2005-06-08 Thread brett
Author: brett Date: Wed Jun 8 01:11:03 2005 New Revision: 189551 URL: http://svn.apache.org/viewcvs?rev=189551view=rev Log: [maven-scm-plugin] prepare release 1.1 Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/xml/project.xml

DO NOT REPLY [Bug 35262] - [beanutils] Memory leak on webapp undeploy in MappedPropertyDescriptor

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

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Done, and sites published. Will wait a few hours for it all to propagate - so will send a single announcement out tomorrow morning. If anyone else would like to in the mean time, feel free. - - Brett Brett Porter wrote: | Hi, | | Is any

DO NOT REPLY [Bug 35263] New: - Memory leak on webapp undeploy in WrapDynaClass

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

svn commit: r189563 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/WrapDynaClass.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 02:16:14 2005 New Revision: 189563 URL: http://svn.apache.org/viewcvs?rev=189563view=rev Log: Added comment re potential memory leak, and safety when using shared classloader. Modified:

svn commit: r189564 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 02:17:09 2005 New Revision: 189564 URL: http://svn.apache.org/viewcvs?rev=189564view=rev Log: Added comment only. Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtils.java Modified:

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Simon Kitching
Umm.. Brent, did you follow the official procedure for creating this release? I don't remember seeing any VOTE thread on this, and it is definitely *not* permitted to perform a release without an official VOTE thread having been passed. There's a whole lot of other stuff that is certainly

Re: [lang] Stopwatch javadoc (2.1 RC8)

2005-06-08 Thread Steven Caswell
I don't see any problem with keeping the change. I agree that a new RC isn't necessary (we've done this a couple of times already on doc changes). On 6/7/05, Stephen Colebourne [EMAIL PROTECTED] wrote: I have just committed a change to fix the javadoc of StopWatch. This is a javadoc only

Re: [lang] CloneUtils

2005-06-08 Thread Steven Caswell
I generally like small classes with few methods, but a significant exception to that is utility classes. In this case I prefer the kind of thing we've done with StringUtils. That way, when there is string manipulation to be done, I know exactly where to go to look, without having to drag out

svn commit: r189571 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 03:52:15 2005 New Revision: 189571 URL: http://svn.apache.org/viewcvs?rev=189571view=rev Log: Fix PUBLIC NON-FINAL member of this class The member really should be final, and there is no reason for it to be anything other than private. Note that this

DO NOT REPLY [Bug 35260] - [net] FTPClient.retrieveFile() results in 0 byte files

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

RE: [lang] CloneUtils

2005-06-08 Thread James Carman
I like the idea of these methods being in a class which specializes in cloning. I think it will make it more obvious where to look. If a person wants to find a method which will help them clone their objects, where would they naturally look? If there is no CloneUtils, they might look in

svn commit: r189573 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/MethodUtils.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 04:26:36 2005 New Revision: 189573 URL: http://svn.apache.org/viewcvs?rev=189573view=rev Log: Added comments only. Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/MethodUtils.java Modified:

DO NOT REPLY [Bug 34568] - [beanutils] ResultSetDynaClass contains wrong property class type

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

DO NOT REPLY [Bug 35267] New: - [beanutils] defaultTransformers is public in BeanMap class

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

DO NOT REPLY [Bug 34568] - [beanutils] ResultSetDynaClass contains wrong property class type

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

svn commit: r189576 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/ConvertUtilsBean.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 05:21:03 2005 New Revision: 189576 URL: http://svn.apache.org/viewcvs?rev=189576view=rev Log: Removed invalid comment. Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/ConvertUtilsBean.java Modified:

Re: [ANNOUNCEMENT][Betwixt] Betwixt Release 0.6.1 RC3 Available

2005-06-08 Thread Thomas Dudziak
On 6/6/05, robert burrell donkin [EMAIL PROTECTED] wrote: The first public release candidate (RC3) for Betwixt 0.6.1 is now available for download: http://people.apache.org/~rdonkin/commons-betwixt/. Please check and report any problems ASAP. I was wondering why you only increase the lowest

DO NOT REPLY [Bug 34568] - [beanutils] ResultSetDynaClass contains wrong property class type

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

[vfs] traversing http directories

2005-06-08 Thread Torsten Curdt
Am I wrong or do I have to implement protected String[] doListChildren() throws Exception { throw new Exception(Not implemented.); } in HttpFileObject in order make this work? final FileSystemManager fsManager = VFS.getManager(); final FileObject base =

Re: [vfs] traversing http directories

2005-06-08 Thread Mario Ivankovits
Torsten Curdt wrote: Am I wrong or do I have to implement protected String[] doListChildren() No you are not wrong if you really would like to spider a http server. Even if the webserver presents you a directory listing its a html page which needs to be parsed. There were people

DO NOT REPLY [Bug 35260] - [net] FTPClient.retrieveFile() results in 0 byte files

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

DO NOT REPLY [Bug 34457] - [beanutils] DynaProperty doesn't override equals or hashCode

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

DO NOT REPLY [Bug 35260] - [net] FTPClient.retrieveFile() results in 0 byte files

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

Has Anyone Got FTPS Working?

2005-06-08 Thread Scott Dudley
Has anyone gotten FTPS (FTP over SSL) working using commons-net? If so, can you share your experience? Sample code would be most helpful. Thanks. -- Regards, Scott Dudley - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread robert burrell donkin
On Wed, 2005-06-08 at 21:20 +1200, Simon Kitching wrote: Umm.. Brent, did you follow the official procedure for creating this release? I don't remember seeing any VOTE thread on this, and it is definitely *not* permitted to perform a release without an official VOTE thread having been

svn commit: r189633 - in /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs: faq.xml guide/binding.xml guide/derived.xml guide/examples.xml guide/integration.xml guide/output.xml guide/tutorial.xml guide/writing.xml index.xml navigation.xml

2005-06-08 Thread rdonkin
Author: rdonkin Date: Wed Jun 8 13:24:39 2005 New Revision: 189633 URL: http://svn.apache.org/viewcvs?rev=189633view=rev Log: Fixes for documentation. Thanks to Simon Kitching. Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/faq.xml

svn commit: r189635 - in /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH: RELEASE-NOTES.txt xdocs/tasks.xml

2005-06-08 Thread rdonkin
Author: rdonkin Date: Wed Jun 8 13:36:17 2005 New Revision: 189635 URL: http://svn.apache.org/viewcvs?rev=189635view=rev Log: Added information about upgraded dependencies. Thanks to Simon Kitching. Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/RELEASE-NOTES.txt

svn commit: r189639 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/strategy/package.html

2005-06-08 Thread rdonkin
Author: rdonkin Date: Wed Jun 8 14:09:43 2005 New Revision: 189639 URL: http://svn.apache.org/viewcvs?rev=189639view=rev Log: Fixed problem with break iterator (and improved sense at the same time). Thanks to Simon Kitching. Modified:

Re: [ANNOUNCEMENT][Betwixt] Betwixt Release 0.6.1 RC3 Available

2005-06-08 Thread robert burrell donkin
On Tue, 2005-06-07 at 18:46 +1200, Simon Kitching wrote: On Mon, 2005-06-06 at 22:35 +0100, robert burrell donkin wrote: The first public release candidate (RC3) for Betwixt 0.6.1 is now available for download: http://people.apache.org/~rdonkin/commons-betwixt/. Please check and report

svn commit: r189645 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml

2005-06-08 Thread rdonkin
Author: rdonkin Date: Wed Jun 8 14:41:24 2005 New Revision: 189645 URL: http://svn.apache.org/viewcvs?rev=189645view=rev Log: Replaced deprecated target Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml Modified:

svn commit: r189646 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/project.properties

2005-06-08 Thread rdonkin
Author: rdonkin Date: Wed Jun 8 14:42:02 2005 New Revision: 189646 URL: http://svn.apache.org/viewcvs?rev=189646view=rev Log: Added source target. Thanks to Simon Kitching. Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/project.properties Modified:

svn commit: r189652 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml

2005-06-08 Thread rdonkin
Author: rdonkin Date: Wed Jun 8 15:01:09 2005 New Revision: 189652 URL: http://svn.apache.org/viewcvs?rev=189652view=rev Log: Added -src suffix to source distribution. Thanks to Simon Kitching. Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml Modified:

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Paul Libbrecht
Ok, there was no formal [VOTE] thread. Apologies. But There was four +1's about it (Dion, Hans, Brett, and I). Actually the commit that Brett just did are for RC2 for Jelly-core and 1.1 for xml and ant tag-libs. Should we then make a vote again ? I'd rather accept this for this one (as it's

Re: [ANNOUNCEMENT][Betwixt] Betwixt Release 0.6.1 RC3 Available

2005-06-08 Thread robert burrell donkin
On Tue, 2005-06-07 at 22:37 +1200, Simon Kitching wrote: snip === SRC tarball The -src download unpacks into a directory which does *not* have -src in the name. This is the default behaviour of Maven, but not the way that many other distributions work. I happen to like -src

svn commit: r189663 - /jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml

2005-06-08 Thread polx
Author: polx Date: Wed Jun 8 15:33:57 2005 New Revision: 189663 URL: http://svn.apache.org/viewcvs?rev=189663view=rev Log: If Ant taglib is at 1.1, fmt should depend on 1.1 then, not on snapshot anymore. paul Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml Modified:

Re: [ANNOUNCEMENT][Betwixt] Betwixt Release 0.6.1 RC3 Available

2005-06-08 Thread Simon Kitching
On Wed, 2005-06-08 at 22:21 +0100, robert burrell donkin wrote: === Maven reports: I would suggest disabling this report. Firstly, a log of the last 30 days isn't of much use. And secondly, due to the import into SVN of back-dated CVS changes, date-based selection on the apache

Re: [ANNOUNCEMENT][Betwixt] Betwixt Release 0.6.1 RC3 Available

2005-06-08 Thread Simon Kitching
On Wed, 2005-06-08 at 23:22 +0100, robert burrell donkin wrote: === other The src distro builds fine with Java1.5 on Linux (debian 3.1). Unfortunately, there are ?? unit test failures when using java 1.3.1: TEST

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Brett Porter
Sorry. I saw square brackets, release and +1's from the jelly developers and saw that as a green light. My mistake. I was going to come back and follow the doc to do the distributions and so on, as I had run out of time last night, but I'll hold off here for now. Options: - pull these

DO NOT REPLY [Bug 34457] - [beanutils] DynaProperty doesn't override equals or hashCode

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

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Dion Gillard
On 6/9/05, Brett Porter [EMAIL PROTECTED] wrote: Sorry. I saw square brackets, release and +1's from the jelly developers and saw that as a green light. My mistake. Even though the thread had [proposal], I still took it as a vote for an RC2. So apologies there from me too. I was going

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Simon Kitching
On Thu, 2005-06-09 at 09:09 +1000, Brett Porter wrote: Sorry. I saw square brackets, release and +1's from the jelly developers and saw that as a green light. My mistake. First, I should point out that all stuff below is *just my personal opinion*. The only emails I can find about

DO NOT REPLY [Bug 35278] New: - Migrating to commons-logging

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

Re: [jelly] proposal: taglib/core releases

2005-06-08 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon, There is definitely confusion abounds :) Simon Kitching wrote: |The only emails I can find about this are here, from oct/nov 2004. That was for RC1, already distributed as a full release bundle. It was done at that time, and there have

DO NOT REPLY [Bug 35260] - [net] FTPClient.retrieveFile() results in 0 byte files

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

[csv] Creating a CSV component

2005-06-08 Thread Henri Yandell
Thought I'd summarise the CSV threads on the user list. Due to the high level of user activity in those threads, I've mailed this to both user and dev lists. Interested users should probably hop over to the dev list at some point as I imagine future threads will consolidate there. Basic idea is

[jelly] distribution format

2005-06-08 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In preparation for putting together a formal release candidate, it seems the current src/bin distribution build only bundles the docs and core JAR - no additional tag libraries, or the contents of the bin directory. Any thoughts on what should be

Re: [proposal] exec support in commons

2005-06-08 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niklas, I'm in favour and think commons is the right place to do it. This has been on the table for a number of years (eg http://ant.apache.org/ant2/actionlist.html#exec), it's just a matter of getting some momentum, I think. Personally, I still

DO NOT REPLY [Bug 35260] - [net] FTPClient.retrieveFile() results in 0 byte files

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

Re: [jelly] distribution format

2005-06-08 Thread Dion Gillard
Sounds good to me. I like the idea that the bin distribution will work out of the box. If that means defaulting JELLY_HOME, if unset, to the directory above bin, that would be great. On 6/9/05, Brett Porter [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In

Re: [csv] Creating a CSV component

2005-06-08 Thread Kevin Gessner
On 6/8/05, Henri Yandell [EMAIL PROTECTED] wrote: snip Another question is where the code should go. [lang] and [io] have been suggested, as has a [csv] component. I'll go as far as to say that [csv] is the direction we should go and see if anybody disagrees :) Some sort of CVS utility

DO NOT REPLY [Bug 34568] - [beanutils] ResultSetDynaClass contains wrong property class type

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

svn commit: r189708 - /jakarta/commons/proper/jexl/trunk/xdocs/index.xml

2005-06-08 Thread tobrien
Author: tobrien Date: Wed Jun 8 22:13:15 2005 New Revision: 189708 URL: http://svn.apache.org/viewcvs?rev=189708view=rev Log: Minor documentation update to index.xml Modified: jakarta/commons/proper/jexl/trunk/xdocs/index.xml Modified: jakarta/commons/proper/jexl/trunk/xdocs/index.xml URL:

svn commit: r189712 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/ConvertUtilsBean.java

2005-06-08 Thread skitching
Author: skitching Date: Wed Jun 8 22:34:54 2005 New Revision: 189712 URL: http://svn.apache.org/viewcvs?rev=189712view=rev Log: Add javadoc describing default values for converters and related behaviour. Modified:

DO NOT REPLY [Bug 32207] - [beanutils] BigDecimal converter is not allowing pass-tru nulls when used in BeanUtilsBean.copyProperty

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

DO NOT REPLY [Bug 33931] - [beanutils] WeakHashMap incorrectly used in ContextClassLoaderLocal - may cause memory leak

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