Re: [Nant-users] can i get a second opinion

2004-10-20 Thread Rajbeer Dhatt
On Tue, 19 Oct 2004, Felice Vittoria wrote: When I run this file I will get the following: Property evaluation failed. Expression: ${property::exists(rootdir)} ^^^ Property 'rootdir' has not been set. Try:

RE: [Nant-users] can i get a second opinion

2004-10-19 Thread Urs Muff
copies without reading or saving in any manner. Thank you. > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Felice Vittoria > Sent: Tuesday, October 19, 2004 3:08 PM > To: Nant-Users (E-mail) > Subject: [Nant-users] can i ge

RE: [Nant-users] can i get a second opinion

2004-10-19 Thread Felice Vittoria
Thanks! I knew about this but for some reason my eyes didn't catch it. -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 4:19 PM To: Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] can i get a second opinion F

Re: [Nant-users] can i get a second opinion

2004-10-19 Thread Merrill Cornish
Felice, >>> ${property::exists(rootdir)} Everything inside a ${ ... } is evaluated UNLESS it is quoted. So, it's trying to evalute rootdir so it can test the existence of that value. What you want is ${property::exists('rootdir')} Merrill -

[Nant-users] can i get a second opinion

2004-10-19 Thread Felice Vittoria
Hello folks, I'm using the latest version of NAnt: NAnt 0.85 (Build 0.85.1753.0; net-1.0.win32; nightly; 10/19/2004) I have this simple test build file: When I run this file I will get the following: Property evaluation failed. Expression: