Ant properties are immutable, once the property is given a value that value cannot be changed. See http://ant.apache.org/manual/CoreTasks/property.html
I believe the suggestion was to define a new property (with a new name). The value of the new property can then be assigned. -glenn