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 11:37 ------- The case insensitive issue is covered by bug 16686. The solution is to provide an embedded globmapper with an attribute to specify if the directory characters / and \ are to mapped together (Note that on unix \ is a valid character to have in a filename - although it is infrequent!) The name of the attribute is an issue - I can think of "mapdirectorycharacter" but it is a bit long winded.... in any case the proposed syntax is: <uptodate srcfile="c:/windows/system32/msvcr71d.dll"> <mapper> <globmapper from="c:\windows\system32\*" to="debug/*" ignorecase="yes" mapdirectorycharacter="yes"/> </mapper> </uptodate> or <uptodate srcfile="c:/windows/system32/msvcr71d.dll"> <mapper> <globmapper from="c:/windows/system32/*" to="debug/*" ignorecase="yes" mapdirectorycharacter="yes"/> </mapper> </uptodate> -- 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]