svn commit: r476770 - /jakarta/commons/proper/logging/trunk/pom.xml

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 00:36:36 2006 New Revision: 476770 URL: http://svn.apache.org/viewvc?view=revrev=476770 Log: Add note re how to run unit tests. Modified: jakarta/commons/proper/logging/trunk/pom.xml Modified: jakarta/commons/proper/logging/trunk/pom.xml URL:

svn commit: r476772 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 00:50:31 2006 New Revision: 476772 URL: http://svn.apache.org/viewvc?view=revrev=476772 Log: Improve diagnostics when underlying lib throws InvocationTargetException. Patch provided by Lilliane E. Blaze. See Jira issue LOGGING-111. Modified:

svn commit: r476774 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/Log4JLogger.java

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 00:57:51 2006 New Revision: 476774 URL: http://svn.apache.org/viewvc?view=revrev=476774 Log: Handle null log4j logger param to constructor better than just causing NullPointerException. Thanks to Lilianne E. Blaze for the patch; see jira LOGGING-111. Modified:

[jira] Commented: (LOGGING-111) Small patch to make debugging easier

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-111?page=comments#action_12451127 ] Simon Kitching commented on LOGGING-111: Looks good to me. I've committed this patch (with a couple of extra checks for null causes). Thanks very much

[jira] Commented: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=comments#action_12451130 ] Simon Kitching commented on LOGGING-106: Fixed by SVN r423654. Re the last paragraph above, using an AccessController too broadly is a security risk so

[jira] Resolved: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching resolved LOGGING-106. Resolution: Fixed AccessControlException when loading LogFactory class without system properties permission

[jira] Reopened: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching reopened LOGGING-106: AccessControlException when loading LogFactory class without system properties permission

[jira] Resolved: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching resolved LOGGING-106. Fix Version/s: 1.1.1 Resolution: Fixed AccessControlException when loading LogFactory class without system properties permission

[jira] Closed: (LOGGING-106) AccessControlException when loading LogFactory class without system properties permission

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-106?page=all ] Simon Kitching closed LOGGING-106. -- AccessControlException when loading LogFactory class without system properties permission

svn commit: r476777 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 01:17:43 2006 New Revision: 476777 URL: http://svn.apache.org/viewvc?view=revrev=476777 Log: General updates Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt URL:

[jira] Resolved: (LOGGING-107) AccessController use

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-107?page=all ] Simon Kitching resolved LOGGING-107. Fix Version/s: 1.1.1 Resolution: Fixed AccessController use Key: LOGGING-107 URL:

[jira] Commented: (LOGGING-110) Implement a Level class and a generic log method in Log

2006-11-19 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-110?page=comments#action_12451136 ] Simon Kitching commented on LOGGING-110: You're right; sorry I got a little mixed up; trying to juggle too many things :0). What avalon doesn't support

Re: [logging] 1.1.1? (was Re: Digester 1.8-RC1 available)

2006-11-19 Thread Simon Kitching
On Sat, 2006-11-18 at 13:58 +0100, Dennis Lundberg wrote: I can help with preparing a 1.1.1 release. Great! I'm currently cleaning up JIRA for LOGGING. So far I've gone through Versions and have removed the non-JCL versions that came over in the transition from Bugzilla. A bunch of

svn commit: r476784 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-11-19 Thread skitching
Author: skitching Date: Sun Nov 19 01:54:02 2006 New Revision: 476784 URL: http://svn.apache.org/viewvc?view=revrev=476784 Log: Add note about maven1 support. Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

Re: [logging] 1.1.1? (was Re: Digester 1.8-RC1 available)

2006-11-19 Thread Simon Kitching
On Fri, 2006-11-17 at 19:36 -0500, Rahul Akolkar wrote: What work are you referring to? As a point release, we should focus on things fixed + pom update (also fixed). What else? I'm not aware of anything that's outstanding (exception LOGGING-111, awaiting feedback from original poster). Oh,

Re: [jira] Commented: (LOGGING-111) Small patch to make debugging easier

2006-11-19 Thread Lilianne E. Blaze
Simon Kitching (JIRA) wrote: [ http://issues.apache.org/jira/browse/LOGGING-111?page=comments#action_12451127 ] Simon Kitching commented on LOGGING-111: Looks good to me. I've committed this patch (with a couple of extra checks for

Re: [jira] Commented: (BEANUTILS-257) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions

2006-11-19 Thread Aaron Digulla
Niall Pemberton (JIRA) wrote: Aaron thanks for preparing a patch. This would need to go into a BeanUtils 2 version since it isn't backwardly compatible. Whether there will ever be a BeanUtils 2 version is another question. At this point in time I don't think the chances are high. Why not?

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-11-19 Thread commons-jelly-tags-jsl development
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.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-11-19 Thread commons-jelly-tags-jsl development
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.

[jira] Commented: (JEXL-30) ASTAddNode does not add BigDecimal objects correctly

2006-11-19 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-30?page=comments#action_12451144 ] dion gillard commented on JEXL-30: -- I agree the current case is wrong, but I'd much rather see a special case where if left/right is a BigDecimal then the other

Re: [nightly build] codec net proxy failed.

2006-11-19 Thread Phil Steitz
On 11/18/06, Bill Barker [EMAIL PROTECTED] wrote: Phil Steitz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 11/18/06, Bill Barker [EMAIL PROTECTED] wrote: I found the problem with Gump, and I'm betting that it is the same problem with [nightly build]. The /etc/hosts file on

svn commit: r476848 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.betwixt

2006-11-19 Thread rdonkin
Author: rdonkin Date: Sun Nov 19 09:10:31 2006 New Revision: 476848 URL: http://svn.apache.org/viewvc?view=revrev=476848 Log: Added missing license Modified: jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.betwixt Modified:

svn commit: r476850 - /jakarta/commons/proper/betwixt/trunk/project.xml

2006-11-19 Thread rdonkin
Author: rdonkin Date: Sun Nov 19 09:22:14 2006 New Revision: 476850 URL: http://svn.apache.org/viewvc?view=revrev=476850 Log: Preparations for RC2 Modified: jakarta/commons/proper/betwixt/trunk/project.xml Modified: jakarta/commons/proper/betwixt/trunk/project.xml URL:

svn commit: r476853 - /jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt

2006-11-19 Thread rdonkin
Author: rdonkin Date: Sun Nov 19 09:33:42 2006 New Revision: 476853 URL: http://svn.apache.org/viewvc?view=revrev=476853 Log: Improved release notes Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt URL:

svn commit: r476855 - /jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt

2006-11-19 Thread rdonkin
Author: rdonkin Date: Sun Nov 19 09:35:16 2006 New Revision: 476855 URL: http://svn.apache.org/viewvc?view=revrev=476855 Log: Improved release notes Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt URL:

svn commit: r476857 - /jakarta/commons/proper/betwixt/tags/BETWIXT_0_8_RC2/

2006-11-19 Thread rdonkin
Author: rdonkin Date: Sun Nov 19 09:37:37 2006 New Revision: 476857 URL: http://svn.apache.org/viewvc?view=revrev=476857 Log: Betwixt 0.8, Release Candidate 2 Added: jakarta/commons/proper/betwixt/tags/BETWIXT_0_8_RC2/ - copied from r476856, jakarta/commons/proper/betwixt/trunk/

[jira] Commented: (JEXL-30) ASTAddNode does not add BigDecimal objects correctly

2006-11-19 Thread Curtis Stanford (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-30?page=comments#action_12451172 ] Curtis Stanford commented on JEXL-30: - I'm a JEXL noob so I don't really care how it's done. I know there are workarounds (i.e. a.add(b) or a+0.0+b) but what

Re: [logging] 1.1.1? (was Re: Digester 1.8-RC1 available)

2006-11-19 Thread Rahul Akolkar
On 11/19/06, Simon Kitching [EMAIL PROTECTED] wrote: On Fri, 2006-11-17 at 19:36 -0500, Rahul Akolkar wrote: What work are you referring to? As a point release, we should focus on things fixed + pom update (also fixed). What else? I'm not aware of anything that's outstanding (exception

Re: svn commit: r474943 - in /jakarta/commons/proper/digester/trunk: pom.xml src/assembly/ src/assembly/bin.xml src/assembly/src.xml

2006-11-19 Thread Rahul Akolkar
On 11/14/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/14/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +TODO: + 2. Would like binary distros to be *.zip rather than *-bin.zip, for example ... +assembly + idbin/id The 'bin' in

[jira] Commented: (JEXL-30) ASTAddNode does not add BigDecimal objects correctly

2006-11-19 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-30?page=comments#action_12451176 ] Rahul Akolkar commented on JEXL-30: --- I agree, Dion. We probably want to fold in similar changes accounting for BigIntegers into this ticket. ASTAddNode does not

Re: svn commit: r474943 - in /jakarta/commons/proper/digester/trunk: pom.xml src/assembly/ src/assembly/bin.xml src/assembly/src.xml

2006-11-19 Thread Wendy Smoak
On 11/19/06, Rahul Akolkar [EMAIL PROTECTED] wrote: And now I remember why I wanted to retain 'bin' as the descriptor ID. The nightly script looks for a descriptor with ID 'bin' for assembling the binary distro (if we move to m2 for the nightlies). Looks like we need pack options in the

[betwixt] final checks on RC2

2006-11-19 Thread robert burrell donkin
thanks to everyone who commented on RC1 i've now cut an RC2 based on the feedback and uploaded the artifacts (only) to http://people.apache.org/~rdonkin/commons-betwixt/. please check them. unless issues emerge, i'll finish off the process (javadocs, signatures and so on) and move to a VOTE. -

[math] patching a mantissa issue

2006-11-19 Thread Luc Maisonobe
An issue has been identified in the Mantissa 6.3 version that was used as a base for the code base I donated some time ago. I have set up a patch that should fix the issue in this base. Should I send it directly to the list (it is 24k uncompressed) or to someone else (Phil) ? The problem was

Re: [math] patching a mantissa issue

2006-11-19 Thread Phil Steitz
Luc, I am about to commit the code. Actually was working on that when I saw this. Once I have the code in, submit the patch against the code in svn. Thanks! -Phil On 11/19/06, Luc Maisonobe [EMAIL PROTECTED] wrote: An issue has been identified in the Mantissa 6.3 version that was used as a

svn commit: r476930 [3/22] - in /jakarta/commons/proper/math/trunk/src/mantissa: ./ src/ src/org/ src/org/spaceroots/ src/org/spaceroots/mantissa/ src/org/spaceroots/mantissa/algebra/ src/org/spaceroo

2006-11-19 Thread psteitz
Added: jakarta/commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/estimation/GaussNewtonEstimator.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/estimation/GaussNewtonEstimator.java?view=autorev=476930

svn commit: r476930 [16/22] - in /jakarta/commons/proper/math/trunk/src/mantissa: ./ src/ src/org/ src/org/spaceroots/ src/org/spaceroots/mantissa/ src/org/spaceroots/mantissa/algebra/ src/org/spacero

2006-11-19 Thread psteitz
Added: jakarta/commons/proper/math/trunk/src/mantissa/tests-src/org/spaceroots/mantissa/estimation/EstimatedParameterTest.java URL:

[jira] Commented: (SANDBOX-181) CSVStrategy.clone()

2006-11-19 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-181?page=comments#action_12451185 ] Henri Yandell commented on SANDBOX-181: --- Seems like a good idea. +1 CSVStrategy.clone() --- Key: SANDBOX-181

[csv] Adding Yonik Seeley to jakarta-commons-sandbox

2006-11-19 Thread Henri Yandell
On 11/17/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 11/17/06, Henri Yandell [EMAIL PROTECTED] wrote: Generally it's the same advice as the thread over on incubator - try and help with a release on the dependency side. In this case - involvement would be much appreciated, any asf committer

[jira] Commented: (SANDBOX-180) CSVParser allow strategy in constructor

2006-11-19 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-180?page=comments#action_12451186 ] Henri Yandell commented on SANDBOX-180: --- +1. Will let you apply the patch. What do you think to deprecating the old constructor and removing before

[jira] Updated: (DBCP-65) [dbcp] Deadlock when evicting dbcp objects (testWhileIdle=true)

2006-11-19 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-65?page=all ] Phil Steitz updated DBCP-65: Bugzilla Id: (was: 34539) Fix Version/s: 1.3 (was: 1.2.2) I cannot find a backward compatible way to fix this. [dbcp] Deadlock when

Re: [math] patching a mantissa issue

2006-11-19 Thread Luc Maisonobe
Phil Steitz a écrit : Luc, I am about to commit the code. Actually was working on that when I saw this. Once I have the code in, submit the patch against the code in svn. Here is the patch. I hope it is not too large to be submitted through this list. If anybody is upset with this, please

Re: [math] patching a mantissa issue

2006-11-19 Thread Phil Steitz
Luc, In the future, the best way to do this is to open a Jira issue and attach the patch to the issue. This is fine for now, though. Thanks! -Phil On 11/19/06, Luc Maisonobe [EMAIL PROTECTED] wrote: Phil Steitz a écrit : Luc, I am about to commit the code. Actually was working on that