diff --git a/docs/antnews.html b/docs/antnews.html index e7519deff..0fddb2664 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -105,7 +105,10 @@
-@@ -632,7 +636,6 @@ How do I pass parameters from the command line to my - build file? @@ -2003,6 +2006,28 @@ mv /tmp/foo $ANT_HOME/bin/antRunJuly 10, 2002 - Ant 1.5 Released!
+July 15, 2002 - Fix for Cygwin problem in wrapper script available
+The wrapper script of Ant 1.5 needs to be replaced with a new + version for Cygwin users. See the FAQ for details.
+July 10, 2002 - Ant 1.5 Released!
The final version of Ant 1.5 is now available for download. If you have any feedback on ths release, feel free to join the diff --git a/docs/faq.html b/docs/faq.html index 799de7177..1ca2a30a2 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -180,7 +180,6 @@
How do I pass parameters from the command line to my - build file? @@ -296,6 +295,11 @@ <style> or <junit> ignores my <classpath> + ++ The ant
wrapper script of Ant 1.5 fails + for Cygwin ifANT_HOME
is set to a Windows style + path.
+
+
+ The ant wrapper script of Ant 1.5 fails
+ for Cygwin if ANT_HOME is set to a Windows style
+ path.
+
+
+ |
+ ++ |
The wrapper script of Ant 1.5 needs to be replaced with a new + version for Cygwin users. See the FAQ for details.
diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index 7063c6895..e9292a7ea 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -9,6 +9,11 @@The wrapper script of Ant 1.5 needs to be replaced with a new + version for Cygwin users. See the FAQ for details.
+The final version of Ant 1.5 is now available for
diff --git a/xdocs/faq.xml b/xdocs/faq.xml
index 708a8ba30..56efad6df 100644
--- a/xdocs/faq.xml
+++ b/xdocs/faq.xml
@@ -1072,6 +1072,23 @@ mv /tmp/foo $ANT_HOME/bin/antRun
<classpath>
to define the junit task.
ant
wrapper script of Ant 1.5 fails
+ for Cygwin if ANT_HOME
is set to a Windows style
+ path.This problem has been reported only hours after Ant 1.5 has + been released, see Bug + 10664 and all it's duplicates.
+ +A fixed version of the wrapper script can be found here. + Simply replace your script with this version.
+The wrapper script of Ant 1.5 needs to be replaced with a new + version for Cygwin users. See the FAQ for details.
+