Re: [NAnt-users] fileset Function only work when file exists ?

2009-03-26 Thread netvampire.tw
finally I wrote C# script to verify fileset..thanks for help.. 寄件者: "william_mar...@avon-insurance.co.uk" 收件者: netvampire...@yahoo.com.tw; sures...@infinite.com 副 本: nant-users@lists.sourceforge.net 寄件日期: 2009/3/26(星期四) 下午4:16:48 主 旨: RE: [NAnt-users] fileset F

Re: [NAnt-users] fileset Function only work when file exists ?

2009-03-26 Thread William_Martin
There is a file::exist() function in NAnt that you could use. May not be that elegant, but you could just create a target that calls this function on all the files you need to validate. You could either hard code the file names to test for, or if they are already available (i.e. as the output of