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=14212>. 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=14212 Add an API to remove proeprties from a Project ------- Additional Comments From [EMAIL PROTECTED] 2002-11-04 07:14 ------- I think we may have a philosophical objection to it. The only reason that you can overwrite an existing property is bug compatibility with old build files and user tasks; all new tasks should be using SetNewProperty() which enforces the immutability rules. The only ant task that provides explicit access to the overwrite feature is <available> , and event that complains when newvalue!=oldvalue. That's also why when you ask for the properties object you get a clone. (leaving the bug open for a second opinion) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
