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
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
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
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