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=11325>. 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=11325 Add os.arch and os.version checks in EXEC task Summary: Add os.arch and os.version checks in EXEC task Product: Ant Version: 1.5 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The exec task has an option called os that will run only if the "os.name" property matches the current os. I'm asking for an enhancement to this which would add two options something called arch and version. The exec task will then only run if: 1. current os = os.name 2. current os arch = os.arch 3. current os version = os.version -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
