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=16471>. 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=16471 delete task with nested fileset does not seem to be working Summary: delete task with nested fileset does not seem to be working Product: Ant Version: 1.5.1 Platform: Sun OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The delete task with nested fileset does not seem to be working. Example <delete> <fileset dir="."> <include name="/build/com/mycorp/A.class"/> <include name="/build/com/mycorp/B.class"/> </fileset> </delete> I expect A.class and B.class to be deleted. This does not happen with the 1.5.1 build. It's not critical because you can use delete without the fileset. But it's just puzzeling because the documentation says you can use filesets with the delete task. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>