From 744b5ec866071e03005d569b4994418b899dbc8a Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 20 Aug 2003 16:07:48 +0000 Subject: [PATCH] Added information about how to configure Winzip to see better what is in a war file Submitted by: Neil Pitman (neil dot pitman at sympatico dot ca) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275115 13f79535-47bb-0310-9956-ffa450edef68 --- docs/faq.html | 4 ++++ xdocs/faq.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/faq.html b/docs/faq.html index ee57b2c12..253592ff1 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -974,6 +974,10 @@ shell-prompt> m4 foo.m4 > foo all lower-case for you.

If you extract (or just check) the archive with jar, you will see that the names have the correct case.

+

With WinZIP (version 8.1 at least), this can be corrected in the + configuration. In the Options/Configuration menu, in the View tab, General + section, check the "Allow all upper case files names" box. The META-INF and + WEB-INF will look correct.

Is Ant supported by my IDE/Editor? diff --git a/xdocs/faq.xml b/xdocs/faq.xml index bc15465f9..2072a9ef6 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -688,6 +688,11 @@ shell-prompt> m4 foo.m4 > foo

If you extract (or just check) the archive with jar, you will see that the names have the correct case.

+ +

With WinZIP (version 8.1 at least), this can be corrected in the + configuration. In the Options/Configuration menu, in the View tab, General + section, check the "Allow all upper case files names" box. The META-INF and + WEB-INF will look correct.