Hi, As every one aware, ant properties are readonly once sent it can be changed and the one which is the first setting is the value.
However, when the properties are loaded from properties files, it is readonly but it takes the value of the last set one not the first set one as in the script setting. This may be coming from reading of java properties files, which are using hashtable etc.. hence the previous read one would be overidden by the latest same property set one. Leaving the implementation issues (as one could always go with own reading/implimentation approach), it may be re- looked at if this kind of inconsistency are o.k. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://old.nabble.com/Readonly-ness-of-properties---Inconsistancy-tp26990974p26990974.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
