https://issues.apache.org/bugzilla/show_bug.cgi?id=50687
Summary: Zip task doesn't pack empty ".gitignore" files
Product: Ant
Version: 1.8.2
Platform: PC
Status: NEW
Severity: regression
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
If I download this file:
http://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9.2-all.zip
and run the script below:
<project default="pack">
<target name="pack">
<unzip src = "gradle-0.9.2-all.zip"
dest = "aaaa"/>
<zip destfile = "gradle-0.9.2-all-2.zip"
basedir = "aaaa"/>
</target>
</project>
Comparing "gradle-0.9.2-all.zip" and "gradle-0.9.2-all-2.zip" I see how
".gitignore" files from "gradle-0.9.2-all.zip" are missing in
"gradle-0.9.2-all-2.zip".
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.