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=8507>. 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=8507 adding after and before attributes to fileset for filtering by date (last modified) Summary: adding after and before attributes to fileset for filtering by date (last modified) Product: Ant Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be nice feature to filter files by their last modified attribute ( for a purpose of copying files ,deleting ... ) e.g. : <copy todir="${build.temp.dir}/src"> <fileset after="02/20/2002" dir="${src.dir}"/> </copy> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
