DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32487>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32487

           Summary: <updatedate> <mapper> requires OS-specific slashes
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've got the following task:

<uptodate>
  <srcfiles dir="." includes="DesktopBeautifierShared/source/**/*.java"/>
  <mapper type="glob" from="DesktopBeautifierShared/source/*.java"
to="java/classes/*.class"/>
</uptodate>

And what I notice is that if I run "ant -v" under win32, the paths returned by
<srcfiles> contain \\ style directory slashes and the mapper specified fails to
match the resulting path because it uses a different slash.

Expected behavior: <mapper> should be smart enough to convert slashes to the
appropriate format returned by <srcfiles> or vice-versa.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to