diff --git a/docs/faq.html b/docs/faq.html
index 789715d54..89e0c14c5 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -317,6 +317,9 @@
The ant
wrapper script of Ant 1.5 fails
for Cygwin if ANT_HOME
is set to a Windows style
path.
+
+
<zip>
is broken in Ant 1.5.2.
This problem has been reported only hours after Ant 1.5 has been released, see Bug - 10664 and all it's duplicates.
+ 10664 and all its duplicates.A fixed version of the wrapper script can be found here. Simply replace your script with this version.
+
+
+ <zip>
is broken in Ant 1.5.2.
+
Yes, it is.
+The problem reported by most people - see Bug
+ 17648 and all its duplicates - is that Ant creates
+ archives that a partially unreadable by WinZIP. Luckily
+ jar
deals with the archives and so the generated
+ jars/wars/ears will most likely work for you anyway.
There are additional problems, see bugs Bug + 17780, Bug + 17871 and Bug + 18403. All of them are supposed to be fixed with Ant + 1.5.3 (and only 18403 should exist in 1.5.3beta1).
diff --git a/xdocs/faq.xml b/xdocs/faq.xml index d6cf0320d..68a418ee0 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -1204,13 +1204,38 @@ mv /tmp/foo $ANT_HOME/bin/antRun
This problem has been reported only hours after Ant 1.5 has been released, see Bug - 10664 and all it's duplicates.
+ 10664 and all its duplicates.A fixed version of the wrapper script can be found here. Simply replace your script with this version.
+ +<zip>
is broken in Ant 1.5.2.Yes, it is.
+ +The problem reported by most people - see Bug
+ 17648 and all its duplicates - is that Ant creates
+ archives that a partially unreadable by WinZIP. Luckily
+ jar
deals with the archives and so the generated
+ jars/wars/ears will most likely work for you anyway.
There are additional problems, see bugs Bug + 17780, Bug + 17871 and Bug + 18403. All of them are supposed to be fixed with Ant + 1.5.3 (and only 18403 should exist in 1.5.3beta1).
+