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=6694>. 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=6694 using copy task does not recognize case changes Summary: using copy task does not recognize case changes Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] if i copy a file "title.gif" into another directory, no problem. but when i change the case to "Title.gif", ant still copies "title.gif". - <!-- Copy the image files over into BUILD so they can be added to the jar later --> - <copy todir="${build}/sharedResources"> - <fileset dir="${src}/sharedResources"> <include name="**/*.gif" /> <include name="**/*.jpg" /> </fileset> </copy> </target> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
