You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/03 06:50:46 UTC

DO NOT REPLY [Bug 32487] - requires OS-specific slashes

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 junk@bbs.darktech.org  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org