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

Ant delete doesn't delete extensionless files

           Summary: Ant delete doesn't delete extensionless files
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


System:  Windows 2000
Ant 1.6alpha

Ant delete task does not seem to be deleting files which do not have an 
extension on Windows 2000:

Steps to recreate:
Create any two files, one with any extension, and one file which has no 
extension at all.  Then include the run the following task:

<delete failonerror="false" verbose="true" >
  <fileset dir="adir" includes="**/*"/>
  <fileset dir="adir"/>
</delete>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to