Is there a way to re-assign the value for the Ant property task? Or is there another task available for that purpose?
property
Properties are immutable in ant.
You may be interested in ant-contrib's var task.
Addressed in the same way: ${my_var} and ${my_property}