Re: Contributing Code

2006-04-24 Thread will pugh
Yeah. Probably should have documented a little more to start off with. I sent it off early because I wanted to see if folks were interested in the functionality first. I wrote up a bunch of JavaDoc for some of the bigger classes. It's not perfect, but hopefully it will make it much easier t

Re: Contributing Code

2006-04-24 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 will pugh wrote: > I thought it made sense to go into compress, but I think that depends on > how close compress is to releasing. As I mentioned before, this code > has a number of things to finish before it's ready for primetime. I > would estimate

Re: Contributing Code

2006-04-24 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I'd love to see your code, although I don't think we should merge until > we get the code contributed. It looks like contributing code gets a bit > harder when there are more than one person involved in writing it. It's easily possible to "merge"

Re: Contributing Code

2006-04-21 Thread will pugh
Cool. I'd love to see your code, although I don't think we should merge until we get the code contributed. It looks like contributing code gets a bit harder when there are more than one person involved in writing it. --Will C. Grobmeier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: S

Re: Contributing Code

2006-04-21 Thread will pugh
TED] Sent: Friday, April 21, 2006 8:16 AM To: Jakarta Commons Developers List Subject: Re: Contributing Code -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am interested in contributing code to commons. I wrote a ModifiableZip class, that basically implements all the methods on

Re: Contributing Code

2006-04-21 Thread C. Grobmeier
donated to an existing project. > > -Original Message- > From: C. Grobmeier [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 8:16 AM > To: Jakarta Commons Developers List > Subject: Re: Contributing Code > > Hi, > >>> I am interested in contributing c

RE: Contributing Code

2006-04-21 Thread James Carman
, even if it is just donated to an existing project. -Original Message- From: C. Grobmeier [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 8:16 AM To: Jakarta Commons Developers List Subject: Re: Contributing Code -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > I am interest

Re: Contributing Code

2006-04-21 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > I am interested in contributing code to commons. I wrote a > ModifiableZip class, that basically implements all the methods on > ZipFile, but provides new methods for adding, removing and modifying > entries in an existing zip file. > The basic