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=7624>. 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=7624 chmod task should be extensible to non-Unix systems Summary: chmod task should be extensible to non-Unix systems Product: Ant Version: 1.4.1 Platform: All OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] On a non-Unix system the task should still look for a chmod utility in the PATH. To be conservative over the possibility that there's a chmod that doesn't do the right thing it could look for a property (have.chmod = "true"). In general, programmers who are trying to write portable code should set conditions based on explicitly-named capabilities rather than assume that they know what capabilities are supported on all target systems. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
