Hello,

I am trying to use property values within functions.  For example, if I have this line:

<delete dir="${src.dir}\ac" if="${directory::exists(${src.dir}\ac)}" />

This will result in this:

Unexpected token 'Dollar'.
Expression: ${directory::exists(${src.dir}\ac)}
                                ^

I also tried the following w/out any success:

<delete dir="${src.dir}\ac" if="directory::exists(${src.dir}\ac)" />
<delete dir="${src.dir}\ac" if="${directory::exists(src.dir\ac)}" />


What am I doing wrong? 

Felice


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to