[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509022 ] Henri Yandell commented on CLI-21: -- Another thought - as I kick myself to keep momentum on the CLI release. Need to

svn commit: r551811 - in /jakarta/commons/proper/cli/branches/cli-1.0.x/src: java/org/apache/commons/cli/CommandLineParser.java test/org/apache/commons/cli/GnuParseTest.java test/org/apache/commons/cl

2007-06-29 Thread bayard
Author: bayard Date: Thu Jun 28 23:50:39 2007 New Revision: 551811 URL: http://svn.apache.org/viewvc?view=revrev=551811 Log: Removing the two new methods from the CommandLineParser interface as per CLI-134 Modified:

[jira] Created: (CLI-134) 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface

2007-06-29 Thread Henri Yandell (JIRA)
1.1 is not backwards compatible because it adds methods to the CommandLineParser interface -- Key: CLI-134 URL: https://issues.apache.org/jira/browse/CLI-134

[jira] Updated: (CLI-134) 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-134: -- Attachment: CLI-134.patch Patch removing the methods. 1.1 is not backwards compatible because it adds

[jira] Closed: (CLI-134) 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CLI-134. - Resolution: Fixed Applied to SVN - r551811. 1.1 is not backwards compatible because it adds methods to

[jira] Reopened: (CLI-134) 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened CLI-134: --- Damn. Missed and removed a method I shouldn't have :) Leaving one in that should have stayed. 1.1 is

[jira] Updated: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-21: - Attachment: CLI-21.patch Patch making the clone method public again, and dropping the exception. [cli]

[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509037 ] Henri Yandell commented on CLI-21: -- Here's the clirr error: ERROR: 7009: org.apache.commons.cli.Option: Accessibility

[jira] Created: (CLI-135) Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal

2007-06-29 Thread Henri Yandell (JIRA)
Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal - Key: CLI-135 URL: https://issues.apache.org/jira/browse/CLI-135 Project: Commons CLI

[jira] Commented: (CLI-135) Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509029 ] Henri Yandell commented on CLI-135: --- First step is to change the package private addValue variant so it no longer

Re: [cli] Fixing backwards compatabilities

2007-06-29 Thread Henri Yandell
On 6/13/07, Henri Yandell [EMAIL PROTECTED] wrote: 4 items to fix: 1) Make the fields in HelpFormatter public. DONE. 2) Make the Option class cloneable again. See: https://issues.apache.org/jira/browse/CLI-21 Brian had a nice patch adding clone(), but he did it the right way (protected :)

svn commit: r551821 - /jakarta/commons/proper/cli/branches/cli-1.0.x/src/java/org/apache/commons/cli/Option.java

2007-06-29 Thread bayard
Author: bayard Date: Fri Jun 29 00:29:41 2007 New Revision: 551821 URL: http://svn.apache.org/viewvc?view=revrev=551821 Log: Adding some javadoc Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/src/java/org/apache/commons/cli/Option.java Modified:

svn commit: r551815 - in /jakarta/commons/proper/cli/branches/cli-1.0.x/src: java/org/apache/commons/cli/Option.java java/org/apache/commons/cli/Parser.java test/org/apache/commons/cli/OptionTest.java

2007-06-29 Thread bayard
Author: bayard Date: Fri Jun 29 00:08:44 2007 New Revision: 551815 URL: http://svn.apache.org/viewvc?view=revrev=551815 Log: Applying the patch from CLI-135 to put the public addValue method back, even though it just throws an exception. This maintains binary compatibility, for some level of

[jira] Updated: (CLI-135) Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-135: -- Attachment: CLI-135.patch Attaching a patch to do both of these. The new method is addValueForProcessing.

svn commit: r551816 - /jakarta/commons/proper/cli/branches/cli-1.0.x/src/java/org/apache/commons/cli/Option.java

2007-06-29 Thread bayard
Author: bayard Date: Fri Jun 29 00:10:22 2007 New Revision: 551816 URL: http://svn.apache.org/viewvc?view=revrev=551816 Log: Applying second patch from CLI-135 - fixing the mistake of having an Object and not a String as the parameter to addValue. Modified:

commons net 2.0.0

2007-06-29 Thread matu. agarwal
hi Can anyone tell me if there is any method for *configuration of provider in commons net 2.0.0 ?* ** Thanks in advance Matu Agarwal

[jira] Updated: (CLI-135) Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-135: -- Attachment: CLI-135-2nd.patch Got the parameter wrong on the new/old addValue. I did Object, should have

[jira] Closed: (CLI-135) Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CLI-135. - Resolution: Fixed Patches applied. Clirr no longer errors. Backwards compatibility between 1.1 and 1.0

svn commit: r551819 - /jakarta/commons/proper/cli/branches/cli-1.0.x/src/java/org/apache/commons/cli/Option.java

2007-06-29 Thread bayard
Author: bayard Date: Fri Jun 29 00:16:42 2007 New Revision: 551819 URL: http://svn.apache.org/viewvc?view=revrev=551819 Log: Applying the second patch from CLI-21 - moving the clone method back to public and hiding the exception. Modified:

svn commit: r551813 - in /jakarta/commons/proper/cli/branches/cli-1.0.x/src: java/org/apache/commons/cli/CommandLineParser.java test/org/apache/commons/cli/ValueTest.java

2007-06-29 Thread bayard
Author: bayard Date: Thu Jun 28 23:54:58 2007 New Revision: 551813 URL: http://svn.apache.org/viewvc?view=revrev=551813 Log: The previous commit removed an incorrect method. This puts it back and removes the right one, along with a fix for a unit test that fails to compile as a result. See

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

2007-06-29 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

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

2007-06-29 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

[jira] Updated: (CLI-134) 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-134: -- Attachment: CLI-134-2nd.patch Last patch commented out the wrong method. This patch fixes that and fixes

[jira] Closed: (CLI-134) 1.1 is not backwards compatible because it adds methods to the CommandLineParser interface

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CLI-134. - Resolution: Fixed Second patch solves it. 1.1 is not backwards compatible because it adds methods to the

[nightly build] proxy failed.

2007-06-29 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070629/proxy.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (CHAIN-38) Unable to select file system resource at org.apache.commons.chain.web.ChainListener

2007-06-29 Thread Julio Shnaider Gejer (JIRA)
Unable to select file system resource at org.apache.commons.chain.web.ChainListener --- Key: CHAIN-38 URL: https://issues.apache.org/jira/browse/CHAIN-38 Project:

[jira] Updated: (CHAIN-38) Unable to select file system resource at org.apache.commons.chain.web.ChainListener

2007-06-29 Thread Julio Shnaider Gejer (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julio Shnaider Gejer updated CHAIN-38: -- Attachment: chain-38-patch.diff Unable to select file system resource at

[RESULT] [VOTE] Release commons-sandbox-parent 1

2007-06-29 Thread Dennis Lundberg
The results are in: +1 Dennis Lundberg Torsten Curdt Niall Pemberton -0 Rahul Akolkar I will proceed with the release. Dennis Lundberg wrote: Hi, It is time to release version 1 of the commons-sandbox-parent. The latest changes includes updating the parent to commons-parent-3 and

Re: infrastructure work for TLP move

2007-06-29 Thread Dennis Lundberg
+1 Stephen Colebourne wrote: I also would strongly prefer to use this opportunity to create a commits list and an issues list. Commons is big enough to need it, and it would increase the signal to noise on the main list, especially when searching. Stephen - Original Message From:

Re: [VOTE] Release commons-sandbox-parent 1

2007-06-29 Thread Dennis Lundberg
+1 from me Dennis Lundberg wrote: Hi, It is time to release version 1 of the commons-sandbox-parent. The latest changes includes updating the parent to commons-parent-3 and locking down the versions for plugins. Note that I have changed the artifactId to commons-sandbox-parent, to have a

[jira] Commented: (LANG-326) StringUtils: startsWith / endsWith / startsWithIgnoreCase / endsWithIgnoreCase / removeStartIgnoreCase / removeEndIgnoreCase methods

2007-06-29 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/LANG-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509193 ] Stephen Colebourne commented on LANG-326: - I'm happy for these ignoreCase methods to be added. For collators

Re: [VOTE] 4th attempt: Release commons-io 1.3.2

2007-06-29 Thread Stephen Colebourne
sebb wrote: Licence and notice files are present in all files (twice in sources.jar, but better twice than none). Not something I'm worried about. Nice to fix if there is another RC. The RELEASE-NOTES.txt say: - The FileCleaner is deprecated. Unfortunate, but not something I'm too worried

Re: [RESULT] [VOTE] Release commons-sandbox-parent 1

2007-06-29 Thread Dennis Lundberg
Hmm, it seems that I spoke too soon. We need a place in subversion to put the tagged release. Since the pom is currently in sandbox-trunks there simply is no tags directory to put the release in. I propose that we move the sandbox parent out of sandbox-trunks and into a commons-sandbox-parent

Re: [RESULT] [VOTE] Release commons-sandbox-parent 1

2007-06-29 Thread Martin van den Bemt
This is not a Jakarta thing anymore :) Mvgr, Martin Dennis Lundberg wrote: The results are in: +1 Dennis Lundberg Torsten Curdt Niall Pemberton -0 Rahul Akolkar I will proceed with the release. Dennis Lundberg wrote: Hi, It is time to release version 1 of the

svn commit: r552049 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ConvertUtilsObjectStringConverter.java

2007-06-29 Thread mvdb
Author: mvdb Date: Fri Jun 29 15:23:25 2007 New Revision: 552049 URL: http://svn.apache.org/viewvc?view=revrev=552049 Log: Fix Gump build failure and also made sure the fix runs on BeanUtils 1.7. The only solution I could find is to copy the ConvertUtils.convert( object ) code and call an

Re: [RESULT] [VOTE] Release commons-sandbox-parent 1

2007-06-29 Thread Phil Steitz
+1 - need to do this anyway. On 6/29/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hmm, it seems that I spoke too soon. We need a place in subversion to put the tagged release. Since the pom is currently in sandbox-trunks there simply is no tags directory to put the release in. I propose that

Re: [BeanUtils][Betwixt] Backwards Compatibility of new Converter features

2007-06-29 Thread Martin van den Bemt
Hi Niall, I completely missed the mail, so sorry for responding so late and thanx for your extensive reply ! After some thought about this, I came to a couple of insights :) - You know the consequences of the change you made to beanutils a lot better than I do, so I leave that responsibility

[jira] Commented: (CHAIN-38) Unable to select file system resource at org.apache.commons.chain.web.ChainListener

2007-06-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509219 ] Niall Pemberton commented on CHAIN-38: -- Hi Julio Thanks for the patch - tests for your new parseFileResources()

Re: [BeanUtils][Betwixt] Backwards Compatibility of new Converter features

2007-06-29 Thread Niall Pemberton
On 6/29/07, Martin van den Bemt [EMAIL PROTECTED] wrote: Hi Niall, I completely missed the mail, so sorry for responding so late and thanx for your extensive reply ! After some thought about this, I came to a couple of insights :) - You know the consequences of the change you made to

Re: [BeanUtils][Betwixt] Backwards Compatibility of new Converter features

2007-06-29 Thread Martin van den Bemt
Niall Pemberton wrote: On 6/29/07, Martin van den Bemt [EMAIL PROTECTED] wrote: Hi Niall, Betwixt test cases are bizarre - but they do highlight a potential issue. Unfortunately BeanUtils development is slow and I'd rather ponder this some more than take a definite position at this point

Re: svn commit: r552049 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ConvertUtilsObjectStringConverter.java

2007-06-29 Thread Niall Pemberton
On 6/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mvdb Date: Fri Jun 29 15:23:25 2007 New Revision: 552049 URL: http://svn.apache.org/viewvc?view=revrev=552049 Log: Fix Gump build failure and also made sure the fix runs on BeanUtils 1.7. The only solution I could find is to copy

[jira] Created: (BEANUTILS-285) Consider options for BeanUtils compatibility in light of Conversion improvements

2007-06-29 Thread Niall Pemberton (JIRA)
Consider options for BeanUtils compatibility in light of Conversion improvements Key: BEANUTILS-285 URL: https://issues.apache.org/jira/browse/BEANUTILS-285 Project:

Re: [BeanUtils][Betwixt] Backwards Compatibility of new Converter features

2007-06-29 Thread Niall Pemberton
On 6/30/07, Martin van den Bemt [EMAIL PROTECTED] wrote: Niall Pemberton wrote: On 6/29/07, Martin van den Bemt [EMAIL PROTECTED] wrote: Hi Niall, Betwixt test cases are bizarre - but they do highlight a potential issue. Unfortunately BeanUtils development is slow and I'd rather ponder

[jira] Updated: (BEANUTILS-285) Consider options for BeanUtils compatibility in light of Conversion improvements

2007-06-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-285: -- Attachment: betwixt-beanutils-gump-fix.patch Attaching a patch for Betwixt for mvdb

[jira] Commented: (BEANUTILS-285) Consider options for BeanUtils compatibility in light of Conversion improvements

2007-06-29 Thread Martin van den Bemt (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509223 ] Martin van den Bemt commented on BEANUTILS-285: --- This is what I did at first, but the problem with

Re: [BeanUtils][Betwixt] Backwards Compatibility of new Converter features

2007-06-29 Thread Martin van den Bemt
Niall Pemberton wrote: On 6/30/07, Martin van den Bemt [EMAIL PROTECTED] wrote: already don't use the DefaultStringConverter anymore. So no problem from the betwixt side. (although I am interested in your patch) I've created a compatibility Jira issue for BeanUtils - and I stuck the

[jira] Commented: (BEANUTILS-285) Consider options for BeanUtils compatibility in light of Conversion improvements

2007-06-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509228 ] Niall Pemberton commented on BEANUTILS-285: --- I understand you're trying to avoid issues - but the more

[jira] Created: (BEANUTILS-286) New Facade converter implementation - hide non-Converter public APIs

2007-06-29 Thread Niall Pemberton (JIRA)
New Facade converter implementation - hide non-Converter public APIs Key: BEANUTILS-286 URL: https://issues.apache.org/jira/browse/BEANUTILS-286 Project: Commons BeanUtils

svn commit: r552084 - in /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils: ConvertUtilsBean.java converters/ConverterFacade.java

2007-06-29 Thread niallp
Author: niallp Date: Fri Jun 29 20:04:13 2007 New Revision: 552084 URL: http://svn.apache.org/viewvc?view=revrev=552084 Log: BEANUTILS-286 - New Facade converter implementation - hide non-Converter public APIs Added:

[jira] Resolved: (BEANUTILS-286) New Facade converter implementation - hide non-Converter public APIs

2007-06-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-286. --- Resolution: Fixed Added the new implementation and wrapped the set of standard

svn commit: r552088 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/ test/org/apache/commons/lang/

2007-06-29 Thread niallp
Author: niallp Date: Fri Jun 29 20:25:53 2007 New Revision: 552088 URL: http://svn.apache.org/viewvc?view=revrev=552088 Log: LANG-326 - StringUtils: startsWith / endsWith / startsWithIgnoreCase / endsWithIgnoreCase / removeStartIgnoreCase / removeEndIgnoreCase methods Added:

[jira] Created: (LANG-344) CollatorUtils - equivalent of StringUtils, but using Collators

2007-06-29 Thread Niall Pemberton (JIRA)
CollatorUtils - equivalent of StringUtils, but using Collators -- Key: LANG-344 URL: https://issues.apache.org/jira/browse/LANG-344 Project: Commons Lang Issue Type: New Feature

[jira] Commented: (LANG-326) StringUtils: startsWith / endsWith / startsWithIgnoreCase / endsWithIgnoreCase / removeStartIgnoreCase / removeEndIgnoreCase methods

2007-06-29 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509246 ] Niall Pemberton commented on LANG-326: -- OK patch applied - just noticed the fix version is 3.0 - is that the next