https://issues.apache.org/bugzilla/show_bug.cgi?id=51086
Summary: package mapper doesn't support the handledirsep
attribute properly
Product: Ant
Version: 1.8.2
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
The package mapper doesn't work well on windows in combination with
handledirsep=true. The reason is that the package mapper replaces all
File.separatorChar characters with '.', but when the handledirsep property was
set to true, all directory separators are replace by '/' which is different
than the File.separatorChar on Windows.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.