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')}"
]>
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
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