You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/07 17:22:22 UTC

DO NOT REPLY [Bug 19737] - does not load updated file in same target

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

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From bodewig@apache.org  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.