Re: [NAnt-users] NAnt Arrays

2006-04-24 Thread William_Martin
If you want an array of files (such as solution files), then the best way to do it is probably with a fileset.  e.g.     then use:                                 for your releases array, as Si says, it's probably best to just use a comma delimited string. HTH, Bill Fr

Re: [NAnt-users] NAnt Arrays

2006-04-24 Thread si
Hi Michael, > In NAnt, how can I can create arrays upon which I can use a 'foreach' command? What about using (quoted) comma delimited strings? Something like: I do something similar to loop through various Subversion repositories and it works fin