[EMAIL PROTECTED]: Project commons-launcher (in module jakarta-commons) failed

2007-02-07 Thread Stefan Bodewig
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-launcher has an issue affecting its community integration. This issue aff

[EMAIL PROTECTED]: Project commons-launcher (in module jakarta-commons) failed

2007-02-07 Thread Stefan Bodewig
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-launcher has an issue affecting its community integration. This issue aff

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2007-02-07 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471170 ] Stephen Kestle commented on LANG-316: - No - someone really should read up on Collators etc before jumping into this

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

2007-02-07 Thread bayard
Author: bayard Date: Wed Feb 7 15:19:35 2007 New Revision: 504732 URL: http://svn.apache.org/viewvc?view=rev&rev=504732 Log: And clean up so they don't end up in other things Modified: jakarta/commons/proper/lang/trunk/build.xml Modified: jakarta/commons/proper/lang/trunk/build.xml URL: ht

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

2007-02-07 Thread bayard
Author: bayard Date: Wed Feb 7 15:09:31 2007 New Revision: 504729 URL: http://svn.apache.org/viewvc?view=rev&rev=504729 Log: Include the license/notice in the source/javadoc jars Modified: jakarta/commons/proper/lang/trunk/build.xml Modified: jakarta/commons/proper/lang/trunk/build.xml URL:

Re: [VOTE] Lang 2.3 (RC2)

2007-02-07 Thread Henri Yandell
Lack of license/notice is a -1. *grumble at self* thought Lang had that already. *whines...are we ready for maven2 yet?* Hen On 2/7/07, Stephen Colebourne <[EMAIL PROTECTED]> wrote: Its at the RMs discretion as to whether he wants a new RC. James Carman wrote: > Is that a -1? > > On 2/7/07,

Re: [VOTE] Lang 2.3 (RC2)

2007-02-07 Thread Stephen Colebourne
Its at the RMs discretion as to whether he wants a new RC. James Carman wrote: Is that a -1? On 2/7/07, Stephen Colebourne <[EMAIL PROTECTED]> wrote: Missing LICENSE and NOTICE in -sources.jar and -javadoc.jar. Missing pom.xml in src bundle. Stephen Henri Yandell wrote: > Here's the 2nd re

Re: [VOTE] Lang 2.3 (RC2)

2007-02-07 Thread James Carman
Is that a -1? On 2/7/07, Stephen Colebourne <[EMAIL PROTECTED]> wrote: Missing LICENSE and NOTICE in -sources.jar and -javadoc.jar. Missing pom.xml in src bundle. Stephen Henri Yandell wrote: > Here's the 2nd release candidate for Lang 2.3: > > http://people.apache.org/~bayard/commons-lang/c

Re: [collections] PassiveTimeOutMapDecorator

2007-02-07 Thread James Carman
In my experience, you wouldn't want the map to return null if the time has expired. You would want it to return a "refreshed" value. So, you would want to have the user provide a RefreshProvider (or whatever you want to call it): public interface RefreshProvider { public Object getValueForKey(

Re: [collections] PassiveTimeOutMapDecorator

2007-02-07 Thread Stephen Colebourne
This sounds a little too specific for me. I suspect that most people that want an expiring map will want it to be active not passive. Stephen Elifarley wrote: I've developed a Map decorator which passively evicts expired entries once their expiry time has been reached. When putting an item i

Re: VOTE: Release commons-fileupload 1.2 (3rd attempt)

2007-02-07 Thread Stephen Colebourne
LICENSE and NOTICE missing from -sources.jar and -javadoc.jar Website has lost a lot of stuff compared to existing website Stephen Jochen Wiedmann wrote: On 2/7/07, Oliver Heger <[EMAIL PROTECTED]> wrote: Hm, I probably did not follow this thread in the past, so can you please point me to w

Re: [VOTE] Lang 2.3 (RC2)

2007-02-07 Thread Stephen Colebourne
Missing LICENSE and NOTICE in -sources.jar and -javadoc.jar. Missing pom.xml in src bundle. Stephen Henri Yandell wrote: Here's the 2nd release candidate for Lang 2.3: http://people.apache.org/~bayard/commons-lang/commons-lang-2.3-rc2/ Clirr, Jardiff + Site included. [ ] +1 [ ] -1 Vote to

[jira] Commented: (IO-113) FileUtils.readFileToString is not static

2007-02-07 Thread Raul Acevedo (JIRA)
[ https://issues.apache.org/jira/browse/IO-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471121 ] Raul Acevedo commented on IO-113: - I would fix it in 1.3.1 with a binary incompatible change. One time pain for long te

svn commit: r504710 - /jakarta/commons/proper/commons-parent/trunk/src/site/site.xml

2007-02-07 Thread dennisl
Author: dennisl Date: Wed Feb 7 14:00:15 2007 New Revision: 504710 URL: http://svn.apache.org/viewvc?view=rev&rev=504710 Log: Use the released version of commons-skin. Modified: jakarta/commons/proper/commons-parent/trunk/src/site/site.xml Modified: jakarta/commons/proper/commons-parent/tru

[jira] Commented: (IO-113) FileUtils.readFileToString is not static

2007-02-07 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/IO-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471117 ] Stephen Colebourne commented on IO-113: --- Problem is that the fix is binary incompatible :-( It is source compatible

Re: VOTE: Release commons-fileupload 1.2 (3rd attempt)

2007-02-07 Thread Jochen Wiedmann
On 2/7/07, Oliver Heger <[EMAIL PROTECTED]> wrote: Hm, I probably did not follow this thread in the past, so can you please point me to where I find the files of this rc? Awfully sorry, and thanks for asking. The files are available from http://people.apache.org/~jochen/commons-fileupload/

Re: [VOTE] Lang 2.3 (RC2)

2007-02-07 Thread Henri Yandell
Not intended, but probably not a blocker. Hen On 2/7/07, Oliver Heger <[EMAIL PROTECTED]> wrote: +1, looks good to me. Only thing I noticed is that the maven 2 pom is not contained in the source distribution. Is this intended? Oliver Henri Yandell wrote: > Here's the 2nd release candidate fo

svn commit: r504696 - /jakarta/commons/proper/configuration/trunk/xdocs/howto_configurationbuilder.xml

2007-02-07 Thread brett
Author: brett Date: Wed Feb 7 13:21:19 2007 New Revision: 504696 URL: http://svn.apache.org/viewvc?view=rev&rev=504696 Log: fix typo Modified: jakarta/commons/proper/configuration/trunk/xdocs/howto_configurationbuilder.xml Modified: jakarta/commons/proper/configuration/trunk/xdocs/howto_c

Re: VOTE: Release commons-fileupload 1.2 (3rd attempt)

2007-02-07 Thread Oliver Heger
Hm, I probably did not follow this thread in the past, so can you please point me to where I find the files of this rc? Thanks Oliver Jochen Wiedmann wrote: Hi, I have prepared commons-fileupload-1.2rc3. Compared to 1.2rc2, the following changes have been made: - The sources are now availabl

Re: [VOTE] Lang 2.3 (RC2)

2007-02-07 Thread Oliver Heger
+1, looks good to me. Only thing I noticed is that the maven 2 pom is not contained in the source distribution. Is this intended? Oliver Henri Yandell wrote: Here's the 2nd release candidate for Lang 2.3: http://people.apache.org/~bayard/commons-lang/commons-lang-2.3-rc2/ Clirr, Jardiff +

Re: [all] RCs and version numbers

2007-02-07 Thread Henri Yandell
On 2/7/07, Phil Steitz <[EMAIL PROTECTED]> wrote: On 2/6/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > > 2) Create the release and have it be voted on. The version number of > the source is 1.4, the svn tag is 1.4-rc1, the 1.4 files are put in a > 1.4-rc1 directory on your ~foo/ account. It's

[VOTE] Release Commons Configuration 1.4 based on RC1

2007-02-07 Thread Oliver Heger
The files of the first release candidate for Configuration 1.4, including the site and a Clirr report, are available for inspection at http://people.apache.org/~oheger/commons-configuration-1.4rc1/ [ ] +1 Go ahead and release it [ ] -1 Don't release it because... Vote will close on Saturday

Re: [all] RCs and version numbers

2007-02-07 Thread Oliver Heger
Phil Steitz wrote: On 2/6/07, Henri Yandell <[EMAIL PROTECTED]> wrote: On 2/5/07, Oliver Heger <[EMAIL PROTECTED]> wrote: > Hi all, > > I am just in the progress of preparing the first RC for the Commons > Configuration 1.4 release, but I am unsure about the version number to > choose. As I und

[jira] Updated: (EMAIL-62) Ant patch to enforce source 1.4 and target 1.4 when compiling

2007-02-07 Thread Ben Speakmon (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Speakmon updated EMAIL-62: -- Attachment: build.xml.patch > Ant patch to enforce source 1.4 and target 1.4 when compiling > ---

[jira] Created: (EMAIL-62) Ant patch to enforce source 1.4 and target 1.4 when compiling

2007-02-07 Thread Ben Speakmon (JIRA)
Ant patch to enforce source 1.4 and target 1.4 when compiling - Key: EMAIL-62 URL: https://issues.apache.org/jira/browse/EMAIL-62 Project: Commons Email Issue Type: Bug Affects

svn commit: r504681 - in /jakarta/commons/proper/configuration/trunk: default.properties pom.xml project.xml

2007-02-07 Thread oheger
Author: oheger Date: Wed Feb 7 12:40:33 2007 New Revision: 504681 URL: http://svn.apache.org/viewvc?view=rev&rev=504681 Log: Rolling back version numbers to 1.4-SNAPSHOT until the final release Modified: jakarta/commons/proper/configuration/trunk/default.properties jakarta/commons/proper

Re: Maven 2 (WAS: [VOTE] commons-fileupload 1.2 (rc2))

2007-02-07 Thread Dennis Lundberg
Jörg Schaible wrote: Hi Dennis, Dennis Lundberg wrote: Henri Yandell wrote: On 2/5/07, Jörg Schaible <[EMAIL PROTECTED]> wrote: Hi Jochen, Jochen Wiedmann wrote on Monday, February 05, 2007 9:03 AM: I'm thinking: * Change group id? Couldn't we do that *after* the release, please? I woul

svn commit: r504679 - /jakarta/commons/proper/configuration/tags/CONFIGURATION_1_4RC1/

2007-02-07 Thread oheger
Author: oheger Date: Wed Feb 7 12:36:35 2007 New Revision: 504679 URL: http://svn.apache.org/viewvc?view=rev&rev=504679 Log: Tagging 1.4rc1 Added: jakarta/commons/proper/configuration/tags/CONFIGURATION_1_4RC1/ - copied from r504678, jakarta/commons/proper/configuration/trunk/ --

svn commit: r504677 - in /jakarta/commons/proper/configuration/trunk: default.properties maven.xml pom.xml project.xml xdocs/changes.xml

2007-02-07 Thread oheger
Author: oheger Date: Wed Feb 7 12:31:14 2007 New Revision: 504677 URL: http://svn.apache.org/viewvc?view=rev&rev=504677 Log: Setting version number to 1.4 for opening the release vote Modified: jakarta/commons/proper/configuration/trunk/default.properties jakarta/commons/proper/configura

Re: [all] RCs and version numbers

2007-02-07 Thread Phil Steitz
On 2/6/07, Henri Yandell <[EMAIL PROTECTED]> wrote: On 2/5/07, Oliver Heger <[EMAIL PROTECTED]> wrote: > Hi all, > > I am just in the progress of preparing the first RC for the Commons > Configuration 1.4 release, but I am unsure about the version number to > choose. As I understand it, before t

[jira] Commented: (IO-113) FileUtils.readFileToString is not static

2007-02-07 Thread Raul Acevedo (JIRA)
[ https://issues.apache.org/jira/browse/IO-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471077 ] Raul Acevedo commented on IO-113: - :) No worries, I'm just surprised someone didn't catch this earlier. Thanks! > File

[jira] Closed: (IO-113) FileUtils.readFileToString is not static

2007-02-07 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/IO-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed IO-113. Resolution: Fixed I'm a moron - thanks for reporting this Raul. svn ci -m "IO-113 points out that readFileToSt

svn commit: r504659 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

2007-02-07 Thread bayard
Author: bayard Date: Wed Feb 7 11:37:06 2007 New Revision: 504659 URL: http://svn.apache.org/viewvc?view=rev&rev=504659 Log: IO-113 points out that readFileToString(File) was not static. *hits self* Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java Mod

[jira] Created: (IO-113) FileUtils.readFileToString is not static

2007-02-07 Thread Raul Acevedo (JIRA)
FileUtils.readFileToString is not static Key: IO-113 URL: https://issues.apache.org/jira/browse/IO-113 Project: Commons IO Issue Type: Bug Components: Utilities Affects Versions: 1.3

Re: [all] Status of components

2007-02-07 Thread Craig McClanahan
On 2/7/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 2/7/07, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > Digester - ?? > > > Recently had a 1.8 release to clean up memory leaks and a few other bugs. > For a 1.x release it seems like you could call it stable. But the > architectural appr

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

2007-02-07 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration. Th

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

2007-02-07 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration. Th

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

2007-02-07 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

2007-02-07 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: [all] Status of components

2007-02-07 Thread Henri Yandell
On 2/7/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: Rather than inactive or dormant I think a label like "maintenance mode" is better for something like this - someone prepared to maintain it (e.g. me) but no ongoing development, inactive/dormant implies abandonned in my mind. Should have sa

Re: [all] Status of components

2007-02-07 Thread Henri Yandell
On 2/6/07, Craig McClanahan <[EMAIL PROTECTED]> wrote: Couple of thoughts intermixed. A key one is whether "inactive" and "heading for dormancy" should mean the same thing. A stable library used by other projects, with no significant bugs, seems to fit the former descriptor, while a project nob

Re: [all] Status of components

2007-02-07 Thread Matt Benson
--- Henri Yandell <[EMAIL PROTECTED]> wrote: > I made a stab of defining the current status for > Commons for the > Jakarta board report: > > http://wiki.apache.org/jakarta/JakartaBoardReport-current [SNIP] JXPath seems to have been effectively abandoned, but is overall quite stable. It is, IMH

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

2007-02-07 Thread commons-jelly-tags-jaxme 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-jaxme has an issue affecting its community integration. This

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

2007-02-07 Thread commons-jelly-tags-jaxme 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-jaxme has an issue affecting its community integration. This

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

2007-02-07 Thread commons-jelly-tags-soap 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-soap has an issue affecting its community integration. This i

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

2007-02-07 Thread commons-jelly-tags-soap 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-soap has an issue affecting its community integration. This i

Re: [all] Status of components

2007-02-07 Thread Niall Pemberton
On 2/7/07, Craig McClanahan <[EMAIL PROTECTED]> wrote: Couple of thoughts intermixed. A key one is whether "inactive" and "heading for dormancy" should mean the same thing. A stable library used by other projects, with no significant bugs, seems to fit the former descriptor, while a project nob

VOTE: Release commons-fileupload 1.2 (3rd attempt)

2007-02-07 Thread Jochen Wiedmann
Hi, I have prepared commons-fileupload-1.2rc3. Compared to 1.2rc2, the following changes have been made: - The sources are now available as tar.gz and .zip file. - The build has been made with JDK 1.5.0_11, rather than 1.6.0rc1. Please note, that this release (like all releases) requires, in p

svn commit: r504493 - /jakarta/commons/proper/fileupload/tags/commons-fileupload-1.2rc3/

2007-02-07 Thread jochen
Author: jochen Date: Wed Feb 7 02:44:34 2007 New Revision: 504493 URL: http://svn.apache.org/viewvc?view=rev&rev=504493 Log: (empty) Added: jakarta/commons/proper/fileupload/tags/commons-fileupload-1.2rc3/ - copied from r504492, jakarta/commons/proper/fileupload/branches/b1_2/ --

svn commit: r504491 - in /jakarta/commons/proper/fileupload/branches/b1_2: build.xml pom.xml project.xml

2007-02-07 Thread jochen
Author: jochen Date: Wed Feb 7 02:29:27 2007 New Revision: 504491 URL: http://svn.apache.org/viewvc?view=rev&rev=504491 Log: Release of 1.2rc3 Modified: jakarta/commons/proper/fileupload/branches/b1_2/build.xml jakarta/commons/proper/fileupload/branches/b1_2/pom.xml jakarta/commons/p

[EMAIL PROTECTED]: Project commons-launcher (in module jakarta-commons) failed

2007-02-07 Thread Stefan Bodewig
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-launcher has an issue affecting its community integration. This issue aff

[EMAIL PROTECTED]: Project commons-launcher (in module jakarta-commons) failed

2007-02-07 Thread Stefan Bodewig
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-launcher has an issue affecting its community integration. This issue aff

Re: [all] Status of components

2007-02-07 Thread James Carman
I'm still trying to find time to get proxy out of the sandbox and into proper. On 2/7/07, Jörg Schaible <[EMAIL PROTECTED]> wrote: Hi Hen, Henri Yandell wrote on Wednesday, February 07, 2007 2:07 AM: [snip] > > Sandbox - Nothing that looks like moving to proper anytime soon. Some > for dormanc