cvs commit: jakarta-commons-sandbox/codec/src/test/org/apache/commons/codec - New directory

2002-01-23 Thread sanders
sanders 02/01/23 20:36:46 jakarta-commons-sandbox/codec/src/test/org/apache/commons/codec - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/codec/src/test/org/apache/commons - New directory

2002-01-23 Thread sanders
sanders 02/01/23 20:36:36 jakarta-commons-sandbox/codec/src/test/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/codec/src/test/org/apache - New directory

2002-01-23 Thread sanders
sanders 02/01/23 20:36:30 jakarta-commons-sandbox/codec/src/test/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-01-23 Thread sanders
sanders 02/01/23 20:36:24 jakarta-commons-sandbox/codec/src/test/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-01-23 Thread sanders
sanders 02/01/23 20:36:18 jakarta-commons-sandbox/codec/src/test - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-01-23 Thread sanders
sanders 02/01/23 20:36:15 jakarta-commons-sandbox/codec/src/java - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-01-23 Thread sanders
sanders 02/01/23 20:36:07 jakarta-commons-sandbox/codec/src - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/codec - New directory

2002-01-23 Thread sanders
sanders 02/01/23 20:35:58 jakarta-commons-sandbox/codec - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Codec Sandbox (was: To fork or not ...)

2002-01-23 Thread Scott Sanders
I found at least 8 in 15 minutes of looking. I didn't even make it through all of apache's codebase. Scott > -Original Message- > From: Paulo Gaspar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 7:57 PM > To: Jakarta Commons Developers List > Subject: RE: Codec Sandbox

RE: Codec Sandbox (was: To fork or not ...)

2002-01-23 Thread Paulo Gaspar
Yeah! Base64 is everywhere! =:o) Have fun, Paulo Gaspar > -Original Message- > From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 24, 2002 4:08 AM > To: Jakarta Commons Developers List > Subject: RE: Codec Sandbox (was: To fork or not ...) > > > Paulo Gaspar wrote: > >

RE: Codec Sandbox (was: To fork or not ...)

2002-01-23 Thread Sam Ruby
Paulo Gaspar wrote: > > Axis (xml-apache) > org.apache.axis.attachments: >MimeUtils (using javax.mail stuff to do >"weird multipart stuff") Axis also has org.apache.axis.encoding.Base64. Something that doesn't exactly seem to be in short supply around here. ;-) - Sam Ruby

RE: Codec Sandbox (was: To fork or not ...)

2002-01-23 Thread Paulo Gaspar
Ok Scott, Some interesting pieces of code of common use at both jakarta and xml-apache: Mostly streams and I/O stuff: Avalon-Excalibur org.apache.avalon.excalibur.io: IOUtil (Great streams-only util class) FileUtil (File utils. Quite good) EndianUtil C

RE: cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BeanUtils.java

2002-01-23 Thread Scott Sanders
I am glad I have an auditor ;-) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 5:40 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: > jakarta-commons/beanutils/src/java/org/apache/commons/beanutil > s BeanUtils.java > >

cvs commit: jakarta-commons/latka/xsl/site docbook2document.xsl

2002-01-23 Thread dion
dion02/01/23 17:28:35 Modified:latka/xsl/site docbook2document.xsl Log: moved anchors to before section/subsection/subsubsections so that a html link would display the title Revision ChangesPath 1.15 +4 -4 jakarta-commons/latka/xsl/site/docbook2document.xs

cvs commit: jakarta-commons/latka/xsl/site docbook2document.xsl

2002-01-23 Thread dion
dion02/01/23 17:17:22 Modified:latka/xsl/site docbook2document.xsl Log: Added simplelist, member, and xref handling Revision ChangesPath 1.14 +50 -16jakarta-commons/latka/xsl/site/docbook2document.xsl Index: docbook2document.xsl ==

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BeanUtils.java

2002-01-23 Thread craigmcc
craigmcc02/01/23 17:39:57 Modified:beanutils/src/java/org/apache/commons/beanutils BeanUtils.java Log: Scott missed a System.out -- but I'm *not* gonna fire him :-) Revision ChangesPath 1.11 +5 -5 jakarta-commons/beanutils/src/java/

RE: Codec Sandbox (was: To fork or not ...)

2002-01-23 Thread Scott Sanders
The idea is anything to do with encoding/transcoding, etc. I was also wondering if we should also think MIME stuff. Gzip/base64/image... Also if we should start an I/O package, since collections is so popular. Also anything that might belong in an existing package (collections, beanutils, etc.)

Codec Sandbox (was: To fork or not ...)

2002-01-23 Thread Paulo Gaspar
There is a load of base 64 and mime related code around. What is more interesting is that some of them mention some bugs of the others on comments and so. =;o) Even if it might not be my thing, I scoured a lot of code for my current project just a couple of months ago and maybe I have some clues.

RE: [Digester] Logging updates

2002-01-23 Thread Scott Sanders
Done. > -Original Message- > From: robert burrell donkin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 2:14 PM > To: Jakarta Commons Developers List > Subject: Re: [Digester] Logging updates > > > > On Wednesday, January 23, 2002, at 10:01 PM, Craig R. > McClanahan w

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BeanUtils.java MappedPropertyDescriptor.java MethodUtils.java package.html

2002-01-23 Thread sanders
sanders 02/01/23 14:32:53 Modified:beanutils RELEASE-NOTES.txt STATUS.html build.xml beanutils/src/java/org/apache/commons/beanutils BeanUtils.java MappedPropertyDescriptor.java MethodUtils.java package.html Log: BeanUti

RE: JJAR (aka Car 54), Where Are You? [Was: Re: CommonsConventions in new Sandbox Projects]

2002-01-23 Thread Scott Sanders
I know. He told me. I just have to keep pestering, 'cause he said he would get it ready on the plane ride Scott > -Original Message- > From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 2:22 PM > To: Jakarta Commons Developers List > Subject: Re: J

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils BasicDynaBeanTestCase.java BeanUtilsTestCase.java DynaBeanUtilsTestCase.java DynaPropertyUtilsTestCase.java MethodUtilsTestCase.java PropertyUtilsTestCase.java WrapDynaBeanTestCase.java

2002-01-23 Thread sanders
sanders 02/01/23 14:52:26 Modified:beanutils/src/test/org/apache/commons/beanutils BasicDynaBeanTestCase.java BeanUtilsTestCase.java DynaBeanUtilsTestCase.java DynaPropertyUtilsTestCase.java

RE: To fork or not to fork (was: AltRMI Tasks if anyone want to take them)

2002-01-23 Thread Scott Sanders
Hi Paulo, Just keep trying is all I can say. I am starting a codec sandbox package. Could you help me scour other projects for this? I am starting with the Base64 class from httpclient, but I know that there is a lot of code out there. Scott > -Original Message- > From: Paulo Gaspar

RE: To fork or not to fork (was: AltRMI Tasks if anyone want to take them)

2002-01-23 Thread Paulo Gaspar
> Just go full steam ahead with 4). You contributed your packaged code to > the logging discussion, which helped me very much. The only thing that > stopped me from actually using it was a [PATCH] against the current > impl. I apologize if you think you were ignored. I heard you loud and > cle

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester/xmlrules DigesterLoaderTest.java DigesterPatternStackTest.java TestObject.java

2002-01-23 Thread sanders
sanders 02/01/23 14:38:01 Modified:digester/src/java/org/apache/commons/digester AbstractObjectCreationFactory.java BeanPropertySetterRule.java digester/src/test/org/apache/commons/digester Address.java

Re: JJAR (aka Car 54), Where Are You? [Was: Re: CommonsConventions in new Sandbox Projects]

2002-01-23 Thread Jon Scott Stevens
on 1/23/02 1:57 PM, "Scott Sanders" <[EMAIL PROTECTED]> wrote: > > Geir, are you listening ;-) He is in london right now and really busy with client work. I wouldn't expect an immediate response from him... -jon -- To unsubscribe, e-mail: For additional commands,

Re: [Digester] Logging updates

2002-01-23 Thread robert burrell donkin
On Wednesday, January 23, 2002, at 10:01 PM, Craig R. McClanahan wrote: > > > On Wed, 23 Jan 2002, Scott Sanders wrote: > >> Date: Wed, 23 Jan 2002 13:30:41 -0800 >> From: Scott Sanders <[EMAIL PROTECTED]> >> Reply-To: Jakarta Commons Developers List > [EMAIL PROTECTED]> >> To: Jakarta Commons D

RE: JJAR (aka Car 54), Where Are You? [Was: Re: Commons Conventions in new Sandbox Projects]

2002-01-23 Thread Scott Sanders
Start by badgering Geir to check in his code. Then go into the sandbox in the jjar project and mess around. Scott (Trying to pester without violence :) ) Geir, are you listening ;-) > -Original Message- > From: dion [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 1:07 PM

RE: [Digester] Logging updates

2002-01-23 Thread Craig R. McClanahan
On Wed, 23 Jan 2002, Scott Sanders wrote: > Date: Wed, 23 Jan 2002 13:30:41 -0800 > From: Scott Sanders <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > Subject: RE: [Digester] Logging updates > > OK

RE: [Digester] Logging updates

2002-01-23 Thread Scott Sanders
OK. The first phase of 2) is in. There is now a sax logger in Digester so that all the SAX events can be handled independent of Digester's actual work. I would actually suspect that the sax logger will rarely be used. I have not given each rule its own logger yet. I think I can get around 3)

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester BeanPropertySetterRule.java CallMethodRule.java Digester.java FactoryCreateRule.java ObjectCreateRule.java SetNextRule.java SetPropertiesRule.java SetPropertyRule.java SetRootRule.java SetTopRule.java

2002-01-23 Thread sanders
sanders 02/01/23 13:25:22 Modified:digester STATUS.html digester/src/java/org/apache/commons/digester BeanPropertySetterRule.java CallMethodRule.java Digester.java FactoryCreateRule.java ObjectCreateR

cvs commit: jakarta-commons-sandbox/simplestore PROPOSAL

2002-01-23 Thread froehlich
froehlich02/01/23 11:44:54 Modified:simplestore PROPOSAL Log: removed typos, checked grammer, changed layout and added some new ToDos Revision ChangesPath 1.7 +11 -28jakarta-commons-sandbox/simplestore/PROPOSAL Index: PROPOSAL ==

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging Log.java

2002-01-23 Thread rdonkin
rdonkin 02/01/23 12:14:30 Modified:logging/src/java/org/apache/commons/logging Log.java Log: Updated documentation to reflect new Log interface Revision ChangesPath 1.11 +58 -16 jakarta-commons/logging/src/java/org/apache/commons/logging/Log.java Index: Log

RE: To fork or not to fork (was: AltRMI Tasks if anyone want to take them)

2002-01-23 Thread Scott Sanders
Just go full steam ahead with 4). You contributed your packaged code to the logging discussion, which helped me very much. The only thing that stopped me from actually using it was a [PATCH] against the current impl. I apologize if you think you were ignored. I heard you loud and clear. Cheer

RE: To fork or not to fork (was: AltRMI Tasks if anyone want totake them)

2002-01-23 Thread Scott Sanders
I'm going to have to stand up for Paulo here. He has contributed quite a bit. He is just not a committer. His contrbution to the logging discussion was excellent IMHO. The only thing he did not do was to submit a patch against the current impl. That was fine. He contributed more than most to

Re: Missing file in collections 1.0

2002-01-23 Thread Craig R. McClanahan
Hello Pierer, This file is missing from the 1.0 distribution because it was added after Collections 1.0 was released -- you'll want to pick up a recent nightly build of Collections to get this class. http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-collections/ Craig On Wed,

Missing file in collections 1.0

2002-01-23 Thread Pierer carion
Hi, This mail to tell you that the file : SingletonIterator.java is missing from the distribution : commons-collections-1.0-src.zip As a side effect, it is impossible to compile messenger with this distribution. Thx __ Do Y

Re: To fork or not to fork (was: AltRMI Tasks if anyone want to take them)

2002-01-23 Thread robert burrell donkin
On Wednesday, January 23, 2002, at 03:58 AM, Paulo Gaspar wrote: >> paulo - if you wanted to see that code used as commons-logging then you >> should have made a proper proposal. > > Why should I start a new project when there is one running and before it > is clear that I disagree with its desi

[simplestore] what Exceptions do we need?

2002-01-23 Thread Gerhard Froehlich
Hi Juozas, all, I want to add some Exceptions to the simplestore. Juozas you proposed following two: - ServiceNotAvailableException for what? - NotFoundException maybe: - KeyNotUniqueException - KeyNotFoundException is usefull too. Your comments? Gerhard "A man with one watch knows what ti