bodewig 2003/04/08 06:04:24
Modified: docs faq.html
xdocs faq.xml
Log:
FAQ about the broken zip task in 1.5.2
Revision Changes Path
1.67 +19 -1 ant/docs/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/ant/docs/faq.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- faq.html 4 Apr 2003 04:21:02 -0000 1.66
+++ faq.html 8 Apr 2003 13:04:23 -0000 1.67
@@ -318,6 +318,9 @@
for Cygwin if <code>ANT_HOME</code> is set to a Windows style
path.
</a></li>
+ <li><a href="#1.5.2-zip-broken">
+ <code><zip></code> is broken in Ant 1.5.2.
+ </a></li>
</ul>
<h3 class="section">Answers</h3>
@@ -1389,9 +1392,24 @@
</p>
<p>This problem has been reported only hours after Ant 1.5
has
been released, see <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=10664">Bug
- 10664</a> and all it's duplicates.</p>
+ 10664</a> and all its duplicates.</p>
<p>A fixed version of the wrapper script can be
found <a href="http://ant.apache.org/old-releases/v1.5/errata/">here</a>.
Simply replace your script with this version.</p>
+ <p class="faq">
+ <a name="1.5.2-zip-broken"></a>
+ <code><zip></code> is broken in Ant 1.5.2.
+ </p>
+ <p>Yes, it is.</p>
+ <p>The problem reported by most people - see <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17648">Bug
+ 17648</a> and all its duplicates - is that Ant creates
+ archives that a partially unreadable by WinZIP. Luckily
+ <code>jar</code> deals with the archives and so the generated
+ jars/wars/ears will most likely work for you anyway.</p>
+ <p>There are additional problems, see bugs <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17780">Bug
+ 17780</a>, <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17871">Bug
+ 17871</a> and <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=18403">Bug
+ 18403</a>. All of them are supposed to be fixed with Ant
+ 1.5.3 (and only 18403 should exist in 1.5.3beta1).</p>
</div>
<p class="copyright">
1.34 +26 -1 ant/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/faq.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- faq.xml 3 Mar 2003 15:24:14 -0000 1.33
+++ faq.xml 8 Apr 2003 13:04:24 -0000 1.34
@@ -1204,13 +1204,38 @@
<p>This problem has been reported only hours after Ant 1.5 has
been released, see <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=10664">Bug
- 10664</a> and all it's duplicates.</p>
+ 10664</a> and all its duplicates.</p>
<p>A fixed version of the wrapper script can be found <a
href="http://ant.apache.org/old-releases/v1.5/errata/">here</a>.
Simply replace your script with this version.</p>
</answer>
</faq>
+
+ <faq id="1.5.2-zip-broken">
+ <question><code><zip></code> is broken in Ant 1.5.2.</question>
+ <answer>
+
+ <p>Yes, it is.</p>
+
+ <p>The problem reported by most people - see <a
+ href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17648">Bug
+ 17648</a> and all its duplicates - is that Ant creates
+ archives that a partially unreadable by WinZIP. Luckily
+ <code>jar</code> deals with the archives and so the generated
+ jars/wars/ears will most likely work for you anyway.</p>
+
+ <p>There are additional problems, see bugs <a
+ href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17780">Bug
+ 17780</a>, <a
+ href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17871">Bug
+ 17871</a> and <a
+ href="http://issues.apache.org/bugzilla/show_bug.cgi?id=18403">Bug
+ 18403</a>. All of them are supposed to be fixed with Ant
+ 1.5.3 (and only 18403 should exist in 1.5.3beta1).</p>
+ </answer>
+ </faq>
+
</faqsection>
</document>