https://issues.apache.org/bugzilla/show_bug.cgi?id=52647
Bug #: 52647
Summary: Date of the prefix directory in a zipfileset
Product: Ant
Version: 1.8.2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
When a zipfileset has a prefix attribute, a directory entry is added to the
archive. The issue is that the date of this entry is always the current date.
That means that if the task is run on the same set of files, it will not
produce the exact same archive.
I suggest that the prefix directory (and its parent directories) is created
with the date of the most recent entry at the root of the fileset, or with the
current date if the fileset is empty.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.