RE: [Nant-users] calling a task multiple times

2004-05-10 Thread Clayton Harbour
Re: [Nant-users] calling a task multiple times > > > Use a line if you are dealing with a file. You > can specify an arbitrary number of matches on a line by the > delim string; I do believe. You can also nest the > if that doesn't work. If you are good with regular > e

Re: [Nant-users] calling a task multiple times

2004-05-10 Thread Scott Hernandez
Use a line if you are dealing with a file. You can specify an arbitrary number of matches on a line by the delim string; I do believe. You can also nest the if that doesn't work. If you are good with regular expressions[1] you could split up the line that way. There are really endless suggestions

RE: [Nant-users] calling a task multiple times

2004-05-10 Thread Curtis Zarger
lto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 2:39 PM To: Curtis Zarger; [EMAIL PROTECTED] Subject: Re: [Nant-users] calling a task multiple times http://nant.sourceforge.net/nightly/help/tasks/foreach.html Loops over a list. with NAnt -D:colors="blue,red" Or you can use the

Re: [Nant-users] calling a task multiple times

2004-05-10 Thread Scott Hernandez
http://nant.sourceforge.net/nightly/help/tasks/foreach.html Loops over a list. with NAnt -D:colors="blue,red" Or you can use the functions stuff in the nightly builds. HTHs Scott - Original Message - From: Curtis Zarger Hello, I'm wondering how to call a target multiple times