From 834973f3857ebda58fc87c7ffc148a5d3acaaf21 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 8 Aug 2008 12:40:30 +0000 Subject: [PATCH] make sentence understandable. PR 45300. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@683953 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/war.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index 0315df546..1b5aeef31 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -287,7 +287,7 @@ using Ant's default manifest file. The content of 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 +directory as web-inf (all lower case), 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