https://issues.apache.org/bugzilla/show_bug.cgi?id=47725
Summary: zipgroupfileset is case-sensitive on case-insensitive
filesystem
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Noel Grandin <[email protected]> 2009-08-24 04:36:54
PDT ---
Using the following buildfile:
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="createMergedJar" name="test">
<target depends="" name="createMergedJar">
<zip destfile="proguard_input.jar" duplicate="preserve">
<zipgroupfileset file="timeutilities.jar" />
</zip>
</target>
</project>
where the inner jar file is actually called TimeUtilities.jar will simply
result in TimeUtilities.jar file being skipped, with no warning.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.