On Thu, 2005-08-25 at 10:35 +0000, [EMAIL PROTECTED] wrote: > Jake, > > You must not enclose properties in single quotes when using them in functions. > > Use this > > <if test="${not file::exists(xsp)}" verbose="${debug}"> > > instead of > > <if test="${not file::exists('xsp')}" verbose="${debug}"> > > The only function where you should enclose the property name in single > quotes, is the property::exists(string) function as you do not want the > property to be evaluated here.
Thanks Gert! Removing the quotes fixed everything and it works as I expected it should. Such an obvious mistake! I appreciate the help. Thanks again, -- Jake Appelbaum <[EMAIL PROTECTED]> ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users