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=6758>. 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=6758 Recursive deletion of files containing a tilde (~) Summary: Recursive deletion of files containing a tilde (~) Product: Ant Version: 1.4.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] According to Your documentation, I tried to delete all files in sub-directories containing a tilde at the end. These are often created as backups by emacs. I was using the following lines inside a 'clean'-target: <delete> <fileset dir="." includes="**/*~" /> </delete> It doesn't work for me. The files still exist. Am I doing something wrong or is it a bug? Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
