Re: [csv] Creating a CSV component

2005-06-08 Thread Kevin Gessner
:) Some sort of CVS utility sounds like a smashing idea. But I respectfully disagree with your placement, Hen. I don't see why we would need a whole new component for something that comfortably fits into [io] or [lang]. Cheers, Kevin Gessner > ---

Re: [lang] TODOs - text package

2005-06-07 Thread Kevin Gessner
Good deal. Stephen - would you like to put up an enh 'bug' on BugZilla so I could add this as a real patch? I could do it, but it is *your* bug... Kevin On 6/7/05, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > Kevin Gessner wrote: > > Looks like fun. I'm assu

Re: [lang] TODOs - text package

2005-06-06 Thread Kevin Gessner
d method: replaceFirst(String, String) > > Plus, the test case may need more work ;-) > > Stephen > > > Kevin Gessner wrote: > > Hello all, > > > > I'm interested in helping out on the lang project, and was wondering > > what TODOs might be outstan

Re: [lang] CloneUtils

2005-06-06 Thread Kevin Gessner
t;>ByteArrayOutputStream(512); > >>>oos = new ObjectOutputStream(baos); > >>>oos.writeObject(obj); > >>>oos.flush(); > >>>ois = new ObjectInputStream(new > >>>ByteArrayInputStream(baos.toByteArray())); > >>>return ois.readObject(); > >

Re: [lang] CloneUtils

2005-06-05 Thread Kevin Gessner
gt;To: Jakarta Commons Developers List > >Subject: Re: [lang] CloneUtils > > > >Hi, Kevin and everyone, > > > >I've got code for cloning serializable objects that I'd be happy to > >contribute to the project. Let me know if you'd like it as a sta

[lang] CloneUtils

2005-06-04 Thread Kevin Gessner
completed already). I was planning on implementing serialization cloning, and maybe super-simple public fields cloning if it's worth it. I would appreciate any suggestions/tips/etc. anyone has to offer. Thanks, Kevin Gessner -

[lang] TODOs

2005-05-31 Thread Kevin Gessner
x27;d rather not duplicate someone's work by mistake! I saw (in the mailing list archives) that DateRange has been completed, but I'm interested in the status of anything else. Thanks, Kevin Gessner <[EMAIL PROTECTED]>