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

[NAnt-users] using foreach to loop through strings

2009-10-20 Thread Beth Hechanova
Hi, I'm trying to make my build scripts a bit more maintainable. Part of the build script's job is to tag code into svn and export code from svn. We have a directory in svn called 'thirdParty' to hold our thirdParty libs.The thirdParty directory holds thirdParty libs for many different app