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=12765>. 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=12765 "rmdir" and "deltree" patches for ftp task enhancement Summary: "rmdir" and "deltree" patches for ftp task enhancement Product: Ant Version: 1.5 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have written for my own use a couple of enhancements to <ftp> i would like to see integrated into ant distribution. I have added "rmdir" and "deltree" actions. "rmdir" makes, well, what it says, removes from the remote server all the directories matched by the filesets. "deltree" is a pseudo action that is internally exploded in a "delete" and "rmdir" action using the same filesets. More explanations are given in the updated documentation. Patches are included. I couldn't use cvs diff, because i'm behind a firewall and cannot access your cvs server. I used GNU diff -u to produce patches files. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
