RE: [Nant-users] Newbie problem with expressions

2005-05-18 Thread Brough, Nicolas (Contractor)
users@lists.sourceforge.net' Subject: RE: [Nant-users] Newbie problem with expressions What version of NAnt are you running against? Functions are new in 0.85 and if you running against 0.84 or an early 0.85 will not work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [Nant-users] Newbie problem with expressions

2005-05-17 Thread Bjerstedt, Tony
: Robinson, Heath; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Newbie problem with expressions Same result - the property isn't being set. -Original Message- From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 21:29 To: Brough, Nicolas (Contractor); nant-

RE: [Nant-users] Newbie problem with expressions

2005-05-17 Thread Brough, Nicolas (Contractor)
Same result - the property isn't being set. -Original Message- From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 21:29 To: Brough, Nicolas (Contractor); nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Newbie problem with expressions Try Heath

[Nant-users] Newbie problem with expressions

2005-05-17 Thread Brough, Nicolas (Contractor)
Hi, I know I've probably got something utterly wrong, but I can't get this to work: ${src.dir} My understanding is that src.dir should be set to true or false (so I can later use it for an "if" statement). But all it does is throw the log below - NAnt doesn't seem to be setting src.di