Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 49490 invoked from network); 13 Mar 2005 20:38:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Mar 2005 20:38:20 -0000 Received: (qmail 99741 invoked by uid 500); 13 Mar 2005 20:38:15 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 99708 invoked by uid 500); 13 Mar 2005 20:38:15 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 99695 invoked by uid 99); 13 Mar 2005 20:38:15 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_HAS_ULINE_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web12201.mail.yahoo.com (HELO web12201.mail.yahoo.com) (216.136.173.85) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 13 Mar 2005 12:38:12 -0800 Received: (qmail 37660 invoked by uid 60001); 13 Mar 2005 20:38:11 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=D7FJYoHJY+JA973lCi6rG8iNksNNSmK87kbWIaKM13JtM0FSBeGe3GwJmwgCr0dFUQcYwYh9wudzi0+asg6+kNiEyjHs8JFob0xxw99/UIZcXHjXb7QYyi6rJkvNMEZboJIJp2PlDVkf78yOHQTpahyv+rK4vhQYhacg0S4rrgQ= ; Message-ID: <20050313203811.37658.qmail@web12201.mail.yahoo.com> Received: from [24.6.81.39] by web12201.mail.yahoo.com via HTTP; Sun, 13 Mar 2005 12:38:11 PST Date: Sun, 13 Mar 2005 12:38:11 -0800 (PST) From: Kevin Duffey Reply-To: supreme_java_guru_1@yahoo.com Subject: problem with zipfileset and fileset storing directories with xml files in them To: Ant Users List In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hey all, I am hoping I am just losing my mind here. When I use the WAR, JAR or ZIP task to create an archive, every time I try to store any directories that have .xml files in them, the directories are lowercased. Always. I do something like this: Every time I open the file.war (or if I name it file.zip or anything else.. its the same), the WEB-INF path is ALWAYS lowercased to web-inf/ in the path column of the zip file. If I use a dir like KKII that is stored on the filesystem in uppercase (windows system) and even specify a prefix that is all uppercase, if there is a .xml file below that dir, the dir name is ALWAYS lowercased in the archive. If there isn't a .xml file, it is stored with whatever case I use in the prefix="". Please tell me why this is? The reason is, at least unless something else is wrong, when I try to deploy my .war file to tomcat (5.5.7), the .war file when I open it in winzip shows both WEB-INF/ paths and web-inf/ paths. The web-inf/ paths are where my web.xml is found. The output of tomcat says it can't find the web.xml of my web application. Even if I name ALL the dirs to web-inf/ lowercase I still get this. On disk, it shows up (once tomcat expands the .war file) was WEB-INF, but it still for some reason is not finding the web.xml. Anyone got any clues? Why is the war/zip/jar task always lowercasing dirs with .xml files in them? I would expect it to behave as I tell it to, using prefix="" to upper-case. Thanks. __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org