RE: [Nant-users] task to test a target won't work
Jeroen, Change this to The following script shows how to use the target function: Noel -Original Message- From: [EMAIL PROTECTED] [ma
Re: [Nant-users] task to test a target won't work
Hi Jeroen, try using : directory:exists() instead [1]. target::exists) is used to check whether a nant target of a given name exists in the currnt buildfile. Ian [1]http://nant.sourceforge.net/nightly/help/functions/directory.exists.html Jeroen Stiekema wrote: Hi, I have a problem with the usage