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 2002/08/21 03:49:15 UTC

DO NOT REPLY [Bug 11880] New: - Add "**/.DS_Store" to FileSet's default excludes list

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

Add "**/.DS_Store" to FileSet's default excludes list

           Summary: Add "**/.DS_Store" to FileSet's default excludes list
           Product: Ant
           Version: 1.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: matt@thebishops.org


Please add the following to FileSet's default excludes list:

**/.DS_Store

On Mac OS X, this file is generated by the OS to keep track of Window information--their size, placement, sort order, etc.  It is irrelevant elsewhere, and on OS X it is recreated automatically when the Finder opens a directory without one.

The workaround is to include it in the excludes attribute, but this is a pain and easy to forget.

Thanks!

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>