You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/29 18:37:38 UTC

DO NOT REPLY [Bug 20329] New: - Does not remove the directory after deleteing the files.

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: dev@ant.apache.org
        ReportedBy: tronncarson@hotmail.com


<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.