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=13632>. 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=13632 condition fails to set property that has previously been set ------- Additional Comments From [EMAIL PROTECTED] 2002-10-15 09:30 ------- It was a "bug" that it worked in previous versions and it only worked in certain tricky ways. There are very good reasons why property immutability is a Good Thing. You might want to reconsider how you're implementing your build file. There are ways around this by using <antcall> (which is an isolated new Ant "stack" that can have its own properties without affecting the calling Ant). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
