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=13408>. 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=13408 Add support to unset a property Summary: Add support to unset a property Product: Ant Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This would be used with repeated execution of available and antcall tasks where the target uses the if or unless attribute. Because once the property is set, it is always set (i assume, please let me know if this is not so) this limits the usefulness of ant. What I would like to do is something like the following <available to set a property <antcall a target that checks the property <unset the property <available to the same property for a different file <antcall a target ... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
