You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2003/08/14 17:25:58 UTC

[codec] To do for 1.2 (WAS: [codec] To do for 1.1.1)

If we are really going to a 1.2, now would be a good time to "Cloverize"
codec, no?

Who knows how to do that? If no one else is willing, I am...

Gary

> -----Original Message-----
> From: Gary Gregory [mailto:ggregory@seagullsw.com]
> Sent: Thursday, August 14, 2003 00:57
> To: 'Jakarta Commons Developers List'
> Subject: RE: [codec] To do for 1.1.1
> 
> We are here:
> 
> (1) DoubleMetaphone unit tests.
> 
> See
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22401
> 
> (2) URLCodec urldecode() and urlencode() method names change?
> 
> Done.
> 
> (3) Provide a package.html for org/apache/commons/codec/net
> 
> Done.
> 
> New/Optional(3.1) Provide the high-level stuff that is now in
> org/apache/commons/codec/ package.html in an overview.html and refer to it
> from the build ant Javadoc task, except that (1) I do not see a mapping to
> -overview in the Ant docs and (2) do we use maven to build? (I do not know
> much about maven).
> 
> (4) Release.
> To do...
> 
> Gary
> 
> > -----Original Message-----
> > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > Sent: Monday, August 11, 2003 11:42
> > To: 'Jakarta Commons Developers List'
> > Subject: RE: [codec] To do for 1.1.1
> >
> > So, to do for 1.1.1:
> >
> > (1) DoubleMetaphone unit tests.
> > (2) URLCodec urldecode() and urlencode() method names change?
> > (3) Provide a package.html for org/apache/commons/codec/net
> > (4) Release.
> >
> > Tim: " I've done the release work in the past, be happy to do it again.
> > Or,
> > if you would like, I'd be glad to have another partner in crime."
> >
> > I can find some time to help, I'll need some how-to pointers.
> >
> > Thanks,
> > Gary
> >
> > -----Original Message-----
> > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > Sent: Monday, August 11, 2003 11:39
> > To: 'Jakarta Commons Developers List'
> > Subject: RE: [codec] To do for 1.1.1
> >
> > Here is another codec issue.
> >
> > In URLCodec there are too oddly named methods: urldecode() and
> > urlencode().
> > The word-style caps are missing. I suggest these be renamed to
> decodeUrl()
> > and encodeUrl().
> >
> > Thoughts?
> >
> > Gary
> >
> > -----Original Message-----
> > From: Tim O'Brien [mailto:tobrien@discursive.com]
> > Sent: Monday, August 11, 2003 10:18
> > To: Jakarta Commons Developers List
> > Subject: Re: [codec] To do for 1.1.1
> >
> > I've done the release work in the past, be happy to do it again.  Or, if
> > you would like, I'd be glad to have another partner in crime.
> >
> > When B. Walstrum submitted the code for DoubleMetaphone, I assigned an
> > issue to him for a unit test.  I haven't seen any action as of yet from
> > him.
> >
> > I'd say in addition to a unit test for DoubleMetaphone, we're lacking
> good
> > documentation (compared to Digester).
> >
> > Tim
> >
> > On Mon, 11 Aug 2003, Gary Gregory wrote:
> >
> > > Hello Codec,
> > >
> > > So, is the only to-do for a codec 1.1.1 a DoubleMetaphone unit test?
> > >
> > > Who knows enough to write one and has the time to do so?
> > >
> > > Who does the release work for this component?
> > >
> > > Gary
> > >
> >
> > --
> > ----------------------
> > Tim O'Brien
> > Evanston, IL
> > (847) 863-7045
> > tobrien@discursive.com
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org

Re: [codec] To do for 1.2 (WAS: [codec] To do for 1.1.1)

Posted by Henri Yandell <ba...@generationjava.com>.
If you're on maven:

Get a legal clover. Run:

maven clover

Possibly:

maven clover:on clover the first time. I'm unsure.

The legal clover needs to replace the jar that is automatically downloaded
by Maven in your user repository. This is either in $MAVEN_HOME/repository
or in $USER_HOME/.maven/repository in recent versions of Mavne.


If on ant, the Clover site details the new ant tasks you need. I've got
them on a home machine somewhere.

Hen

On Thu, 14 Aug 2003, Gary Gregory wrote:

> If we are really going to a 1.2, now would be a good time to "Cloverize"
> codec, no?
>
> Who knows how to do that? If no one else is willing, I am...
>
> Gary
>
> > -----Original Message-----
> > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > Sent: Thursday, August 14, 2003 00:57
> > To: 'Jakarta Commons Developers List'
> > Subject: RE: [codec] To do for 1.1.1
> >
> > We are here:
> >
> > (1) DoubleMetaphone unit tests.
> >
> > See
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22401
> >
> > (2) URLCodec urldecode() and urlencode() method names change?
> >
> > Done.
> >
> > (3) Provide a package.html for org/apache/commons/codec/net
> >
> > Done.
> >
> > New/Optional(3.1) Provide the high-level stuff that is now in
> > org/apache/commons/codec/ package.html in an overview.html and refer to it
> > from the build ant Javadoc task, except that (1) I do not see a mapping to
> > -overview in the Ant docs and (2) do we use maven to build? (I do not know
> > much about maven).
> >
> > (4) Release.
> > To do...
> >
> > Gary
> >
> > > -----Original Message-----
> > > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > > Sent: Monday, August 11, 2003 11:42
> > > To: 'Jakarta Commons Developers List'
> > > Subject: RE: [codec] To do for 1.1.1
> > >
> > > So, to do for 1.1.1:
> > >
> > > (1) DoubleMetaphone unit tests.
> > > (2) URLCodec urldecode() and urlencode() method names change?
> > > (3) Provide a package.html for org/apache/commons/codec/net
> > > (4) Release.
> > >
> > > Tim: " I've done the release work in the past, be happy to do it again.
> > > Or,
> > > if you would like, I'd be glad to have another partner in crime."
> > >
> > > I can find some time to help, I'll need some how-to pointers.
> > >
> > > Thanks,
> > > Gary
> > >
> > > -----Original Message-----
> > > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > > Sent: Monday, August 11, 2003 11:39
> > > To: 'Jakarta Commons Developers List'
> > > Subject: RE: [codec] To do for 1.1.1
> > >
> > > Here is another codec issue.
> > >
> > > In URLCodec there are too oddly named methods: urldecode() and
> > > urlencode().
> > > The word-style caps are missing. I suggest these be renamed to
> > decodeUrl()
> > > and encodeUrl().
> > >
> > > Thoughts?
> > >
> > > Gary
> > >
> > > -----Original Message-----
> > > From: Tim O'Brien [mailto:tobrien@discursive.com]
> > > Sent: Monday, August 11, 2003 10:18
> > > To: Jakarta Commons Developers List
> > > Subject: Re: [codec] To do for 1.1.1
> > >
> > > I've done the release work in the past, be happy to do it again.  Or, if
> > > you would like, I'd be glad to have another partner in crime.
> > >
> > > When B. Walstrum submitted the code for DoubleMetaphone, I assigned an
> > > issue to him for a unit test.  I haven't seen any action as of yet from
> > > him.
> > >
> > > I'd say in addition to a unit test for DoubleMetaphone, we're lacking
> > good
> > > documentation (compared to Digester).
> > >
> > > Tim
> > >
> > > On Mon, 11 Aug 2003, Gary Gregory wrote:
> > >
> > > > Hello Codec,
> > > >
> > > > So, is the only to-do for a codec 1.1.1 a DoubleMetaphone unit test?
> > > >
> > > > Who knows enough to write one and has the time to do so?
> > > >
> > > > Who does the release work for this component?
> > > >
> > > > Gary
> > > >
> > >
> > > --
> > > ----------------------
> > > Tim O'Brien
> > > Evanston, IL
> > > (847) 863-7045
> > > tobrien@discursive.com
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [codec] To do for 1.2 (WAS: [codec] To do for 1.1.1)

Posted by Henri Yandell <ba...@generationjava.com>.
If you're on maven:

Get a legal clover. Run:

maven clover

Possibly:

maven clover:on clover the first time. I'm unsure.

The legal clover needs to replace the jar that is automatically downloaded
by Maven in your user repository. This is either in $MAVEN_HOME/repository
or in $USER_HOME/.maven/repository in recent versions of Mavne.


If on ant, the Clover site details the new ant tasks you need. I've got
them on a home machine somewhere.

Hen

On Thu, 14 Aug 2003, Gary Gregory wrote:

> If we are really going to a 1.2, now would be a good time to "Cloverize"
> codec, no?
>
> Who knows how to do that? If no one else is willing, I am...
>
> Gary
>
> > -----Original Message-----
> > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > Sent: Thursday, August 14, 2003 00:57
> > To: 'Jakarta Commons Developers List'
> > Subject: RE: [codec] To do for 1.1.1
> >
> > We are here:
> >
> > (1) DoubleMetaphone unit tests.
> >
> > See
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22401
> >
> > (2) URLCodec urldecode() and urlencode() method names change?
> >
> > Done.
> >
> > (3) Provide a package.html for org/apache/commons/codec/net
> >
> > Done.
> >
> > New/Optional(3.1) Provide the high-level stuff that is now in
> > org/apache/commons/codec/ package.html in an overview.html and refer to it
> > from the build ant Javadoc task, except that (1) I do not see a mapping to
> > -overview in the Ant docs and (2) do we use maven to build? (I do not know
> > much about maven).
> >
> > (4) Release.
> > To do...
> >
> > Gary
> >
> > > -----Original Message-----
> > > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > > Sent: Monday, August 11, 2003 11:42
> > > To: 'Jakarta Commons Developers List'
> > > Subject: RE: [codec] To do for 1.1.1
> > >
> > > So, to do for 1.1.1:
> > >
> > > (1) DoubleMetaphone unit tests.
> > > (2) URLCodec urldecode() and urlencode() method names change?
> > > (3) Provide a package.html for org/apache/commons/codec/net
> > > (4) Release.
> > >
> > > Tim: " I've done the release work in the past, be happy to do it again.
> > > Or,
> > > if you would like, I'd be glad to have another partner in crime."
> > >
> > > I can find some time to help, I'll need some how-to pointers.
> > >
> > > Thanks,
> > > Gary
> > >
> > > -----Original Message-----
> > > From: Gary Gregory [mailto:ggregory@seagullsw.com]
> > > Sent: Monday, August 11, 2003 11:39
> > > To: 'Jakarta Commons Developers List'
> > > Subject: RE: [codec] To do for 1.1.1
> > >
> > > Here is another codec issue.
> > >
> > > In URLCodec there are too oddly named methods: urldecode() and
> > > urlencode().
> > > The word-style caps are missing. I suggest these be renamed to
> > decodeUrl()
> > > and encodeUrl().
> > >
> > > Thoughts?
> > >
> > > Gary
> > >
> > > -----Original Message-----
> > > From: Tim O'Brien [mailto:tobrien@discursive.com]
> > > Sent: Monday, August 11, 2003 10:18
> > > To: Jakarta Commons Developers List
> > > Subject: Re: [codec] To do for 1.1.1
> > >
> > > I've done the release work in the past, be happy to do it again.  Or, if
> > > you would like, I'd be glad to have another partner in crime.
> > >
> > > When B. Walstrum submitted the code for DoubleMetaphone, I assigned an
> > > issue to him for a unit test.  I haven't seen any action as of yet from
> > > him.
> > >
> > > I'd say in addition to a unit test for DoubleMetaphone, we're lacking
> > good
> > > documentation (compared to Digester).
> > >
> > > Tim
> > >
> > > On Mon, 11 Aug 2003, Gary Gregory wrote:
> > >
> > > > Hello Codec,
> > > >
> > > > So, is the only to-do for a codec 1.1.1 a DoubleMetaphone unit test?
> > > >
> > > > Who knows enough to write one and has the time to do so?
> > > >
> > > > Who does the release work for this component?
> > > >
> > > > Gary
> > > >
> > >
> > > --
> > > ----------------------
> > > Tim O'Brien
> > > Evanston, IL
> > > (847) 863-7045
> > > tobrien@discursive.com
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>