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=20329>. 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=20329 Does not remove the directory after deleteing the files. Summary: Does not remove the directory after deleteing the files. Product: Ant Version: 1.5.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <target name="deleteTomcatFolder" depends="copyServletclasses" description="Copy Servlet classes to WEB-INF"> <delete dir="../../java/tomcat41/webapps/TestApplet1"/> </target> Does not remove the directory after deleteing the files.