t; set. So I don't set this in test.properties,
> perhaps.
>
> I hope this helps,
>
> -Rob Anderson
>
> > -Original Message-
> > From: klute [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 07, 2005 2:32 PM
> > To: user@ant.apache.org
> >
e [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 07, 2005 2:32 PM
> To: user@ant.apache.org
> Subject: logic using ant
>
>
> hey guys
>
> i have a dev and test environments with the former
> being on win xp and the latter on linux. i am trying
> to put some logic wit
che Nachricht-
> Von: Matt Benson [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 7. März 2005 23:42
> An: Ant Users List
> Betreff: Re: logic using ant
>
> --- klute <[EMAIL PROTECTED]> wrote:
> > if some env variable indicates that the script is
> > r
--- klute <[EMAIL PROTECTED]> wrote:
> if some env variable indicates that the script is
> running in windows env {
>do this
> } else {
>do that
> }
>
> is this possible?
There are ways and ways (the most brute-force and
least "Ant" being ant-contrib's if task), but it will
probably help
hey guys
i have a dev and test environments with the former
being on win xp and the latter on linux. i am trying
to put some logic within my build target to do things
differently. i'd like to do this to avoid separate
targets for dev and text environments. here is some
basic pseudo code of what i