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

2006-08-02 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-08-02 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: (TRANSACTION-11) Improve relationship between ResourceManager and FileResourceManager

2006-08-02 Thread JIRA
[ http://issues.apache.org/jira/browse/TRANSACTION-11?page=comments#action_12425218 ] Jörg Heinicke commented on TRANSACTION-11: -- I don't like the idea of adding getters and setters to interfaces, but as the corresponding getter

[jira] Commented: (TRANSACTION-11) Improve relationship between ResourceManager and FileResourceManager

2006-08-02 Thread Jeremy Fujimoto-Johnson (JIRA)
[ http://issues.apache.org/jira/browse/TRANSACTION-11?page=comments#action_12425272 ] Jeremy Fujimoto-Johnson commented on TRANSACTION-11: Actually, in the attached patch there isn't a setDefaultTransactionTimeout() method

[jira] Created: (IO-90) Infinite loop in FileSystemUtils.freeSpaceWindows if share directory empty

2006-08-02 Thread Thomas Ledoux (JIRA)
Infinite loop in FileSystemUtils.freeSpaceWindows if share directory empty -- Key: IO-90 URL: http://issues.apache.org/jira/browse/IO-90 Project: Commons IO Issue Type:

[jira] Created: (COLLECTIONS-219) The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method.

2006-08-02 Thread Tom Leccese (JIRA)
The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method. Key: COLLECTIONS-219 URL:

Re: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Henri Yandell
Make a new one - unless you're arguing for the change to be in 2.2; then keep it going on this thread. Hen On 8/2/06, Tom Schindl [EMAIL PROTECTED] wrote: Where should I put my feature request should I: - append it to VariableFormatter's-Jira-Entry - create a new Jira-Entry for StrSubstitutor

Re: [logging] Tapestry and JCL

2006-08-02 Thread Boris Unckel
Hello, Simon Kitching wrote: If I were writing a 1.4+ library or app, I'd just use java.util.logging directly. Which reminds me: is the JULI implementation of the java.util.logging API (used in tomcat) available as an independent library? If not, maybe it is worth extracting it as a project of

[jira] Commented: (MATH-154) MathUtils addAndCheck and subAndCheck for long values

2006-08-02 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-154?page=comments#action_12425314 ] Remi Arntzen commented on MATH-154: --- a better implementation: long addAndCheck(long a, long b) { long max = Math.max(a, b); long min = Math.min(a, b);

Re: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Tom Schindl
Well I'd love to see this method in 2.2 because I think it does make any API visible to the user and doesn't bloat the interface with too many new methods. Any other thoughts? Tom Henri Yandell wrote: Make a new one - unless you're arguing for the change to be in 2.2; then keep it going on

RE: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Gary Gregory
Hello All: I think the argument for the name change I am hearing is: we are not formatting a la printf but we are replacing markers with values (and not formatting those values). Is that right? If that is the case, a Substitutor name is better. As a general rule, I do not like or use

Re: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Oliver Heger
Stephen Colebourne wrote: For example There were ${number} characters, would return the object matching the ${number} substitution, and dropping the rest of the text! Perhaps you can point to an exact use case? Oliver Heger wrote: Your analysis is correct. The idea was that you can have

Re: [build] nightly build support for maven2?

2006-08-02 Thread Phil Steitz
On 8/1/06, Simon Kitching [EMAIL PROTECTED] wrote: Hi, Currently the nightly build stuff supports either ant or maven1.x. I've just got logging building/testing successfully with maven2 (though building the dist bundles is still to do). Is there any chance someone could update the nightly

svn commit: r428130 - in /jakarta/commons/proper/collections/trunk: ./ src/java/org/apache/commons/collections/ src/test/org/apache/commons/collections/

2006-08-02 Thread scolebourne
Author: scolebourne Date: Wed Aug 2 13:24:02 2006 New Revision: 428130 URL: http://svn.apache.org/viewvc?rev=428130view=rev Log: COLLECTIONS-219 - CollectionUtils - Fix removeAll() method which was completely broken Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

[jira] Updated: (COLLECTIONS-219) The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method.

2006-08-02 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-219?page=all ] Stephen Colebourne updated COLLECTIONS-219: --- Component/s: Core Fix Version/s: 3.3 Assignee: Stephen Colebourne The CollectionUtils.removeAll method calls the

Re: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Henri Yandell
On 8/2/06, Gary Gregory [EMAIL PROTECTED] wrote: Hello All: I think the argument for the name change I am hearing is: we are not formatting a la printf but we are replacing markers with values (and not formatting those values). Is that right? If that is the case, a Substitutor name is better.

svn commit: r428147 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java

2006-08-02 Thread rdonkin
Author: rdonkin Date: Wed Aug 2 14:02:21 2006 New Revision: 428147 URL: http://svn.apache.org/viewvc?rev=428147view=rev Log: Improved error reporting in the case of a cycle reference. Based on JIRA BETWIXT-54 contributed by Holger Haag. This reduces the level at which the error is reported to

[jira] Closed: (BETWIXT-54) CyclicReferenceException Logging

2006-08-02 Thread Robert Burrell Donkin (JIRA)
[ http://issues.apache.org/jira/browse/BETWIXT-54?page=all ] Robert Burrell Donkin closed BETWIXT-54. Resolution: Fixed hi holgar thanks for the patch i've committed a variation upon the patch. i'm a little concerned that logging to error is

svn commit: r428162 - /jakarta/commons/proper/fileupload/trunk/pom.xml

2006-08-02 Thread jochen
Author: jochen Date: Wed Aug 2 14:49:12 2006 New Revision: 428162 URL: http://svn.apache.org/viewvc?rev=428162view=rev Log: Adding initial pom for Maven 2 builds. Added: jakarta/commons/proper/fileupload/trunk/pom.xml Added: jakarta/commons/proper/fileupload/trunk/pom.xml URL:

Re: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Stephen Colebourne
Henri Yandell wrote: On 8/2/06, Gary Gregory [EMAIL PROTECTED] wrote: I think in some places it was to avoid clash with JDK 1.5. StringBuilder I presume being the one. (I sent a mail earlier, but its not arrived) But yes, this is the key point. StrBuilder is a pre JDK5 version of

[Commons-Math] util.TransformerMap java doc's

2006-08-02 Thread Remi Arntzen
repeted word of transformation of of mixed object in java docs for org.apache.commons.math.util.TransformerMap - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]