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





------- Additional Comments From [EMAIL PROTECTED]  2004-12-03 06:50 -------
This issue is made worse by the fact that if you specify a drive as part of the
path, the matcher expects a case-sensitive match for it. For example:

<uptodate srcfile="c:/windows/system32/msvcr71d.dll">
  <mapper type="glob" from="c:\windows\system32\*" to="debug/*"/>
</uptodate>

will fail to find a match because <uptodate> sends
"C:\windows\system32\msvcp71d.dll" to <mapper> and the mapper uses a lowercase
drive letter so it fails to match. Clearly this behavior is undesirable under 
win32.

I'm waiting for some feedback from you guys... Please, throw me a bone :)

-- 
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