stevel 2002/10/30 23:23:50
Modified: docs/manual/CoreTasks war.html
Log:
fed up with user complaints
Revision Changes Path
1.17 +8 -0 jakarta-ant/docs/manual/CoreTasks/war.html
Index: war.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/war.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- war.html 30 Jul 2002 10:38:56 -0000 1.16
+++ war.html 31 Oct 2002 07:23:50 -0000 1.17
@@ -171,6 +171,14 @@
using Ant's default manifest file. The content of
<code>WEB-INF/web.xml</code> is identical to
<code>src/metadata/myapp.xml</code>.
+
+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.
+
<hr>
<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
Reserved.</p>
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|