AW: simple buildnumber task usage question

2007-08-01 Thread Jan.Materne
That's ok. Sometime the manual is really missing something or is unclear ;) Jan >-Ursprüngliche Nachricht- >Von: Alex Egg [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 1. August 2007 18:57 >An: Ant Users List >Betreff: Re: simple buildnumber task usage question &

Re: simple buildnumber task usage question

2007-08-01 Thread Alex Egg
; Jan > > > >-Ursprüngliche Nachricht- > >Von: Alex Egg [mailto:[EMAIL PROTECTED] > >Gesendet: Dienstag, 31. Juli 2007 05:15 > >An: Ant Users List > >Betreff: Re: simple buildnumber task usage question > > > > >Oh coo. I didn't see th

AW: simple buildnumber task usage question

2007-07-31 Thread Jan.Materne
05:15 >An: Ant Users List >Betreff: Re: simple buildnumber task usage question > >Oh coo. I didn't see that anywhere in the docs... > > > >>ld like to use the buildnumber task to >> > append a build number to the file name: >> > destfile="${temp}/s

Re: simple buildnumber task usage question

2007-07-30 Thread Alex Egg
Oh coo. I didn't see that anywhere in the docs... >ld like to use the buildnumber task to > > append a build number to the file name: > > > > > > So my gzipped file would be something like: management_3.js > > > > I already have the task in my build file as: > > > > > > > > but that just saves

Re: simple buildnumber task usage question

2007-07-30 Thread David Weintraub
The BuildNumber task sets the property build.number when executed. You don't have to do anything else. On 7/30/07, Alex Egg <[EMAIL PROTECTED]> wrote: > Hi have this gzip task, and I would like to use the buildnumber task to > append a build number to the file name: > > > So my gzipped file would

simple buildnumber task usage question

2007-07-30 Thread Alex Egg
Hi have this gzip task, and I would like to use the buildnumber task to append a build number to the file name: So my gzipped file would be something like: management_3.js I already have the task in my build file as: but that just saves it to the build.number file, how do I get it to a proper