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=4687>. 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=4687 Misused todir or tofile attributes of Copy cause confusing error message Summary: Misused todir or tofile attributes of Copy cause confusing error message Product: Ant Version: 1.4.1 Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Add a copy task without a todir and tofile attribute specified. You receive the following message: One of destfile or destdir must be set. Similarly, add both attributes (not allowed ) you receive the following message: Only one of destfile and destdir may be set. The messages imply that the copy task requires attributes named destdir or destfile, when in fact the attributes are tofile and todir. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
