RE: [Nant-users] using property values w/in functions

2004-07-21 Thread Felice Vittoria
Thanks! -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 2:32 PM To: Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] using property values w/in functions if="${directory::exists(src.dir + '/ac')}"

Re: [Nant-users] using property values w/in functions

2004-07-21 Thread Jaroslaw Kowalski
]> To: "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 9:25 PM Subject: [Nant-users] using property values w/in functions > Hello, > > I am trying to use property values within functions. For example, if I have this line: > > > &g

[Nant-users] using property values w/in functions

2004-07-21 Thread Felice Vittoria
Hello, I am trying to use property values within functions. For example, if I have this line: This will result in this: Unexpected token 'Dollar'. Expression: ${directory::exists(${src.dir}\ac)} ^ I also tried the following w/out any success: What am I do