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

2005-07-16 Thread Jörg Schaible
Hi Simon, Simon Kitching wrote: On Fri, 2005-07-15 at 02:26 +0200, Torsten Curdt wrote: Rob/Torsten, so what's the plan for this? Who's doing what etc? Anything I can help make happen? Perms etc. As noted in a separate email, an RC is up for review. There is one question still to be

Re: [CLI] 1.0.1 RC1 now available for review

2005-07-16 Thread sebb
On 16/07/05, Simon Kitching [EMAIL PROTECTED] wrote: Hi All, You can find Release Candidate 1 for CLI-1.0.1 at: http://people.apache.org/~skitching/cli_1_0_1/ [...] Note: This release is being done under the Apache 1.1 license, as the goal is to make minimal changes to the 1.0 release.

svn commit: r219306 - /jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 02:51:52 2005 New Revision: 219306 URL: http://svn.apache.org/viewcvs?rev=219306view=rev Log: Javadoc Modified: jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java Modified:

DO NOT REPLY [Bug 35726] - [i18n] Patches for remaining issues

2005-07-16 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=35726. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-07-16 Thread Stephen Colebourne
I haven't commented on this so far, as I'm not a CLI user, but it seems that we are being way too complex. We can't easily release a 1.0.1 because of license issue, maven issues, etc. And anyway, the thing hasn't actually changed. So, just copy the release back in the right place, and the

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

2005-07-16 Thread Torsten Curdt
As noted in a separate email, an RC is up for review. Awesome! Thanks, Simon! There is one question still to be decided though: do we *delete* the existing 1.0 jar from ibiblio, or replace it with the right one. I've argued for deleting it because otherwise projects that declare

svn commit: r219314 - /jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 04:12:51 2005 New Revision: 219314 URL: http://svn.apache.org/viewcvs?rev=219314view=rev Log: Javadoc and stylistic changes Modified: jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java

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

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 04:17:02 2005 New Revision: 219316 URL: http://svn.apache.org/viewcvs?rev=219316view=rev Log: Fix UnboundedFifoBuffer iterator remove bug causing ArrayIndexOutOfBounds bug 35733, from Andreas Schlosser Modified:

DO NOT REPLY [Bug 35733] - [collections] Iterator.remove() in UnboundedFifoBuffer does not work

2005-07-16 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=35733. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35733] - [collections] Iterator.remove() in UnboundedFifoBuffer does not work

2005-07-16 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=35733. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35763] New: - [collections] UnboundedFifoBuffer deserialization is broken

2005-07-16 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=35763. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r219317 - in /jakarta/commons/proper/collections/trunk: RELEASE-NOTES.html project.xml src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 04:30:55 2005 New Revision: 219317 URL: http://svn.apache.org/viewcvs?rev=219317view=rev Log: Fix UnboundedFifoBuffer deserialization to work with subsequant object manipulation bug 35763, from Thomas Knych and Jordan Krey Modified:

DO NOT REPLY [Bug 35763] - [collections] UnboundedFifoBuffer deserialization is broken

2005-07-16 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=35763. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35766] New: - [collections] CursorableLinkedList iteration broken with previous

2005-07-16 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=35766. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r219330 - in /jakarta/commons/proper/collections/trunk: RELEASE-NOTES.html src/java/org/apache/commons/collections/list/CursorableLinkedList.java src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 07:19:42 2005 New Revision: 219330 URL: http://svn.apache.org/viewcvs?rev=219330view=rev Log: Fix CursorableLinkedList iterator remove/set not throwing IllegalStateException after next-previous-removeByIndex bug 35766 Modified:

DO NOT REPLY [Bug 35766] - [collections] CursorableLinkedList iteration broken with previous

2005-07-16 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=35766. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 10:08:16 2005 New Revision: 219343 URL: http://svn.apache.org/viewcvs?rev=219343view=rev Log: TreeList/CursorableLinkedList/NodeCachingLinkedList/AbstractLinkedList - Fix iterator remove not working properly when called after previous bug 35258 Modified:

DO NOT REPLY [Bug 35258] - [collections] TreeList Collections.binarySearch problem - general remove() after previous() problem

2005-07-16 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=35258. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32801] - [collections] Provide maps with direct indexed access to the entries

2005-07-16 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=32801. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-07-16 Thread scolebourne
Author: scolebourne Date: Sat Jul 16 10:54:00 2005 New Revision: 219347 URL: http://svn.apache.org/viewcvs?rev=219347view=rev Log: New Transformed*Map factory decorateTransform() that transforms any existing entries in the map rfe 30959 Modified:

DO NOT REPLY [Bug 30959] - [collections] fails the method TransformedMap.transformedMap

2005-07-16 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=30959. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35631] - [collections] Missing putAll(Map map) in MultiHashMap since 3.1

2005-07-16 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=35631. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-07-16 Thread Brett Porter
Simon Kitching wrote: So to summarise, here are the options I see: A: replace bad 1.0 jar with good 1.0 jar B: rename bad 1.0 jar, do NOT provide any commons-cli-1.0.jar C: leave bad 1.0 jar as-is Here's my opinion: A: -0 B: +1 C: -0 A: +1 B: -1 C: -0 Absolutely should be A (using

Re: [net] FTP sends incorrect type for EBCDIC

2005-07-16 Thread Daniel F. Savarese
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 perform automatic translaton

DO NOT REPLY [Bug 32573] - [collections] NPE: map.LRUMap.reuseMapping(LRUMap.java:272)

2005-07-16 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=32573. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32573] - [collections] NPE: map.LRUMap.reuseMapping(LRUMap.java:272)

2005-07-16 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=32573. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-07-16 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-16 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

[Jakarta-commons Wiki] Update of FrontPage by SimonKitching

2005-07-16 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/FrontPage The comment on the change is: Added CLI project page

[jira] Updated: (JELLY-213) Generating xml nodes with attributes in diferente namespaces (for schemas..)

2005-07-16 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-213?page=all ] Diogo Bacelar Quintela updated JELLY-213: - Attachment: jelly-patch4.patch Fixed an error when generating the following sample. env:Envelope