DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16684>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16684 Document case sensitivity of glob mapper Summary: Document case sensitivity of glob mapper Product: Ant Version: 1.5.1 Platform: All URL: http://ant.apache.org/manual/CoreTypes/mapper.html OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Add a sentence which indicates that the glob mapper is case sensitive. For instance, this mapper: <mapper type="glob" from="*.ini" to="*.ini.bak"/> would map "xxx.ini" but will not map "XXX.INI".