[logging] Exception handling in LogFactoryImpl [WAS] a candidate explanation for Log4JLogger does not implement Log

2005-05-24 Thread Brian Stansberry
--- robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2005-05-22 at 15:59 -0700, Brian Stansberry wrote: --- robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2005-05-08 at 01:06 +1200, Simon Kitching wrote: Hi All, I've been working for quite a while now to

Re: [logging] detecting logging libs

2005-05-24 Thread Brian Stansberry
--- robert burrell donkin [EMAIL PROTECTED] wrote: On Mon, 2005-05-23 at 11:24 +1200, Simon Kitching wrote: On Sun, 2005-05-22 at 21:01 +0100, robert burrell donkin wrote: On Sun, 2005-05-22 at 10:43 +, [EMAIL PROTECTED] wrote: snip protected boolean

svn commit: r178086 - /jakarta/commons/proper/commons-build/trunk/project.properties.sample

2005-05-24 Thread psteitz
Author: psteitz Date: Mon May 23 23:23:44 2005 New Revision: 178086 URL: http://svn.apache.org/viewcvs?rev=178086view=rev Log: Changed deployment repo names to be more descriptive. Modified: jakarta/commons/proper/commons-build/trunk/project.properties.sample Modified:

Re: [logging] proposed design for 1.0.5

2005-05-24 Thread Brian Stansberry
--- Simon Kitching [EMAIL PROTECTED] wrote: On Mon, 2005-05-23 at 21:27 +0100, robert burrell donkin wrote: (b) That in addition to commons-logging.jar we distribute a commons-logging-adapters.jar which contains the entire contents of the impl subdirectory, ie all the logging

Re: [Jakarta-commons Wiki] Update of Collections by MattHall

2005-05-24 Thread Mattias J
At 2005-05-23 19:52, you wrote: All users of v2.1 should upgrade to v2.1... This should read 2.1.1 shouldn't it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] proposed design for 1.0.5

2005-05-24 Thread Simon Kitching
On Mon, 2005-05-23 at 23:28 -0700, Brian Stansberry wrote: --- Simon Kitching [EMAIL PROTECTED] wrote: On Mon, 2005-05-23 at 21:27 +0100, robert burrell donkin wrote: (b) That in addition to commons-logging.jar we distribute a commons-logging-adapters.jar which contains the

Re: [discovery] 0.3 release

2005-05-24 Thread Rory Winston
Hi Simon, I was meaning to get around to this sooner. Yes indeed, I've been pressed for time over the last few weeks and haven't had a chance to cut a release. I will certainly get back to it within the next couple of days. I will need some help with the final stages of the release process, as

Re: [discovery] 0.3 release

2005-05-24 Thread Rory Winston
Hi Simon, I was meaning to get around to this sooner. Yes indeed, I've been pressed for time over the last few weeks and haven't had a chance to cut a release. I will certainly get back to it within the next couple of days. I will need some help with the final stages of the release process, as

RE: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread James Carman
Why can't we host this project at ASF? Couldn't we create a new branch for JDK5 collections or something? -Original Message- From: John Watkinson [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 12:10 PM To: commons-dev@jakarta.apache.org Subject: Commons-Collections enhanced with

[Jakarta-commons Wiki] Update of Math by BrentWorden

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by BrentWorden: http://wiki.apache.org/jakarta-commons/Math --

svn commit: r178166 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

2005-05-24 Thread brentworden
Author: brentworden Date: Tue May 24 06:24:21 2005 New Revision: 178166 URL: http://svn.apache.org/viewcvs?rev=178166view=rev Log: added @since tag to new methods. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java Modified:

[Jakarta-commons Wiki] Update of math/1.1ReleasePlan by BrentWorden

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by BrentWorden: http://wiki.apache.org/jakarta-commons/math/1%2e1ReleasePlan

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Thomas Dudziak
On 5/24/05, James Carman [EMAIL PROTECTED] wrote: Why can't we host this project at ASF? Couldn't we create a new branch for JDK5 collections or something? +1, though I'd prefer the simple solution of two jars, one for pre-1.5 and one for 1.5 which contains the generics-support (either version

RE: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread James Carman
I don't think I understand your proposal. Are you saying that we should just put the classes with generics support into the HEAD branch of the source repository? -Original Message- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 10:06 AM To: Jakarta Commons

svn commit: r178168 - in /jakarta/commons/proper/logging/branches/simon-1.1/src/java/org/apache/commons/logging: ContextFactory.java impl/ContextFactory.java

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 07:30:28 2005 New Revision: 178168 URL: http://svn.apache.org/viewcvs?rev=178168view=rev Log: Moved class to impl directory Did general enhancements. Added:

svn commit: r178169 - /jakarta/commons/proper/logging/branches/simon-1.1/src/java/org/apache/commons/logging/LogFactory.java.template

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 07:32:15 2005 New Revision: 178169 URL: http://svn.apache.org/viewcvs?rev=178169view=rev Log: Remove special-casing for ContextFactory. Instead of setting the default factory based on the class the LogFactory is bound to, ContextFactory uses a system property.

[dbcp] Stmt Pooling FAQ Update and Example

2005-05-24 Thread Andres Galeano
Hi all, I'd like to offer an answer to one of your unanswered FAQs: On: http://wiki.apache.org/jakarta-commons/DBCP Under: FAQ There is the following question: Q: nowikiDoes the current 1.1 release support the poolable/caching of

svn commit: r178170 - /jakarta/commons/proper/logging/branches/simon-1.1/src/java/org/apache/commons/logging/LogConfigurationException.java

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 07:32:45 2005 New Revision: 178170 URL: http://svn.apache.org/viewcvs?rev=178170view=rev Log: General exception class that can be thrown on serious errors. Added:

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Simon Kitching
On Tue, 2005-05-24 at 16:05 +0200, Thomas Dudziak wrote: On 5/24/05, James Carman [EMAIL PROTECTED] wrote: Why can't we host this project at ASF? Couldn't we create a new branch for JDK5 collections or something? +1, though I'd prefer the simple solution of two jars, one for pre-1.5 and

DO NOT REPLY [Bug 35042] New: - BrentSolver and SecantSolver request boundary values from function twice

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

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Mattias J
At 2005-05-24 17:11, Simon Kitching wrote: There is also the question of how large the generic collections community will be. There aren't yet a whole lot of projects coding to 1.5 as far as I know. Assuming this statement is true (which I am not too sure about), the fact that many Open

Re: [dbcp] Stmt Pooling FAQ Update and Example

2005-05-24 Thread Andres Galeano
Hi all, Sorry for the second email, but I realized I made a mistake with the first answer... GenericKeyedObjectPoolFactory actually pools prepared statements even if you provide null as the KeyedPoolableObjectFactory. I discovered this through testing(attached), it would be nice if someone

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Mario Ivankovits
Mattias J wrote: There is also the question of how large the generic collections community will be. There aren't yet a whole lot of projects coding to 1.5 as far as I know. We use JDK 1.5 since the 1.5.0_01 is out and already use it in productive environments. Dont know how large the community

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Mattias J
In summary, I don't think the number of people interested in 1.5 features will increase while Commons Collections developers just sit around waiting... Thats not fair. We do what we can and mostly in our free time. And its also your (contributor) job to push a project forward - for sure what

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Thomas Dudziak
But I wonder if we could let the jdk 1.3 behind us and move on to jdk 1.5 by allowing backward compatiblity with retroweaver. At least with new to create x.0 branches. For sure that forbid us to use any new api feature, but we can use generics and some other new programming style stuff.

RE: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread James Carman
Retroweaver's documentation specifically says that it allows you to develop on 1.5 and deploy on 1.4. I don't think it supports 1.3 and below. Anyone know for sure? -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 11:43 AM To: Jakarta

RE: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread James Carman
Simon, Suppose we do want to further pursue this (I think we should). How would you recommend we set up the project? Should we branch commons-collections off and start doing releases off of the JDK5 branch along side the main branch? Or, would you recommend creating an entirely new commons

DO NOT REPLY [Bug 32619] - [lang] Minor tweak to fix of bug # 26616

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

RE: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Michael Heuer
James Carman wrote: Suppose we do want to further pursue this (I think we should). How would you recommend we set up the project? Should we branch commons-collections off and start doing releases off of the JDK5 branch along side the main branch? With a nod to Rules for Revolutionaries

RE: [lang] VOTE 2.1 release (new vote based on RC6)

2005-05-24 Thread Gary Gregory
Hello: The text package is now causing problems. If I run ant clean dist-build test or ant clean dist-build-2.1 test I get: test.text: [echo] Running text package tests ... [java] Class not found org.apache.commons.lang.text.TextTestSuite BUILD FAILED

Re: [lang] VOTE 2.1 release (new vote based on RC6)

2005-05-24 Thread Steven Caswell
I would expect the error with dist-build since that target doesn't understand there is no text package. I tried to make dist-build-2.1understand there was not a text package but I must have missed something. I'll take a look. On 5/24/05, Gary Gregory [EMAIL PROTECTED] wrote: Hello: The

DO NOT REPLY [Bug 35042] - [math] BrentSolver and SecantSolver request boundary values from function twice

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

DO NOT REPLY [Bug 35042] - [math] BrentSolver and SecantSolver request boundary values from function twice

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

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread John Watkinson
Hi guys, Thanks for your interest in this. We are definitely ready and willing to bring the code back in to the Jakarta Commons when the time is right. Our goal was to get it done so that developers (us included) could start using and improving it, but we hope that we can eventually

DO NOT REPLY [Bug 35046] New: - [transaction] GenericLockManager constructor ignores LoggerFacade argument

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

[Jakarta-commons Wiki] Update of FrontPage by MarioIvankovits

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/FrontPage

[Jakarta-commons Wiki] Update of FrontPage by MarioIvankovits

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/FrontPage

svn commit: r178256 - /jakarta/commons/proper/vfs

2005-05-24 Thread imario
Author: imario Date: Tue May 24 12:36:51 2005 New Revision: 178256 URL: http://svn.apache.org/viewcvs?rev=178256view=rev Log: move from sandbox Added: jakarta/commons/proper/vfs/ - To unsubscribe, e-mail: [EMAIL PROTECTED]

svn commit: r178259 - /jakarta/commons/proper/vfs

2005-05-24 Thread imario
Author: imario Date: Tue May 24 12:39:49 2005 New Revision: 178259 URL: http://svn.apache.org/viewcvs?rev=178259view=rev Log: (empty) Removed: jakarta/commons/proper/vfs/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

svn commit: r178260 - in /jakarta/commons: proper/vfs/ sandbox/vfs/

2005-05-24 Thread imario
Author: imario Date: Tue May 24 12:40:21 2005 New Revision: 178260 URL: http://svn.apache.org/viewcvs?rev=178260view=rev Log: move out of sandbox Added: jakarta/commons/proper/vfs/ - copied from r178259, jakarta/commons/sandbox/vfs/ Removed: jakarta/commons/sandbox/vfs/

svn commit: r178261 - /jakarta/commons/proper/vfs/tags/sandbox

2005-05-24 Thread imario
Author: imario Date: Tue May 24 12:41:16 2005 New Revision: 178261 URL: http://svn.apache.org/viewcvs?rev=178261view=rev Log: tag sandbox version Added: jakarta/commons/proper/vfs/tags/sandbox/ - copied from r178260, jakarta/commons/proper/vfs/trunk/

DO NOT REPLY [Bug 35047] New: - BeanUtils failed to copy properties from DynaBean to JavaBean

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

[Jakarta-commons Wiki] Update of MovingFromSandboxToProperSVN by MarioIvankovits

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProperSVN New page: --- This is a work in progress --- This

DO NOT REPLY [Bug 35047] - BeanUtils failed to copy properties from DynaBean to JavaBean

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

DO NOT REPLY [Bug 35047] - BeanUtils failed to copy properties from DynaBean to JavaBean

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

[Jakarta-commons Wiki] Update of MovingFromSandboxToProperSVN by MarioIvankovits

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProperSVN

[Jakarta-commons Wiki] Update of MovingFromSandboxToProperSVN by MarioIvankovits

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProperSVN

svn commit: r178265 - in /jakarta/commons/proper/commons-build/trunk: menus/components-items.ent menus/sandbox-items.ent parts/components-table.ent parts/sandbox-table.ent

2005-05-24 Thread imario
Author: imario Date: Tue May 24 13:05:37 2005 New Revision: 178265 URL: http://svn.apache.org/viewcvs?rev=178265view=rev Log: moved vfs from sandbox to proper Modified: jakarta/commons/proper/commons-build/trunk/menus/components-items.ent

svn commit: r178266 - in /jakarta/commons/proper/vfs/trunk: gump.xml project.xml xdocs/index.xml

2005-05-24 Thread imario
Author: imario Date: Tue May 24 13:08:48 2005 New Revision: 178266 URL: http://svn.apache.org/viewcvs?rev=178266view=rev Log: changed/removed sandbox path Modified: jakarta/commons/proper/vfs/trunk/gump.xml jakarta/commons/proper/vfs/trunk/project.xml

[Jakarta-commons Wiki] Update of MovingFromSandboxToProperSVN by MarioIvankovits

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProperSVN

DO NOT REPLY [Bug 35047] - BeanUtils failed to copy properties from DynaBean to JavaBean

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

[Announce] VFS moved out of sandbox

2005-05-24 Thread Mario Ivankovits
Hi! I think I have done everyting needet to move VFS out of the sandbox structure into commons proper. svn move is completed whithout leaving any clutter there. I document what I have done here: http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProperSVN Could one please ensure

Re: [Announce] VFS moved out of sandbox

2005-05-24 Thread Martin Cooper
On 5/24/05, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I think I have done everyting needet to move VFS out of the sandbox structure into commons proper. Not quite. You need to add VFS to the svn:externals on trunks-proper and remove it from the ones on trunks-sandbox. svn move is

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Thomas Dudziak
1) Should it be a separate project or a branch of Commons-Collections? It is the case that Java 1.5 classes are NOT binary compatible with previous runtime environments (1.4 and earlier). So, the original Collections have a very long life ahead of them. Also, an enormous number of

svn commit: r178303 - /jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java

2005-05-24 Thread scolebourne
Author: scolebourne Date: Tue May 24 15:39:51 2005 New Revision: 178303 URL: http://svn.apache.org/viewcvs?rev=178303view=rev Log: Simplify code in iterator remove to avoid incorrect ConcurrentModificationException bug 34690, from Jack Modified:

DO NOT REPLY [Bug 34690] - [collections] Concurrent modification in FastArrayList

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

Re: Commons-Collections enhanced with Java Generics Support

2005-05-24 Thread Stephen Colebourne
John Watkinson wrote: We are definitely ready and willing to bring the code back in to the Jakarta Commons when the time is right. Our goal was to get it done so that developers (us included) could start using and improving it, but we hope that we can eventually contribute it all back to the

[Jakarta-commons Wiki] Update of Collections by StephenColebourne

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by StephenColebourne: http://wiki.apache.org/jakarta-commons/Collections The comment on the change is: Fix version mistake

svn commit: r178321 - /jakarta/commons/proper/lang/trunk/build.xml

2005-05-24 Thread stevencaswell
Author: stevencaswell Date: Tue May 24 16:32:11 2005 New Revision: 178321 URL: http://svn.apache.org/viewcvs?rev=178321view=rev Log: added deleting the text package from the test tree in the 2.1 distribution build; removed running the text test suite from the test target for the 2.1

[lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Steven Caswell
All, I have discovered a group of tests in the DateUtils test case that fails under 1.2.2 but not under 1.4.2. They are testing the DateUtils round method when rounding a date in the MET timezone across the start and end of DST. If I remember correctly, this was in response to a user bug

svn commit: r178334 - in /jakarta/commons/proper/logging/branches/simon-1.1/src/test/org/apache/commons/logging: BasicTestCase.java ChildFirstClassLoader.java ModifiableClassLoader.java ParentFirstClassLoader.java

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 18:04:04 2005 New Revision: 178334 URL: http://svn.apache.org/viewcvs?rev=178334view=rev Log: General testcase improvements. Added: jakarta/commons/proper/logging/branches/simon-1.1/src/test/org/apache/commons/logging/ModifiableClassLoader.java (with

svn commit: r178335 - /jakarta/commons/proper/logging/branches/simon-1.1/build.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 18:04:55 2005 New Revision: 178335 URL: http://svn.apache.org/viewcvs?rev=178335view=rev Log: Added context factory target, now that ContextFactory is treated as a normal factory and not a special case. Modified:

RE: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Gary Gregory
I'd like to check 1.3.1 but... running ant clean build-dist-2.1 test from src-zip does not make it past text tests: test.text: [echo] Running text package tests ... [java] Class not found org.apache.commons.lang.text.TextTestSuite BUILD FAILED

Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Steven Caswell
Gary, I have a fix for that problem. I'll go ahead and put up a corrected source distribution with the fix and without the DateUtilsTest correction so you can try 1.3.1. On 5/24/05, Gary Gregory [EMAIL PROTECTED] wrote: I'd like to check 1.3.1 but... running ant clean build-dist-2.1 test

svn commit: r178342 - /jakarta/commons/proper/digester/trunk/project.properties

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 18:58:41 2005 New Revision: 178342 URL: http://svn.apache.org/viewcvs?rev=178342view=rev Log: Ensure class files are compatible with 1.2 jvms. Modified: jakarta/commons/proper/digester/trunk/project.properties Modified:

Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Steven Caswell
Gary, I put up the revised source distribution in http://www.apache.org/~stevencaswell/commons-lang-2.1 I named them commons-lang-2.1-RC6a-src.* so you could easily tell they are modified. I was just too lazy to change it to RC7 for a minor non-code fix, and since there will probably be an

svn commit: r178343 - in /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester: Digester.java NodeCreateRule.java

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 19:03:02 2005 New Revision: 178343 URL: http://svn.apache.org/viewcvs?rev=178343view=rev Log: Add setCustomContentHandler general feature to digester so Rule classes can redirect SAX events without fiddling with the digester's parser directly. And use it in

DO NOT REPLY [Bug 34819] - [digester] NodeCreateRule Failing

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

RE: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Gary Gregory
Steven: (You're welcome.) Downloaded RC6a-src and I am now experiencing Weirdness: I run ant clean dist-build-2.1 test which works fine on Sun Java 1.4.2_08. On Sun Java 1.3.1_14 I get: test.lang: [echo] Running lang package tests ... [java] Class not found

[lang] checkstyle report

2005-05-24 Thread Simon Kitching
Hi, I've checked http://people.apache.org/~stevencaswell/commons-lang-2.1/docs/checkstyle-report.html and there is a massive number of checkstyle errors reported. I suggest you either fix them or turn off the checkstyle checks you don't want. Fixing the problem is probably better. By the way,

svn commit: r178355 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 20:58:11 2005 New Revision: 178355 URL: http://svn.apache.org/viewcvs?rev=178355view=rev Log: Fixed overly long lines in javadoc. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/ObjectParamRule.java Modified:

svn commit: r178356 - /jakarta/commons/proper/digester/trunk/src/conf/MANIFEST.MF

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 20:58:53 2005 New Revision: 178356 URL: http://svn.apache.org/viewcvs?rev=178356view=rev Log: Updated to 1.7 Modified: jakarta/commons/proper/digester/trunk/src/conf/MANIFEST.MF Modified: jakarta/commons/proper/digester/trunk/src/conf/MANIFEST.MF URL:

svn commit: r178357 - /jakarta/commons/proper/digester/trunk/COPYRIGHT.txt

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 20:59:52 2005 New Revision: 178357 URL: http://svn.apache.org/viewcvs?rev=178357view=rev Log: Added template for text to be inserted at head of every file. This file is also used by checkstyle to verify that every file has the appropriate copyright text in it.

svn commit: r178358 - /jakarta/commons/proper/digester/trunk/build.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 21:02:28 2005 New Revision: 178358 URL: http://svn.apache.org/viewcvs?rev=178358view=rev Log: Moved revision number to 1.7 Also make footer copyright statement consistent with other commons projects, and with advice on legal-discuss list (the compilation can be

Re: [lang] checkstyle report

2005-05-24 Thread Simon Kitching
On Wed, 2005-05-25 at 15:18 +1200, Simon Kitching wrote: By the way, I've struck a checkstyle problem when using it in the digester site. Despite project.properties having maven.checkstyle.properties=${basedir}/checkstyle.xml it doesn't look to me like the specified checkstyle.xml file

svn commit: r178362 - /jakarta/commons/proper/digester/trunk/project.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 21:20:52 2005 New Revision: 178362 URL: http://svn.apache.org/viewcvs?rev=178362view=rev Log: * update version from 1.7-dev to 1.7-RC1 * exclude some maven reports that aren't useful. Modified: jakarta/commons/proper/digester/trunk/project.xml Modified:

svn commit: r178363 - /jakarta/commons/proper/digester/trunk/xdocs/index.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 21:24:07 2005 New Revision: 178363 URL: http://svn.apache.org/viewcvs?rev=178363view=rev Log: Updates in preparation for 1.7 release. Modified: jakarta/commons/proper/digester/trunk/xdocs/index.xml Modified:

Re: [lang] checkstyle report

2005-05-24 Thread Frank W. Zammetti
I believe that is the OperatorWrap check, in the Whitespace group of checks. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Simon Kitching wrote: On Wed, 2005-05-25 at 15:18 +1200, Simon Kitching wrote: By the way, I've struck a

svn commit: r178364 - /jakarta/commons/proper/digester/trunk/xdocs/navigation.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 21:24:55 2005 New Revision: 178364 URL: http://svn.apache.org/viewcvs?rev=178364view=rev Log: Add navbar entries to link to javadoc and release notes for previous releases. Modified: jakarta/commons/proper/digester/trunk/xdocs/navigation.xml Modified:

Re: [lang] checkstyle report

2005-05-24 Thread Phil Steitz
If you are talking about the digester checkstyle.xml, the culprit is this: module name=OperatorWrap property name=option value=eol/ /module See http://checkstyle.sourceforge.net/config_whitespace.html#OperatorWrap I think nl forces the opposite behaviour, dropping the check eliminates

Re: [lang] checkstyle report

2005-05-24 Thread Martin Cooper
On 5/24/05, Simon Kitching [EMAIL PROTECTED] wrote: On Wed, 2005-05-25 at 15:18 +1200, Simon Kitching wrote: By the way, I've struck a checkstyle problem when using it in the digester site. Despite project.properties having maven.checkstyle.properties=${basedir}/checkstyle.xml it

Re: [lang] checkstyle report

2005-05-24 Thread Simon Kitching
On Wed, 2005-05-25 at 00:30 -0400, Phil Steitz wrote: If you are talking about the digester checkstyle.xml, the culprit is this: module name=OperatorWrap property name=option value=eol/ /module See http://checkstyle.sourceforge.net/config_whitespace.html#OperatorWrap I think nl

svn commit: r178366 - /jakarta/commons/proper/digester/trunk/checkstyle.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 21:36:39 2005 New Revision: 178366 URL: http://svn.apache.org/viewcvs?rev=178366view=rev Log: Removed check for operators at end vs start of line - not useful. Added (but commented out) some potentially useful checks. Modified:

svn commit: r178368 - /jakarta/commons/proper/digester/trunk/project.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 21:48:23 2005 New Revision: 178368 URL: http://svn.apache.org/viewcvs?rev=178368view=rev Log: Disable linkcheck plugin by default Modified: jakarta/commons/proper/digester/trunk/project.xml Modified: jakarta/commons/proper/digester/trunk/project.xml URL:

DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

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

DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

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

svn commit: r178371 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 22:13:27 2005 New Revision: 178371 URL: http://svn.apache.org/viewcvs?rev=178371view=rev Log: Fix simplify some broken links to external docs in javadoc. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

svn commit: r178372 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 22:15:37 2005 New Revision: 178372 URL: http://svn.apache.org/viewcvs?rev=178372view=rev Log: Fix broken links to external sites. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html Modified:

svn commit: r178373 - /jakarta/commons/proper/digester/trunk/xdocs/index.xml

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 22:20:21 2005 New Revision: 178373 URL: http://svn.apache.org/viewcvs?rev=178373view=rev Log: Clean up download links. Modified: jakarta/commons/proper/digester/trunk/xdocs/index.xml Modified: jakarta/commons/proper/digester/trunk/xdocs/index.xml URL:

svn commit: r178374 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 22:22:54 2005 New Revision: 178374 URL: http://svn.apache.org/viewcvs?rev=178374view=rev Log: Add info re new setCustomContentHandler feature. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified:

svn commit: r178376 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 22:32:50 2005 New Revision: 178376 URL: http://svn.apache.org/viewcvs?rev=178376view=rev Log: Remove release to-do notes. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Re: [digester] VOTE: create release 1.7

2005-05-24 Thread Dion Gillard
Any other outstanding bugs we should fix before a release? On 5/25/05, Simon Kitching [EMAIL PROTECTED] wrote: Hi All, I'd like to propose that we do a release 1.7 of Digester. I'm willing to act as release manager for this. The reasons for doing a release are: * one digester user has

Re: [digester] VOTE: create release 1.7

2005-05-24 Thread Simon Kitching
On Wed, 2005-05-25 at 15:38 +1000, Dion Gillard wrote: Any other outstanding bugs we should fix before a release? No bugs exist; bugzilla just has 7 enhancement requests. Well, there is one bug I'm just waiting on feedback from the reporter on before closing. I don't think any of the

svn commit: r178380 - /jakarta/commons/proper/digester/trunk/STATUS.html

2005-05-24 Thread skitching
Author: skitching Date: Tue May 24 22:52:17 2005 New Revision: 178380 URL: http://svn.apache.org/viewcvs?rev=178380view=rev Log: Update version# to 1.7 Modified: jakarta/commons/proper/digester/trunk/STATUS.html Modified: jakarta/commons/proper/digester/trunk/STATUS.html URL:

DO NOT REPLY [Bug 35053] New: - [dbcp] redesign to use dbcp with security manager

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