Re: [CLI] two different versions of commons-cli-1.0.jar?

2005-07-17 Thread Phil Steitz
I agree with Stephen and Brett. We *have* to do A, IMHO. The good jar is what was released. We should not be distributing non-released jars from java-repository at all, much less non-released jars named to look like releases. My votes are A: +1 B: -0 C: -1 Brett, Are there any tools that we

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

2005-07-17 Thread Gump
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-primitives has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-primitives (in module jakarta-commons) failed

2005-07-17 Thread Gump
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-primitives has an issue affecting its community integration. This issue

Re: [net] FTP sends incorrect type for EBCDIC

2005-07-17 Thread Niklas Gustavsson
Daniel F. Savarese wrote: In message [EMAIL PROTECTED], Niklas Gustavsson writes: When issuing ftp.type(FTP.EBCDIC_FILE_TYPE), FTP will send TYPE B. This is not correct according to RFC 959 where the EBCDIC type is specified as E. I'm pretty sure sending B is intentional since we do not

[Jakarta-commons Wiki] Update of CLI by SimonKitching

2005-07-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by SimonKitching: http://wiki.apache.org/jakarta-commons/CLI The comment on the change is: create page New page: ##language:en = About the

Re: [CLI] two different versions of commons-cli-1.0.jar?

2005-07-17 Thread Simon Kitching
On Sun, 2005-07-17 at 00:43 -0700, Phil Steitz wrote: I agree with Stephen and Brett. We *have* to do A, IMHO. The good jar is what was released. We should not be distributing non-released jars from java-repository at all, much less non-released jars named to look like releases. Well, it

svn commit: r219391 - /jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml

2005-07-17 Thread skitching
Author: skitching Date: Sun Jul 17 04:11:51 2005 New Revision: 219391 URL: http://svn.apache.org/viewcvs?rev=219391view=rev Log: Point people at the wiki site for further info re 1.0 jars. Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml Modified:

[VOTE] [CLI] Release 1.0.1

2005-07-17 Thread Simon Kitching
Hi, Notice of the availability of Release candidate 1 for CLI 1.0.1 was posted a few days ago. As there have been no objections to the *contents* of this release candidate, it seems time to put it to an official vote. I am aware that a number of people have expressed doubt about whether there

Re: [VOTE] [CLI] Release 1.0.1

2005-07-17 Thread Stephen Colebourne
Simon Kitching wrote: I am aware that a number of people have expressed doubt about whether there should *be* a 1.0.1 release while others have backed it. This vote is an opportunity to see which approach people want to go with. Regrettably, I must -1 this unless I see an email authorising us

[jira] Created: (JELLY-214) Static namespaced attributes wrongly managed

2005-07-17 Thread Paul Libbrecht (JIRA)
Static namespaced attributes wrongly managed Key: JELLY-214 URL: http://issues.apache.org/jira/browse/JELLY-214 Project: jelly Type: Bug Components: core / taglib.core Versions: 1.0 Reporter: Paul

Re: [VOTE] [CLI] Release 1.0.1

2005-07-17 Thread Mattias Jiderhamn
Stephen Colebourne wrote: Simon Kitching wrote: I am aware that a number of people have expressed doubt about whether there should *be* a 1.0.1 release while others have backed it. This vote is an opportunity to see which approach people want to go with. ... My preferred option is to just fix

DO NOT REPLY [Bug 35772] New: - ConfigurationUtils.copy() does not work for XMLConfigurations with repeated keys

2005-07-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35772. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: [lang] text.Interpolation, on to 2.2

2005-07-17 Thread Oliver Heger
Hello Gary, the current state of VariableFormatter is fine with me, it allows me everything to do I need for [configuration]. I think the problem will be to satisfy other needs mentioned by others in this thread (e.g. operating on a char[], a static interpolation method that works without

Re: [CLI] two different versions of commons-cli-1.0.jar?

2005-07-17 Thread Brett Porter
Phil Steitz wrote: Brett, Are there any tools that we can use now to check md5's in java-repository against releases on dist to make sure there are no other cases like this? Henk maintains something across all of dist, however there is a chance that if someone purposely redeployed with

Re: [CLI] two different versions of commons-cli-1.0.jar?

2005-07-17 Thread robert burrell donkin
On Fri, 2005-07-15 at 02:26 +0200, Torsten Curdt wrote: snip On the other hand people might be busy hacking and chatting away in Stuttgart ;) ...anyone coming BTW? i'll be arriving monday evening - robert - To

Re: [VOTE] [CLI] Release 1.0.1

2005-07-17 Thread sebb
On 17/07/05, Stephen Colebourne [EMAIL PROTECTED] wrote: Simon Kitching wrote: I am aware that a number of people have expressed doubt about whether there should *be* a 1.0.1 release while others have backed it. This vote is an opportunity to see which approach people want to go with.

[lang] NotImplementedException getMessage() method has unexecutable code

2005-07-17 Thread Steven Caswell
In NotImplementedException, the getMessage() method has the following code: public String getMessage() { if (super.getMessage() != null) { return super.getMessage(); } else if (cause != null) { return cause.toString(); } else {

Re: [VOTE] [CLI] Release 1.0.1

2005-07-17 Thread Simon Kitching
On Sun, 2005-07-17 at 22:58 +0100, sebb wrote: On 17/07/05, Stephen Colebourne [EMAIL PROTECTED] wrote: Simon Kitching wrote: I am aware that a number of people have expressed doubt about whether there should *be* a 1.0.1 release while others have backed it. This vote is an opportunity

Re: [VOTE] [CLI] Release 1.0.1

2005-07-17 Thread Simon Kitching
On Sun, 2005-07-17 at 19:31 +0200, Mattias Jiderhamn wrote: Stephen Colebourne wrote: Simon Kitching wrote: I am aware that a number of people have expressed doubt about whether there should *be* a 1.0.1 release while others have backed it. This vote is an opportunity to see which approach

Re: [lang] NotImplementedException getMessage() method has unexecutable code

2005-07-17 Thread Simon Kitching
On Sun, 2005-07-17 at 19:05 -0400, Steven Caswell wrote: In NotImplementedException, the getMessage() method has the following code: public String getMessage() { if (super.getMessage() != null) { return super.getMessage(); } else if (cause != null) {

Re: [net] FTP sends incorrect type for EBCDIC

2005-07-17 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Niklas Gustavsson writes: Fair enough, but if it is treated as binary, shouldn't the type be I? That's what I get for not doing my homework :) Okay, so I have no idea why it is sending B (other than it being a mistake). I'm not even sure why I thought the spec