----- Original Message ----- From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 12:23 AM Subject: RE: [Bug 368] Changed - Case sensivity BugRat Report#656
> The only way may be to assume that all file systems are case sensitive and > then populate a set of exceptions according to operating system. Pretty > platform dependent, of course. And what happens if someone mounts a NFS-volume on Windows ? :-) > Another option would be to make it an optional attribute of the > patternset/fileset. This puts control in the user hands and makes any > buildfiles that use the attribute somewhat less portable. > Maybe it can simply be handled by using apply, since it is no problem on Windows to have all files lowercase one could for example apply an "move srcFile tolower(srcFile)" to the files. Adding (just another) attribute to (to work around windows) would be also a solution. Next question: *Where* do we add it then? It's not specific to any task, so it must be a "magic" (global) property for ant? Nico
