I have the following line in my build file
<delete dir=".\${src.dir}" if="${directory::exists('.\${src.dir}')}" failonerror="false" />
Using the variable ${src.dir} inside the exists() call does not work. What is the syntax for using a variable inside the exists() function?
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.