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

[EMAIL PROTECTED]

 

Reply via email to