1.

Can I Change/override Ant Properties When I Use Ant-contrib Foreach Task?

Answer»

<FOREACH> is actually USING a DIFFERENT property space, you can pass any property name/value pair to it. Just use <PARAM> nested tag INSIDE foreach

<foreach> is actually using a different property space, you can pass any property name/value pair to it. Just use <param> nested tag inside foreach



Discussion

No Comment Found