Re: Again: Checking for non-existence of environment variable

2006-01-24 Thread Stefan Bodewig
On Tue, 24 Jan 2006, Sergei Dubov <[EMAIL PROTECTED]> wrote: > I think this is finally what I've been struggling with. It doesn't > seem to work when the env variable actually exists. Here is my > macro: > > = > > > ${env.DAVINCI_EXT} >

Re: Again: Checking for non-existence of environment variable

2006-01-24 Thread Sergei Dubov
Sorry, it's been a really long day I guess. I appreciate your help. It all works. -Serge Burgess, Benjamin wrote: You keep adding the ${} when only the property name is required. I assure you that all you need is this - just copy and paste it and test: Ben -Original Message- From:

RE: Again: Checking for non-existence of environment variable

2006-01-24 Thread Burgess, Benjamin
You keep adding the ${} when only the property name is required. I assure you that all you need is this - just copy and paste it and test: Ben -Original Message- From: Sergei Dubov [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 5:02 PM To: Ant Users List Subject: Again: Che