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=5590>. 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=5590 Jar task uses lowercase directory names Summary: Jar task uses lowercase directory names 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] The JAR task uses lowercase directory names when creating an archive. Directories under the top directory name (which is lowercase even if uppercase on disk) will be in the correct case. This problem exists since 1.3 (at least)- Upgraded to 1.4.1 and the problem still exists. Example disk layout: /WEB-INF/web.xml /WEB-INF/lib/some.jar Jar contains: /web-inf/web.xml /WEB-INF/lib/some.jar This is problematic when creating deployment archives that have case sensitive directories. Note: I'm using the above as an example. Our directory name is actually SB- INF and we aren't creating a WAR so can't use the WAR task as an alternative unfortunately. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
