svn commit: r428261 - /jakarta/commons/proper/attributes/tags/CA_2_2/

2006-08-02 Thread bayard
Author: bayard Date: Wed Aug 2 23:38:34 2006 New Revision: 428261 URL: http://svn.apache.org/viewvc?rev=428261&view=rev Log: Creating a release tag for 2.2 Added: jakarta/commons/proper/attributes/tags/CA_2_2/ - copied from r428260, jakarta/commons/proper/attributes/trunk/ --

svn commit: r428260 - /jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml

2006-08-02 Thread bayard
Author: bayard Date: Wed Aug 2 23:37:13 2006 New Revision: 428260 URL: http://svn.apache.org/viewvc?rev=428260&view=rev Log: The name of the release notes changed Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Modified: jakarta/commons/proper/attributes/trunk/site/xd

svn commit: r428259 - /jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml

2006-08-02 Thread bayard
Author: bayard Date: Wed Aug 2 23:32:06 2006 New Revision: 428259 URL: http://svn.apache.org/viewvc?rev=428259&view=rev Log: Setting tomorrow as the release date Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Modified: jakarta/commons/proper/attributes/trunk/site/xdo

svn commit: r428258 - in /jakarta/commons/proper/attributes/trunk: compiler/manifest.mf compiler/project.xml plugin/manifest.mf plugin/project.xml project.xml unittest/project.xml

2006-08-02 Thread bayard
Author: bayard Date: Wed Aug 2 23:31:00 2006 New Revision: 428258 URL: http://svn.apache.org/viewvc?rev=428258&view=rev Log: Moved from 2.2-rc1 to 2.2 Modified: jakarta/commons/proper/attributes/trunk/compiler/manifest.mf jakarta/commons/proper/attributes/trunk/compiler/project.xml j

Re: [VOTE] Release Attributes 2.2

2006-08-02 Thread Henri Yandell
On 8/1/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: From: Henri Yandell <[EMAIL PROTECTED]> > > Another minor nit would be to have the source and binary distros > > unpack into separate directories. > Will leave that for the moment. Wonder if Maven has fixed that so the > source unpacks nic

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

2006-08-02 Thread Henri Yandell
On 8/2/06, Remi Arntzen <[EMAIL PROTECTED]> wrote: repeted word "of" "transformation of of mixed object" in java docs for org.apache.commons.math.util.TransformerMap Thanks Remi, fixed in subversion. Hen - To unsubscribe, e

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

2006-08-02 Thread bayard
Author: bayard Date: Wed Aug 2 23:19:28 2006 New Revision: 428255 URL: http://svn.apache.org/viewvc?rev=428255&view=rev Log: Fixing typo as pointed out by Remi Arntzen on commons-dev Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java Modif

[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]

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 StringBuil

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=428162&view=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: http://svn.

[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 a

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=428147&view=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

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: r428141 - in /jakarta/commons/proper/fileupload/trunk: ./ .settings/ src/java/org/apache/commons/fileupload/ src/java/org/apache/commons/fileupload/portlet/ src/java/org/apache/commons/fil

2006-08-02 Thread jochen
Author: jochen Date: Wed Aug 2 13:49:46 2006 New Revision: 428141 URL: http://svn.apache.org/viewvc?rev=428141&view=rev Log: Merged in the streaming branch. Added: jakarta/commons/proper/fileupload/trunk/.settings/ - copied from r420345, jakarta/commons/proper/fileupload/branches/stre

[jira] Closed: (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 closed COLLECTIONS-219. -- Resolution: Fixed Fixed in svn 348013, thanks > The CollectionUtils.removeAll method calls the ListUtils.retainAll method > instead o

[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 Lis

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=428130&view=rev Log: COLLECTIONS-219 - CollectionUtils - Fix removeAll() method which was completely broken Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

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 bui

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 sp

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 abbreviati

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

[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: [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

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

[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: htt

[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] 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 a

[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 getDef

[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. Th

[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. Th

Re: [lang] VariableFormatter - pre 2.2

2006-08-02 Thread Tom Schindl
Where should I put my feature request should I: - append it to VariableFormatter's-Jira-Entry - create a new Jira-Entry for StrSubstitutor Tom Tom Schindl schrieb: > Hi, > > Looks good to me. Maybe for 2.3 this patch could provide > MessageFormatting like proposed before without bloating the API