Re: [logging] possible errors in child first cases

2005-04-26 Thread Brian Stansberry
Sorry to waste your time; false alarm. The child-first cases are fine. Somehow my commons-logging.jar had everything but the kitchen sink in it, including the demonstration code. Good news is with that problem fixed and a refactored LogFactoryImpl, JCL worked as expected in all cases. Brian

svn commit: r164749 - in /jakarta/commons/proper/validator/trunk/src: share/org/apache/commons/validator/ test/org/apache/commons/validator/

2005-04-26 Thread mrdon
Author: mrdon Date: Mon Apr 25 23:15:17 2005 New Revision: 164749 URL: http://svn.apache.org/viewcvs?rev=164749view=rev Log: Adding methods that use the locale for parsing numbers. The original patch came from Andrew van der Voort. Including unit tests however they could use more tests as I

DO NOT REPLY [Bug 34198] - [validator] Handling of float and double should use the locale object

2005-04-26 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=34198. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [logging] LogFactoryImpl weaknesses [WAS Re: [logging] issues highlighted by analysis]

2005-04-26 Thread Brian Stansberry
--- robert burrell donkin [EMAIL PROTECTED] wrote: snip On Sun, 2005-04-24 at 23:59 -0700, Brian Stansberry wrote: I think a better approach would be more like the following: 1) newInstance checks if logConstructor is null. 2) if null, call a private Log

Re: Collections 3.2/4.0 questions

2005-04-26 Thread Chris Lambrou
Hi Bryan, After some discussions on the subject some time ago, it was decided that collections should concentrate on maintaining supporting for earlier JDK versions, whilst the Java 5.0 port should not carry over any Java 1.4 baggage and concentrate on providing the same functionality as

DO NOT REPLY [Bug 34613] - [digester] Need to process [attribute id=name]somename[/attribute]

2005-04-26 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=34613. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[lang] (RE)VOTE 2.1 Release

2005-04-26 Thread Steven Caswell
Release candidate 3 (and hopefully final :) is in http://www.apache.org/~stevencaswell/commons-lang-2.1/ The only changes between RC2 and RC3 are documentation clean-up (thanks to Gary for finding some inconsistencies). It would be good if someone could check the compatibility of the

Life cycle document?

2005-04-26 Thread Dennis Lundberg
Hello I remember that someone wrote an excellent document describing the different states of a project's life cycle. For example whether it is active, mature, security-patches-only, dormant or unstable. I can't seem to find it on the web anymore. Does anyone know if it still exists and where

DO NOT REPLY [Bug 25830] - [fileupload] Upload Progress Reporting

2005-04-26 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=25830. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [lang] (RE)VOTE 2.1 Release

2005-04-26 Thread Michael Heuer
A few minor nits with the web site: Links before commas and periods have an extra space, e.g. lang status document . and Maven , JDiff , PMD , FindBugs on index.html. I had thought that this issue was resolved in an upgrade to maven and/or the maven xdoc plugin? Update tasks.html, user guide

Re: [logging] issues highlighted by analysis

2005-04-26 Thread robert burrell donkin
On Mon, 2005-04-25 at 13:53 -0700, Brian Stansberry wrote: --- robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2005-04-24 at 16:43 -0700, Brian Stansberry wrote: --- robert burrell donkin [EMAIL PROTECTED] wrote: snip i'm wondering whether to commit them onto a

Re: [logging] LogFactoryImpl weaknesses [WAS Re: [logging] issues highlighted by analysis]

2005-04-26 Thread robert burrell donkin
On Mon, 2005-04-25 at 23:22 -0700, Brian Stansberry wrote: --- robert burrell donkin [EMAIL PROTECTED] wrote: snip once you're happy to left other people take a look at your code, add it to a bug report. I'll try to do that tomorrow or at most Wed. I won't be shy about posting

Re: [logging] possible errors in child first cases

2005-04-26 Thread robert burrell donkin
On Mon, 2005-04-25 at 23:01 -0700, Brian Stansberry wrote: Sorry to waste your time; false alarm. The child-first cases are fine. Somehow my commons-logging.jar had everything but the kitchen sink in it, including the demonstration code. Good news is with that problem fixed and a

RE: [lang] (RE)VOTE 2.1 Release

2005-04-26 Thread Gary Gregory
If the changes below are committed, we'll need an RC4... sorry for the extra work Steven, by now you must have it turn-key ;-) Gary -Original Message- From: Michael Heuer [mailto:[EMAIL PROTECTED] On Behalf Of Michael Heuer Sent: Tuesday, April 26, 2005 9:22 AM To: Jakarta Commons

svn commit: r164896 - in /jakarta/commons/proper/betwixt/trunk/src: java/org/apache/commons/betwixt/io/ test/org/apache/commons/betwixt/ test/org/apache/commons/betwixt/io/

2005-04-26 Thread rdonkin
Author: rdonkin Date: Tue Apr 26 14:48:43 2005 New Revision: 164896 URL: http://svn.apache.org/viewcvs?rev=164896view=rev Log: Fixed nested empty element bug. Added: jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/TestIgnoreEmptyElements.java

svn commit: r164897 - /jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml

2005-04-26 Thread rdonkin
Author: rdonkin Date: Tue Apr 26 14:56:22 2005 New Revision: 164897 URL: http://svn.apache.org/viewcvs?rev=164897view=rev Log: Updated task document Modified: jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml Modified: jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml URL:

svn commit: r164926 - /jakarta/commons/proper/codec/trunk/project.xml

2005-04-26 Thread brett
Author: brett Date: Tue Apr 26 17:30:00 2005 New Revision: 164926 URL: http://svn.apache.org/viewcvs?rev=164926view=rev Log: correct invalid project.xml file Modified: jakarta/commons/proper/codec/trunk/project.xml Modified: jakarta/commons/proper/codec/trunk/project.xml URL:

svn commit: r164949 - /jakarta/commons/sandbox/vfs/trunk/src/java/org/apache/commons/vfs/impl/providers.xml

2005-04-26 Thread imario
Author: imario Date: Tue Apr 26 22:38:45 2005 New Revision: 164949 URL: http://svn.apache.org/viewcvs?rev=164949view=rev Log: Corrected class-name for ftpFileProvider Modified: jakarta/commons/sandbox/vfs/trunk/src/java/org/apache/commons/vfs/impl/providers.xml Modified: