You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <fl...@gmail.com> on 2006/09/22 20:35:31 UTC

[lang] [VOTE] Release 2.2 RC2

I've rolled an RC2, and based on the comments for RC1 it seems like
it's worth taking a stab at a release vote on this one.

The relevant files are available at:

http://people.apache.org/~bayard/commons-lang-2.2-rc2/

[ ] +1
[ ] -1


Thanks,

Hen

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


Re: [lang] [VOTE] Release 2.2 RC2

Posted by Phil Steitz <ph...@gmail.com>.
On 9/23/06, Henri Yandell <fl...@gmail.com> wrote:
> On 9/22/06, Rahul Akolkar <ra...@gmail.com> wrote:
> > On 9/22/06, Henri Yandell <fl...@gmail.com> wrote:
> > > I've rolled an RC2, and based on the comments for RC1 it seems like
> > > it's worth taking a stab at a release vote on this one.
> > >
> > > The relevant files are available at:
> > >
> > > http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> > >
> > <snip/>
> >
> > Sigs, sums look good. Source dists.
> >
> > Few observations:
> >
> > (1) Jar file contains two identical LICENSE.txt files
>
> Weird. I can't seem to replicate it - bit surprised that the zip api
> being used allows that. I'll look for that when I build rc-3.
>
I remember running into this problem when I added LICENSE.txt
explicitly as a resource in the pom and used maven to build the jar.
(before http://jira.codehaus.org/browse/MPANT-23 was fixed).

Did you use ant or maven to generate the distro?  If maven is used,
the comment in maven.xml saying the distro is build using ant should
be removed.

Otherwise, looks good to me.

Phil

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


Re: [lang] [VOTE] Release 2.2 RC2

Posted by Rahul Akolkar <ra...@gmail.com>.
On 9/24/06, Henri Yandell <fl...@gmail.com> wrote:
> On 9/22/06, Rahul Akolkar <ra...@gmail.com> wrote:
> > On 9/22/06, Henri Yandell <fl...@gmail.com> wrote:
> > > I've rolled an RC2, and based on the comments for RC1 it seems like
> > > it's worth taking a stab at a release vote on this one.
> > >
> > > The relevant files are available at:
> > >
> > > http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> > >
> > <snip/>
> >
> > Sigs, sums look good. Source dists.
> >
> > Few observations:
> >
> > (1) Jar file contains two identical LICENSE.txt files
>
> Weird. I can't seem to replicate it - bit surprised that the zip api
> being used allows that. I'll look for that when I build rc-3.
>
<snip/>

I couldn't either. Thanks for the other changes, IMO, they don't
require a new RC. My vote, therefore, is:

<BALLOT>
>
> The relevant files are available at:
>
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/
>
> [X] +1
> [ ] -1
>
</BALLOT>

-Rahul



> > (2) Manifest of jar in binary distribution contains botched entries, such as:
> > X-Compile-Source-JDK: @compile.source@
> > X-Compile-Target-JDK: @compile.target@
>
> Gah. Thought I had this fixed. Should be good for the next rc.
>
> > (3) More generally, jar in binary distribution doesn't match "standalone" jar
>
> Yup, I grabbed the Maven jar not the Ant one (ant dist-build didn't
> leave a jar, but does now).
>
> > (4) Javadoc index page contains this (continues to mention 2.1):
> >
> > "This document is the API specification for the Apache Jakarta Commons
> > Lang Library, version 2.1."
>
> Fixed.
>
> > I guess (1) through (3) has to do with building the distros on your
> > Mac and the other jar elsewhere?
>
> More to do with juggling Ant/JDK 1.3 and Maven/JDK 1.4.
>
> Thanks Rahul.
>
> Hen
>

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


Re: [lang] [VOTE] Release 2.2 RC2

Posted by Henri Yandell <fl...@gmail.com>.
On 9/22/06, Rahul Akolkar <ra...@gmail.com> wrote:
> On 9/22/06, Henri Yandell <fl...@gmail.com> wrote:
> > I've rolled an RC2, and based on the comments for RC1 it seems like
> > it's worth taking a stab at a release vote on this one.
> >
> > The relevant files are available at:
> >
> > http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> >
> <snip/>
>
> Sigs, sums look good. Source dists.
>
> Few observations:
>
> (1) Jar file contains two identical LICENSE.txt files

Weird. I can't seem to replicate it - bit surprised that the zip api
being used allows that. I'll look for that when I build rc-3.

> (2) Manifest of jar in binary distribution contains botched entries, such as:
> X-Compile-Source-JDK: @compile.source@
> X-Compile-Target-JDK: @compile.target@

Gah. Thought I had this fixed. Should be good for the next rc.

> (3) More generally, jar in binary distribution doesn't match "standalone" jar

Yup, I grabbed the Maven jar not the Ant one (ant dist-build didn't
leave a jar, but does now).

> (4) Javadoc index page contains this (continues to mention 2.1):
>
> "This document is the API specification for the Apache Jakarta Commons
> Lang Library, version 2.1."

Fixed.

> I guess (1) through (3) has to do with building the distros on your
> Mac and the other jar elsewhere?

More to do with juggling Ant/JDK 1.3 and Maven/JDK 1.4.

Thanks Rahul.

Hen

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


Re: [lang] [VOTE] Release 2.2 RC2

Posted by Rahul Akolkar <ra...@gmail.com>.
On 9/22/06, Henri Yandell <fl...@gmail.com> wrote:
> I've rolled an RC2, and based on the comments for RC1 it seems like
> it's worth taking a stab at a release vote on this one.
>
> The relevant files are available at:
>
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/
>
<snip/>

Sigs, sums look good. Source dists.

Few observations:

(1) Jar file contains two identical LICENSE.txt files

(2) Manifest of jar in binary distribution contains botched entries, such as:
X-Compile-Source-JDK: @compile.source@
X-Compile-Target-JDK: @compile.target@

(3) More generally, jar in binary distribution doesn't match "standalone" jar

(4) Javadoc index page contains this (continues to mention 2.1):

"This document is the API specification for the Apache Jakarta Commons
Lang Library, version 2.1."

I guess (1) through (3) has to do with building the distros on your
Mac and the other jar elsewhere?

-Rahul

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


Re: [lang] [VOTE] Release 2.2 RC2

Posted by Henri Yandell <fl...@gmail.com>.
I forgot about that...the release notes.txt will be copied into it.
Will do that now.

On 9/22/06, Gary Gregory <gg...@seagullsoftware.com> wrote:
> This page does not contain any real info:
>
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/docs/upgradeto2_2.
> html
>
> gg
>
> > -----Original Message-----
> > From: Henri Yandell [mailto:flamefew@gmail.com]
> > Sent: Friday, September 22, 2006 11:36 AM
> > To: Jakarta Commons Developers List
> > Subject: [lang] [VOTE] Release 2.2 RC2
> >
> > I've rolled an RC2, and based on the comments for RC1 it seems like
> > it's worth taking a stab at a release vote on this one.
> >
> > The relevant files are available at:
> >
> > http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> >
> > [ ] +1
> > [ ] -1
> >
> >
> > Thanks,
> >
> > Hen
> >
> > ---------------------------------------------------------------------
> > 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
>
>

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


Re: [lang] [VOTE] Release 2.2 RC2

Posted by Henri Yandell <fl...@gmail.com>.
To build it I think :)

I'll go ahead and do that tomorrow morning/midday.

Hen

On 9/26/06, Gary Gregory <gg...@seagullsoftware.com> wrote:
> What's left on the to-do list for the next RC?
>
> Gary
>
> > -----Original Message-----
> > From: Henri Yandell [mailto:flamefew@gmail.com]
> > Sent: Friday, September 22, 2006 11:36 AM
> > To: Jakarta Commons Developers List
> > Subject: [lang] [VOTE] Release 2.2 RC2
> >
> > I've rolled an RC2, and based on the comments for RC1 it seems like
> > it's worth taking a stab at a release vote on this one.
> >
> > The relevant files are available at:
> >
> > http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> >
> > [ ] +1
> > [ ] -1
> >
> >
> > Thanks,
> >
> > Hen
> >
> > ---------------------------------------------------------------------
> > 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
>
>

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


RE: [lang] [VOTE] Release 2.2 RC2

Posted by Gary Gregory <gg...@seagullsoftware.com>.
What's left on the to-do list for the next RC?

Gary

> -----Original Message-----
> From: Henri Yandell [mailto:flamefew@gmail.com]
> Sent: Friday, September 22, 2006 11:36 AM
> To: Jakarta Commons Developers List
> Subject: [lang] [VOTE] Release 2.2 RC2
> 
> I've rolled an RC2, and based on the comments for RC1 it seems like
> it's worth taking a stab at a release vote on this one.
> 
> The relevant files are available at:
> 
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> 
> [ ] +1
> [ ] -1
> 
> 
> Thanks,
> 
> Hen
> 
> ---------------------------------------------------------------------
> 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: [lang] [VOTE] Release 2.2 RC2

Posted by Gary Gregory <gg...@seagullsoftware.com>.
FWIW, I noticed that maven-javadoc-plugin version 1.7 was used to
generate the Javadocs. The current version is 1.8.

Gary

> -----Original Message-----
> From: Henri Yandell [mailto:flamefew@gmail.com]
> Sent: Friday, September 22, 2006 11:36 AM
> To: Jakarta Commons Developers List
> Subject: [lang] [VOTE] Release 2.2 RC2
> 
> I've rolled an RC2, and based on the comments for RC1 it seems like
> it's worth taking a stab at a release vote on this one.
> 
> The relevant files are available at:
> 
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> 
> [ ] +1
> [ ] -1
> 
> 
> Thanks,
> 
> Hen
> 
> ---------------------------------------------------------------------
> 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: [lang] [VOTE] Release 2.2 RC2

Posted by Gary Gregory <gg...@seagullsoftware.com>.
About the mention that one file was duplicated in the jar file. This is
the default Jar behavior of Ant. From the Ant manual:

duplicate  	behavior when a duplicate file is found. Valid values
are "add", "preserve", and "fail". The default value is "add".

Gary

> -----Original Message-----
> From: Henri Yandell [mailto:flamefew@gmail.com]
> Sent: Friday, September 22, 2006 11:36 AM
> To: Jakarta Commons Developers List
> Subject: [lang] [VOTE] Release 2.2 RC2
> 
> I've rolled an RC2, and based on the comments for RC1 it seems like
> it's worth taking a stab at a release vote on this one.
> 
> The relevant files are available at:
> 
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> 
> [ ] +1
> [ ] -1
> 
> 
> Thanks,
> 
> Hen
> 
> ---------------------------------------------------------------------
> 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: [lang] [VOTE] Release 2.2 RC2

Posted by Gary Gregory <gg...@seagullsoftware.com>.
This page does not contain any real info:

http://people.apache.org/~bayard/commons-lang-2.2-rc2/docs/upgradeto2_2.
html

gg

> -----Original Message-----
> From: Henri Yandell [mailto:flamefew@gmail.com]
> Sent: Friday, September 22, 2006 11:36 AM
> To: Jakarta Commons Developers List
> Subject: [lang] [VOTE] Release 2.2 RC2
> 
> I've rolled an RC2, and based on the comments for RC1 it seems like
> it's worth taking a stab at a release vote on this one.
> 
> The relevant files are available at:
> 
> http://people.apache.org/~bayard/commons-lang-2.2-rc2/
> 
> [ ] +1
> [ ] -1
> 
> 
> Thanks,
> 
> Hen
> 
> ---------------------------------------------------------------------
> 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