cvs commit: jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive/iterator - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:00 jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive/iterator - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

cvs commit: jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive/collection - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:00 jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive/collection - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

cvs commit: jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:00 jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/primitives/src/java/org/apache/commons/primitive/iterator IntIterator.java PrimitiveIterator.java

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:06 Added: primitives/src/java/org/apache/commons/primitive/collection PrimitiveCollection.java IntCollection.java primitives/src/java/org/apache/commons/primitive PrimitiveCollectable.java Primit

cvs commit: jakarta-commons-sandbox/primitives/src/java/org/apache/commons - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:00 jakarta-commons-sandbox/primitives/src/java/org/apache/commons - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/primitives/src/java/org/apache - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:00 jakarta-commons-sandbox/primitives/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/primitives/src/java/org - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 16:56:00 jakarta-commons-sandbox/primitives/src/java/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [doc] how to release - feedback

2003-09-01 Thread Stefan Bodewig
On Mon, 1 Sep 2003, Henri Yandell <[EMAIL PROTECTED]> wrote: > md5sum should be changed to md5 You could also simply use Ant's task instead. It can generate md5 (and other) checksums without any native executable. I don't think md5sum is Linux specific. md5sum comes from the GNU textutils AFA

RE: [doc] how to release - feedback

2003-09-01 Thread Henri Yandell
Is this due to security, or a personal preference? I only use this particular PGP key for building apache builds, so storing on the apache server is a nice management concept for myself. I mean to use PGP for emails someday, but would probably use a different one. Hen On Mon, 1 Sep 2003, Noel J

RE: [doc] how to release - feedback

2003-09-01 Thread Noel J. Bergman
> I would prefer the instructions be usable on cvs.apache.org > rather than minotaur, as far less people have minotaur > accounts and all committers have cvs accounts. cvs.apache.org == minotaur --- Noel - To unsubscribe

RE: [doc] how to release - feedback

2003-09-01 Thread Noel J. Bergman
> i'm happy for the instructions to advocate using minotaur to store code > signing keys and to perform code signing I'm not. As a voting matter, I'd be -1 (policy, not veto) for storing private keys on the server. --- Noel --

Re: [doc] how to release - feedback

2003-09-01 Thread robert burrell donkin
minotaur is now serves cvs and www. i'm happy for the instructions to advocate using minotaur to store code signing keys and to perform code signing and summing provided that infrastructure are cool about this too. anyone want to volunteer to check with infrastructure? - robert On Monday, Sep

Re: [doc] how to release - feedback

2003-09-01 Thread Yoav Shapira
Howdy, Yup, good suggetions that had me stuck for a minute or two looking for gpg/md5sum on cvs.apache.org. I would prefer the instructions be usable on cvs.apache.org rather than minotaur, as far less people have minotaur accounts and all committers have cvs accounts. Yoav Shapira On Mon, 1 Sep

cvs commit: jakarta-commons-sandbox/primitives/src/conf MANIFEST.MF

2003-09-01 Thread scolebourne
scolebourne2003/09/01 15:00:54 Added: primitives project.xml maven.xml build.properties.sample STATUS.html PROPOSAL.html RELEASE-NOTES.txt build.xml LICENSE.txt .cvsignore project.properties checkstyle.xml

cvs commit: jakarta-commons-sandbox/primitives/src/conf - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 15:00:44 jakarta-commons-sandbox/primitives/src/conf - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/primitives/src - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 15:00:44 jakarta-commons-sandbox/primitives/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/primitives/src/java - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 15:00:44 jakarta-commons-sandbox/primitives/src/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/primitives/src/test - New directory

2003-09-01 Thread scolebourne
scolebourne2003/09/01 15:00:44 jakarta-commons-sandbox/primitives/src/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [doc] how to release - feedback

2003-09-01 Thread Henri Yandell
On Mon, 1 Sep 2003, robert burrell donkin wrote: > On Monday, September 1, 2003, at 10:21 PM, Henri Yandell wrote: > > > Couple of points. Signing suggests gpg and summing suggests md5sum. These > > are both linux tools and as Apache doesn't have any linux boxes it makes > > more sense to me if

cvs commit: jakarta-commons-sandbox/reflect project.xml RELEASE-NOTES.txt STATUS.html

2003-09-01 Thread scolebourne
scolebourne2003/09/01 14:50:25 Modified:reflect project.xml RELEASE-NOTES.txt STATUS.html Log: Fix basic reflect files to refer to correct component Revision ChangesPath 1.3 +3 -3 jakarta-commons-sandbox/reflect/project.xml Index: project.xml ==

cvs commit: jakarta-commons-sandbox/primitives - Imported sources

2003-09-01 Thread scolebourne
scolebourne2003/09/01 14:55:39 Log: Initial import Status: Vendor Tag: vendor Release Tags: start No conflicts created by this import - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: jakarta-commons-sandbox/reflect/src/conf MANIFEST.MF

2003-09-01 Thread scolebourne
scolebourne2003/09/01 14:54:55 Modified:reflect/src/conf MANIFEST.MF Log: Fix basic reflect files to refer to correct component Revision ChangesPath 1.2 +2 -0 jakarta-commons-sandbox/reflect/src/conf/MANIFEST.MF Index: MANIFEST.MF ===

Re: [VOTE] New committer - Matthew Hawthorne

2003-09-01 Thread Phil Steitz
Stephen Colebourne wrote: I would like to nominate Matthew Hawthorne as an Apache Jakarta Commons committer. Matthew has provided numerous patches to [lang,], [io] and [collections] over a number of months. He has contributed to discussion as well, and has expressed an interest in other subprojects

Re: [doc] how to release - feedback

2003-09-01 Thread robert burrell donkin
On Monday, September 1, 2003, at 10:21 PM, Henri Yandell wrote: Couple of points. Signing suggests gpg and summing suggests md5sum. These are both linux tools and as Apache doesn't have any linux boxes it makes more sense to me if the instructions are usable on Minotaur. i've always been very relu

[PROPOSAL] retiring old release directory

2003-09-01 Thread robert burrell donkin
http://jakarta.apache.org/builds/jakarta-commons/release is the old, unmirrored directory. most (all?) new releases have been created in the mirrored directories (good work!) but there are still many older releases there and some components do not have mirrored releases available. now that infr

[doc] how to release - feedback

2003-09-01 Thread Henri Yandell
Couple of points. Signing suggests gpg and summing suggests md5sum. These are both linux tools and as Apache doesn't have any linux boxes it makes more sense to me if the instructions are usable on Minotaur. md5sum should be changed to md5 gpg should be changed to pgp [and options need testing e

RE: [pcollections][PROPOSAL] Primitive collections - new sandbox component from [collections]

2003-09-01 Thread Gary Gregory
(back from vacation) I like [primitives] Since primitives are not going away, a project help with all things primitives seems like a good idea. If all it does at first is collections, that's a great start. I am sure there will be other things to add latter. Gary > -Original Message- > F

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient MultiThreadedHttpConnectionManager.java

2003-09-01 Thread mbecke
mbecke 2003/09/01 11:06:56 Modified:httpclient/src/java/org/apache/commons/httpclient MultiThreadedHttpConnectionManager.java Log: Fixed typo. Revision ChangesPath 1.24 +4 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpcl

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient MultiThreadedHttpConnectionManager.java

2003-09-01 Thread mbecke
mbecke 2003/09/01 11:05:51 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH MultiThreadedHttpConnectionManager.java Log: Fixed typo. Revision ChangesPath No revision

Re: cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient MultiThreadedHttpConnectionManager.java

2003-09-01 Thread Michael Becke
Quite right. I'll take care of it. Mike On Monday, September 1, 2003, at 03:46 AM, Ortwin Glück wrote: [EMAIL PROTECTED] wrote: +"Connection recalimed by garbage collector, hostConfig=" + config); typo ---^^^ --

cvs commit: jakarta-commons/httpclient/xdocs tutorial.xml

2003-09-01 Thread mbecke
mbecke 2003/09/01 10:07:31 Modified:httpclient/xdocs tutorial.xml Log: Fixed a few typos. Submitted by: Ernst de Haan Revision ChangesPath 1.3 +3 -4 jakarta-commons/httpclient/xdocs/tutorial.xml Index: tutorial.xml ==

cvs commit: jakarta-commons/httpclient/xdocs tutorial.xml

2003-09-01 Thread mbecke
mbecke 2003/09/01 10:06:10 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH tutorial.xml Log: Fixed a few typos. Submitted by: Ernst de Haan Revision ChangesPath No revision No revision 1.2.2.1 +3 -4 jakarta-commons/http

DO NOT REPLY [Bug 21605] - [codec] Broken link report

2003-09-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21605] - [codec] Broken link report

2003-09-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclientMultiThreadedHttpConnectionManager.java

2003-09-01 Thread Ortwin Glück
[EMAIL PROTECTED] wrote: +"Connection recalimed by garbage collector, hostConfig=" + config); typo ---^^^ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Mutables Was: [lang] TODO for 2.1

2003-09-01 Thread __matthewHawthorne
> *) Is a .mutable subpackage okay? > > I prefer lang.math > > Boolean? Byte? String? None of these belong in lang.math. You're right... I've never really used bytes, so I wasn't sure where they would fall. I didn't create a mutable boolean since someone suggested otherwise, but if others think