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/04/20 10:40:37 UTC

DO NOT REPLY [Bug 51087] New: package mapper doesn't support the handledirsep attribute properly

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

           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: notifications@ant.apache.org
        ReportedBy: maarten_coene@yahoo.com


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.

DO NOT REPLY [Bug 51087] package mapper doesn't support the handledirsep attribute properly

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51087

Maarten Coene <ma...@yahoo.com> changed:

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

--- Comment #1 from Maarten Coene <ma...@yahoo.com> 2011-04-20 04:43:00 EDT ---
I reported this issue twice by accident...

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