|
Hello,
I'm wondering how to call a target multiple times, each time providing the same argument name, but with different values. An example is shown below. The foreach task seems to be close, but I don't see a way to loop across an array/collection of argument values.
nant -D:color=blue -D:color=red
<target name="echoColor"> <echo message="${color}" /> </target>
THX
Curt Zarger 703-752-5185
|
- [Nant-users] calling a task multiple times Curtis Zarger
- [Nant-users] calling a task multiple times Curtis Zarger
- Re: [Nant-users] calling a task multiple times Scott Hernandez
- RE: [Nant-users] calling a task multiple times Curtis Zarger
- Re: [Nant-users] calling a task multiple times Scott Hernandez
- RE: [Nant-users] calling a task multiple times Clayton Harbour
