On Thu, 1 Aug 2002 15:31:19 +0100, "Dowd, Brian" <[EMAIL PROTECTED]>
wrote:

>     I want to do the following with an ant 'release' target (syntax = "ant
> release -Dversion=3_1":
> 
> Currently it does a clean, build, cvs tag and creates a .tar.gz file upon
> release, I want it to also :
> 
>    1. dynamically create a file in a specific location called VERSION which
> contains the line "3_1"

<echo message="${version}" file="./mydir/VERSION" />

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to