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 @@
-

July 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 if ANT_HOME is set to a Windows style + path.
  • @@ -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/antRun + + + + + +
    + + + The 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.

    +
    +
    diff --git a/docs/index.html b/docs/index.html index 1a8f83040..e6ea410fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -110,6 +110,9 @@ here.

    +

    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.

    Read more news about Ant

    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 @@
    +

    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 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.

    + + + The 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.

    + + diff --git a/xdocs/index.xml b/xdocs/index.xml index fac3d75d3..bfc4b5634 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -15,6 +15,12 @@ here.

    + +

    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.

    +

    Read more news about Ant