Yep, the fileset is case sensitive (because of pattern matching using regex). There were some discussion about doing the correct thing and using the case sensitivity of the os/fs, but no code was written (to my knowledge).
For now you have to be careful about case in your filesets. I think there is a way to enable case sensitivity with each regex expression (in this case make them all insensitive). Maybe we should allow this option until we get the correct solution working. It would help with some of these issues. ----- Original Message ----- From: "Barkley, Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 7:34 AM Subject: [nant-dev] Case Sensitive Filenames > This may be a totally dumb question but I have recurring problems with file > name which cases miss matches not being added to FileSets. Is this correct > behavior? Is there a way to override this behavior? I looked through the > documentation and the code and didn't see where this condition is set. Can > anyone point me in the right direction? ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
