Jon,

Your script work fine but I had to make some major modifications to
simplify it.  Since I use the webapps dir to run a local copy of the
webapps in my IDE the source build was picking up all of the crap in
the classes dir (that was always the case nothing to do with your
changes.)  When I went to fix it I realized I now had to do that in
two places.  So I consolidated the list of the files to be bundled in
one spot and now we have two smaller zip and tar targets.

Thanks for contributing to MyFaces.

sean

On Apr 6, 2005 2:06 PM, Jonathan Eric Miller <[EMAIL PROTECTED]> wrote:
> OK, here it is. I made a slight change from how I had it originally.
> Originally, I had separate properties for the .tgz and .zip file names. I
> changed it so that the properties are just for the base file name and the
> appropriate extensions are appended where appropriate.
> 
> Jon
> 
> ----- Original Message -----
> From: "Sean Schofield" <[EMAIL PROTECTED]>
> To: "Jonathan Eric Miller" <[EMAIL PROTECTED]>
> Sent: Wednesday, April 06, 2005 12:47 PM
> Subject: Re: [ANNOUNCEMENT] MyFaces 1.0.9 RC3 now available
> 
> > Go ahead and send me the build.xml.  I will take a look.
> >
> > sean
> >
> >
> > On Apr 6, 2005 11:54 AM, Jonathan Eric Miller <[EMAIL PROTECTED]>
> > wrote:
> >> OK, I modified it so that it zips the src and app bundles too. I
> >> mistakenly
> >> said that I modifed the file from RC2, but, I modified it from RC3.
> >>
> >> Jon
> >>
> >> ----- Original Message -----
> >> From: "Jonathan Eric Miller" <[EMAIL PROTECTED]>
> >> To: "MyFaces Discussion" <myfaces-user@incubator.apache.org>; "Sean
> >> Schofield" <[EMAIL PROTECTED]>
> >> Sent: Wednesday, April 06, 2005 10:42 AM
> >> Subject: Re: [ANNOUNCEMENT] MyFaces 1.0.9 RC3 now available
> >>
> >> > Yes. I think I basically having it working. I have it working for the
> >> > bin
> >> > distribution and I can easily add the others. Basically, all I did was
> >> > copy and paste the tar task and do a replace of tar with zip in the
> >> > pasted
> >> > text (zip and tar tasks are pretty much identical) and then I added a
> >> > bin.release.bundle.zip property at the top for the file name. I didn't
> >> > actually do a CVS checkout or anything (just downloaded the src dist
> >> > for
> >> > RC2). Do I need to give you a diff or something, or, can I just give
> >> > you
> >> > the modified file?
> >> >
> >> > Jon
> >> >
> >> > ----- Original Message -----
> >> > From: "Sean Schofield" <[EMAIL PROTECTED]>
> >> > To: "MyFaces Discussion" <myfaces-user@incubator.apache.org>
> >> > Sent: Wednesday, April 06, 2005 9:29 AM
> >> > Subject: Re: [ANNOUNCEMENT] MyFaces 1.0.9 RC3 now available
> >> >
> >> >
> >> >> Are you familiar with Ant?  If so take a look at the build.xml script
> >> >> and feel free to tweak.  I'd like zip files too but I am tied up with
> >> >> some work stuff (and tree2 issues) right now.
> >> >>
> >> >> sean
> >> >>
> >> >>
> >> >> On Apr 6, 2005 10:20 AM, Jonathan Eric Miller <[EMAIL PROTECTED]>
> >> >> wrote:
> >> >>> Heh, took the words right out of my mouth. ;-) The TLD docs are back.
> >> >>> Also,
> >> >>> I like the fact that the directory name includes the "rc3" at the
> >> >>> end.
> >> >>> Seems
> >> >>> trivial, but, it's helpful if you are downloading and testing a lot
> >> >>> of
> >> >>> different versions. If only there were a .zip file, I'd be in heaven!
> >> >>> :-)
> >> >>>
> >> >>> Jon
> >> >>>
> >> >>> ----- Original Message -----
> >> >>> From: "Sean Schofield" <[EMAIL PROTECTED]>
> >> >>> To: "Brandon Goodin" <[EMAIL PROTECTED]>; "MyFaces Discussion"
> >> >>> <myfaces-user@incubator.apache.org>
> >> >>> Sent: Tuesday, April 05, 2005 4:47 PM
> >> >>> Subject: Re: [ANNOUNCEMENT] MyFaces 1.0.9 RC3 now available
> >> >>>
> >> >>> > Just haven't gotten around to it yet.  There hasn't been a zip
> >> >>> > version
> >> >>> > of MyFaces up to this point but stuff like this will be added as we
> >> >>> > go
> >> >>> > (and when we get time.)  For now you can use the .tgz version with
> >> >>> > almost and windows zip utility (winace, winrar, etc.)
> >> >>> >
> >> >>> > sean
> >> >>> >
> >> >>> > On Apr 5, 2005 5:40 PM, Brandon Goodin <[EMAIL PROTECTED]>
> >> >>> > wrote:
> >> >>> >> Why isn't there a zip version?
> >> >>> >>
> >> >>> >> On Apr 5, 2005 3:29 PM, Sean Schofield <[EMAIL PROTECTED]>
> >> >>> >> wrote:
> >> >>> >> > A new (and hopefully final) release candidate is now available.
> >> >>> >> > Please use JIRA to report any siginficant bugs that you
> >> >>> >> > discover.
> >> >>> >> >
> >> >>> >> > http://cvs.apache.org/builds/myfaces/release/
> >> >>> >> >
> >> >>> >>
> >> >>> >
> >> >>>
> >> >>>
> >> >>
> >> >
> >>
> >>
> >
> 
> 
>

Reply via email to