Re: [NAnt-users] using foreach to loop through strings

2009-10-20 Thread Bill Martin
Beth, To iterate a FileSet, I think you will need to set the item in the task to File rather than String e.g. Etc. Also. if you want to check if the FileSet contains files, you can use the fileset::to-string in NAntContrib. E.g. wil

Re: [NAnt-users] using foreach to loop through strings

2009-10-20 Thread Bob Archer
Your fileset it probably empty. You don't specify a basedir. Is AjaxControlToolkit literally the name of a file? BOb From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: Tuesday, October 20, 2009 2:32 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] using foreach to loop thr