You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2011/01/30 07:57:02 UTC

DO NOT REPLY [Bug 50687] Zip task doesn't pack empty ".gitignore" files

https://issues.apache.org/bugzilla/show_bug.cgi?id=50687

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME
         OS/Version|                            |All

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2011-01-30 01:56:59 EST ---
Starting with Ant 1.8.2 .gitignore is part of the list of default excludes.
<http://ant.apache.org/manual/dirtasks.html#defaultexcludes>

This is why you no longer find it inside the archive, you have to set
defaultexcludes="no" on your zip task.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.