I would like to understand that is the following possible in Ant
Read a property
eg : ${for.loop.condition}
Based on the above property value , create a for loop
And loop dynamically create a string from that value
I have read on the ant-contrib task , but not so sure whether that would help me out.
Any examples would help me