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 2004/01/13 22:28:13 UTC

DO NOT REPLY [Bug 26108] New: - delete task fails for jar file in CWD on WNT

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

delete task fails for jar file in CWD on WNT

           Summary: delete task fails for jar file in CWD on WNT
           Product: Ant
           Version: 1.6.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: stephen.bell@cedar.com


Could you have a look at this? Create a legit jar file, say build.jar, in the
current directory on Windows NT4, then process a build file like this:

<project default="clean">
<target name="clean">
<delete>
<fileset dir="." includes="build.jar"/>
</delete>
</target>
</project>

The delete fails. I looked at this with filemon, and I suspect that build.jar is
open at the time the delete happens. Worked OK at 1.5.4.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org