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=17542>. 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=17542 OS Family Condition doesn't appear to work in 1.5.1 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-02-28 21:50 ------- Actually the code does not work correctly in Ant 1.4.1 - it works correctly in Ant 1.5.1. Properties are immutable - once set they cannot change. This policy is there to allow command line overrides, etc. Some tasks did not repect this (i.e. condition, available, etc). This was tightened up in 1.5. Sorry for the inconvenience.
