I'm so embarrassed!

On 7/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> No???
>
> http://ant.apache.org/manual/CoreTasks/buildnumber.html
> ... then set the property build.number to the value that was read in (or
> to 0, if no such value).
>
>
>
> 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 that anywhere in the docs...
> >
> >
> >
> >>ld like to use the buildnumber task to
> >> > append a build number to the file name:
> >> > <gzip src="${temp}/s3/_management.js"
> >destfile="${temp}/s3/management_${
> >> > build.number}.js"/>
> >> >
> >> > So my gzipped file would be something like: management_3.js
> >> >
> >> > I already have the task in my build file as:
> >> >
> >> > <buildnumber/>
> >> >
> >> > but that just saves it to the build.number file, how do I
> >get it to a
> >> > property in my build file so I can use it in my path name?
> >> >
> >>
> >>
> >> --
> >> --
> >> David Weintraub
> >> [EMAIL PROTECTED]
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to