AW: Conditional Question for Build Script

2005-02-22 Thread Jan . Materne
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 > > >

Re: Conditional Question for Build Script

2005-02-22 Thread Ninju Bohra
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

RE: Conditional Question for Build Script

2005-02-22 Thread Stephen McConnell
> -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

Conditional Question for Build Script

2005-02-22 Thread Daniel Kalcevich
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