FW: jar/zip tasks and directory case problem

2001-06-21 Thread Kit Cragin
Anyone? This is an obnoxious little problem... -Original Message- From: Kit Cragin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 2:42 PM To: [EMAIL PROTECTED] Subject: jar/zip tasks and directory case problem Whenever I use the jar or zip tasks to zip the contents of a

Re: jar/zip tasks and directory case problem

2001-06-21 Thread Stefan Bodewig
Kit Cragin <[EMAIL PROTECTED]> wrote: > This causes problems when building WAR files and EAR files for some > application servers (they don't like meta-inf or web-inf for > example, when it should be META-INF and WEB-INF). Which means they are broken as the spec says they have to accept the name

FW: jar/zip tasks and directory case problem

2001-06-20 Thread Bommas, Chandra
Title: FW: jar/zip tasks and directory case problem Hi Kit, ANT 1.3 solves this problem. I have been able to use the JAR task successfully. hth, Shekar. -Original Message- From: Kit Cragin To: [EMAIL PROTECTED] Sent: 6/20/01 3:42 PM Subject: jar/zip tasks and directory case

jar/zip tasks and directory case problem

2001-06-20 Thread Kit Cragin
Whenever I use the jar or zip tasks to zip the contents of a directory, any subdirectories of that directory get stored in lowercase instead of whatever the case was when the directory was created. This causes problems when building WAR files and EAR files for some application servers (they