Can I change/override ant properties when I use ant-contrib foreach task?
Answer / Anuj Bhushan
Yes, you can override Ant properties within a foreach task by using the properties attribute. However, any changes made will only be local to that specific iteration.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is history of ant?
How to hide password input?
How we can set the path environment variable of ant?
How many ways we can set properties into build ant file?
How we can create a jar using ant?
Explain how to debug my ant script?
Explain how to use pmd validation in ant script?
Explain how to use clean in ant script?
Explain how to modify properties in ant?
Can you explain ant functionality?
How can I write my own ant task?
What are the capabilities of ant?