Dienstag, 22. Februar 2005 19:09
> An: Ant Users List
> Betreff: Re: Conditional Question for Build Script
>
> You can use the task (part of the ant-contrib project).
>
>
>
>
> // Things to do if destination==stage
>
>
>
You can use the task (part of the ant-contrib project).
// Things to do if destination==stage
// Things to do if destination==stage
Or you can use the task :-)
Daniel Kalcevich <[EMAIL PROTECTED]> wrote:
All,
I have a situation where I need to perform a
> -Original Message-
> From: Daniel Kalcevich [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 23 February 2005 3:21 AM
> To: user@ant.apache.org
> Subject: Conditional Question for Build Script
>
> All,
>
> I have a situation where I need to perform a chec
All,
I have a situation where I need to perform a check as to whether or not
a file needs to be included in build based upon a property. The
property would represent the environment, either "stage" or "prod".
Based upon the value of that property, I would need to rename a file and
move it to a di