From f81773f28d8972453bda80d14527ad39d2a1c367 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 31 Oct 2002 07:23:50 +0000 Subject: [PATCH] fed up with user complaints git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273473 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/war.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index a141f21a6..dffcee671 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -171,6 +171,14 @@ images/large/logo.gif using Ant's default manifest file. The content of WEB-INF/web.xml is identical to src/metadata/myapp.xml. + +We regulary receive bug reports that this task is creating the WEB-INF +directory, and thus it is our fault your webapp doesn't work. The cause +of these complaints lies in WinZip, which turns an all upper-case +directory into an all lower case one in a fit of helpfulness. Please check that +jar xvf yourwebapp.war shows the same behaviour before filing another +report. +

Copyright © 2000-2002 Apache Software Foundation. All rights Reserved.