Wednesday, April 11, 2012

Ant reset property value

Ant works with "first setter wins principle"  Ant properties accept the FIRST setting of the property as the definitive one. Thereafter, future attempts to set the property will be ignored. Properties therefore are not variables, but more like manifest constant definitions.