DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19737>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19737 <loadproperties> does not load updated file in same target [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-05-07 15:22 ------- Please spare yourself some frustration and make yourself familiar with how properties work in Ant. If you reread my comment when I closed Bug 19730 you'll see I said - no matter which task you've used to set it. You say the build number doesn't change, this in turn implies that the property has a value before you start the loadproperties task. The task will read the file (believe me, it does), but it will not change the value of the property because properties are immutable in Ant.