RE: Problem setting variables conditionally

2005-01-28 Thread Dominique Devienne
> From: Charl Gerber [mailto:[EMAIL PROTECTED] > Set a global variable 'env' in my ant script based on: > the command line value, if not set, then > environment variable value, if not set, then > default value > > I have this in my project root, ie, not in a target, > but it does not work: > >

Problem setting variables conditionally

2005-01-28 Thread Charl Gerber
Hi have this problem: Set a global variable 'env' in my ant script based on: the command line value, if not set, then environment variable value, if not set, then default value I have this in my project root, ie, not in a target, but it does not work: The 'en