[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

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 foreach task to File rather than String e.g. foreach item=File property=thirdPatry.name in items refid=thridPartyDirs / Etc. Also. if you want to check if the FileSet contains