You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Morgan Delagrange <md...@yahoo.com> on 2002/04/01 20:27:02 UTC

[Collections] [Vote] Release Collections 2.0 build 4

Hi all,

Third time is a charm.  Please vote on whether or not to release the latest
Collections 2.0 build:


http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections
/v2.0/

as described by the following email.

Also, I updated the "releases.xml" document with the new instructions for
building Collections, but I couldn't push them out to the site; all the main
docs were build by James with a rather restrictive mask.   Is this a
problem, or is there a new procedure for pushing stuff out to the site?

- Morgan

----- Original Message -----
From: "Morgan Delagrange" <md...@yahoo.com>
To: "Jakarta Commons Developers" <co...@jakarta.apache.org>
Sent: Thursday, March 28, 2002 11:10 AM
Subject: [Collections] Collections 2.0 build 4


> Hi all,
>
> I just performed a fourth build of Collections 2.0 (I don't _think_ I sent
> out a notification for build 3) and pushed it out to the server:
>
>
>
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections
> /v2.0/
>
> The license file should be included in both the source distribution and
the
> release JAR now.  If you have the chance, please review the build today,
> because the distribution was created with new additions to the build
script.
> If there are no major issues, I will call another release vote on FRIDAY.
>
> Note: you cannot build from the source distribution without copying the
> license file to the next directory up, because that's where the license
file
> lives in the CVS repository.  If you want to fix it, please commit a
change
> to the build script _today_, so we don't have to abort another release
vote.
> Thanks.
>
> - Morgan
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by Morgan Delagrange <md...@yahoo.com>.
Hmm, that's a good approach.  Nice and simple.  OK,
I'll do a new build tomorrow that patches the src
build bug.  (Ordinarily I'd be worried about
introducing a bug in a new build, but Rod rightly
suggested that I try to make the Collections build
easier.  IMO even a monkey like me can do it now.  :)

I'll do a new build, but please keep voting on the
release.  Except for a minor change to the build.xml
file, it will be an identical package.

- Morgan

--- Jeff Turner <je...@socialchange.net.au> wrote:
> On Mon, Apr 01, 2002 at 06:23:36PM -0600, Morgan
> Delagrange wrote:
> > Yes I pointed that out the part of the email that
> you snipped.  :)
> 
> Doh! :P I haven't been following..
> 
> > Fixing that problem was not trivial, so I noted it
> on Thursday morning
> > in case anyone was motivated to fix it.  Nobody
> was.
> 
> cp ../LICENSE .
> perl -i -pe 's/..\/LICENSE/.\/LICENSE/' build.xml
> 
> We've got licenses in every source file.. can't hurt
> to have a few more
> running loose in project directories, should it?
> 
> --Jeff
> 
> > - Morgan
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


=====
Morgan Delagrange
http://jakarta.apache.org/taglibs
http://jakarta.apache.org/commons

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://http://taxes.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by Jeff Turner <je...@socialchange.net.au>.
On Mon, Apr 01, 2002 at 06:23:36PM -0600, Morgan Delagrange wrote:
> Yes I pointed that out the part of the email that you snipped.  :)

Doh! :P I haven't been following..

> Fixing that problem was not trivial, so I noted it on Thursday morning
> in case anyone was motivated to fix it.  Nobody was.

cp ../LICENSE .
perl -i -pe 's/..\/LICENSE/.\/LICENSE/' build.xml

We've got licenses in every source file.. can't hurt to have a few more
running loose in project directories, should it?

--Jeff

> - Morgan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by Jeff Turner <je...@socialchange.net.au>.
On Mon, Apr 01, 2002 at 06:27:10PM -0600, Morgan Delagrange wrote:
> BTW, is that a +1?

+1, yes

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by Morgan Delagrange <md...@yahoo.com>.
BTW, is that a +1?

----- Original Message -----
From: "Morgan Delagrange" <md...@yahoo.com>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Monday, April 01, 2002 6:23 PM
Subject: Re: [Collections] [Vote] Release Collections 2.0 build 4


> Yes I pointed that out the part of the email that you snipped.  :)  Fixing
> that problem was not trivial, so I noted it on Thursday morning in case
> anyone was motivated to fix it.  Nobody was.
>
> - Morgan
>
>
> ----- Original Message -----
> From: "Jeff Turner" <je...@socialchange.net.au>
> To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> Sent: Monday, April 01, 2002 6:17 PM
> Subject: Re: [Collections] [Vote] Release Collections 2.0 build 4
>
>
> > LICENSE may be in the distribution, but the build.xml still references
> > ../LICENSE, causing certain targets in the source distribution to fail:
> >
> > dist-jar:
> >     [mkdir] Created dir: /tmp/buildtemp_200204021013
> >      [copy] Copying 88 files to /tmp/buildtemp_200204021013
> >     [mkdir] Created dir: /tmp/buildtemp_200204021013/META-INF
> >      [copy] Could not find file /home/jeff/LICENSE to copy.
> >
> > BUILD FAILED
> >
> > /home/jeff/commons-collections-2.0-src/build.xml:258: Could not find
file
> /home/jeff/LICENSE to copy.
> >
> >
> > Otherwise, all looks good.
> >
> > --Jeff
> >
> > On Mon, Apr 01, 2002 at 12:27:02PM -0600, Morgan Delagrange wrote:
> > > Hi all,
> > >
> > > Third time is a charm.  Please vote on whether or not to release the
> latest
> > > Collections 2.0 build:
> > ...
> > >
>
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections
> /v2.0/
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by Morgan Delagrange <md...@yahoo.com>.
Yes I pointed that out the part of the email that you snipped.  :)  Fixing
that problem was not trivial, so I noted it on Thursday morning in case
anyone was motivated to fix it.  Nobody was.

- Morgan


----- Original Message -----
From: "Jeff Turner" <je...@socialchange.net.au>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Monday, April 01, 2002 6:17 PM
Subject: Re: [Collections] [Vote] Release Collections 2.0 build 4


> LICENSE may be in the distribution, but the build.xml still references
> ../LICENSE, causing certain targets in the source distribution to fail:
>
> dist-jar:
>     [mkdir] Created dir: /tmp/buildtemp_200204021013
>      [copy] Copying 88 files to /tmp/buildtemp_200204021013
>     [mkdir] Created dir: /tmp/buildtemp_200204021013/META-INF
>      [copy] Could not find file /home/jeff/LICENSE to copy.
>
> BUILD FAILED
>
> /home/jeff/commons-collections-2.0-src/build.xml:258: Could not find file
/home/jeff/LICENSE to copy.
>
>
> Otherwise, all looks good.
>
> --Jeff
>
> On Mon, Apr 01, 2002 at 12:27:02PM -0600, Morgan Delagrange wrote:
> > Hi all,
> >
> > Third time is a charm.  Please vote on whether or not to release the
latest
> > Collections 2.0 build:
> ...
> >
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections
/v2.0/
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by Jeff Turner <je...@socialchange.net.au>.
LICENSE may be in the distribution, but the build.xml still references
../LICENSE, causing certain targets in the source distribution to fail:

dist-jar:
    [mkdir] Created dir: /tmp/buildtemp_200204021013
     [copy] Copying 88 files to /tmp/buildtemp_200204021013
    [mkdir] Created dir: /tmp/buildtemp_200204021013/META-INF
     [copy] Could not find file /home/jeff/LICENSE to copy.

BUILD FAILED

/home/jeff/commons-collections-2.0-src/build.xml:258: Could not find file /home/jeff/LICENSE to copy.


Otherwise, all looks good.

--Jeff

On Mon, Apr 01, 2002 at 12:27:02PM -0600, Morgan Delagrange wrote:
> Hi all,
> 
> Third time is a charm.  Please vote on whether or not to release the latest
> Collections 2.0 build:
... 
> http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Collections] [Vote] Release Collections 2.0 build 4

Posted by "Michael A. Smith" <ma...@apache.org>.
On Mon, 1 Apr 2002, Morgan Delagrange wrote:
> Third time is a charm.  Please vote on whether or not to release the latest
> Collections 2.0 build:

+1.

michael


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>