PR: 10664 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273109 13f79535-47bb-0310-9956-ffa450edef68master
@@ -105,7 +105,10 @@ | |||||
</td></tr> | </td></tr> | ||||
<tr><td> | <tr><td> | ||||
<blockquote> | <blockquote> | ||||
<h3>July 10, 2002 - Ant 1.5 Released!</h3> | |||||
<h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3> | |||||
<p>The wrapper script of Ant 1.5 needs to be replaced with a new | |||||
version for Cygwin users. See the <a href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p> | |||||
<h3>July 10, 2002 - Ant 1.5 Released!</h3> | |||||
<p>The final version of Ant 1.5 is now available for | <p>The final version of Ant 1.5 is now available for | ||||
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | ||||
download</a>. If you have any feedback on ths release, feel free to join the | download</a>. If you have any feedback on ths release, feel free to join the | ||||
@@ -180,7 +180,6 @@ | |||||
</a></li> | </a></li> | ||||
<li><a href="#passing-cli-args"> | <li><a href="#passing-cli-args"> | ||||
How do I pass parameters from the command line to my | How do I pass parameters from the command line to my | ||||
build file? | build file? | ||||
</a></li> | </a></li> | ||||
<li><a href="#jikes-switches"> | <li><a href="#jikes-switches"> | ||||
@@ -296,6 +295,11 @@ | |||||
<li><a href="#delegating-classloader"> | <li><a href="#delegating-classloader"> | ||||
<style> or <junit> ignores my | <style> or <junit> ignores my | ||||
<classpath> | <classpath> | ||||
</a></li> | |||||
<li><a href="#1.5-cygwin-sh"> | |||||
The <code>ant</code> wrapper script of Ant 1.5 fails | |||||
for Cygwin if <code>ANT_HOME</code> is set to a Windows style | |||||
path. | |||||
</a></li> | </a></li> | ||||
</ul> | </ul> | ||||
</blockquote> | </blockquote> | ||||
@@ -632,7 +636,6 @@ | |||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | <font color="#ffffff" face="arial,helvetica,sanserif"> | ||||
<strong> | <strong> | ||||
How do I pass parameters from the command line to my | How do I pass parameters from the command line to my | ||||
build file? | build file? | ||||
</strong> | </strong> | ||||
</font> | </font> | ||||
@@ -2003,6 +2006,28 @@ mv /tmp/foo $ANT_HOME/bin/antRun | |||||
</blockquote> | </blockquote> | ||||
</td></tr> | </td></tr> | ||||
</table> | </table> | ||||
</a> | |||||
<a name="1.5-cygwin-sh"> | |||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
<tr><td bgcolor="#828DA6"> | |||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
<strong> | |||||
The <code>ant</code> wrapper script of Ant 1.5 fails | |||||
for Cygwin if <code>ANT_HOME</code> is set to a Windows style | |||||
path. | |||||
</strong> | |||||
</font> | |||||
</td></tr> | |||||
<tr><td> | |||||
<blockquote> | |||||
<p>This problem has been reported only hours after Ant 1.5 has | |||||
been released, see <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10664">Bug | |||||
10664</a> and all it's duplicates.</p> | |||||
<p>A fixed version of the wrapper script can be found <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/errata/">here</a>. | |||||
Simply replace your script with this version.</p> | |||||
</blockquote> | |||||
</td></tr> | |||||
</table> | |||||
</a> | </a> | ||||
</blockquote> | </blockquote> | ||||
</td></tr> | </td></tr> | ||||
@@ -110,6 +110,9 @@ | |||||
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | ||||
here</a>. | here</a>. | ||||
</p> | </p> | ||||
<h3>Fix for Cygwin problem in wrapper script available</h3> | |||||
<p>The wrapper script of Ant 1.5 needs to be replaced with a new | |||||
version for Cygwin users. See the <a href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p> | |||||
<p><a href="./antnews.html">Read more news about Ant</a></p> | <p><a href="./antnews.html">Read more news about Ant</a></p> | ||||
</blockquote> | </blockquote> | ||||
</td></tr> | </td></tr> | ||||
@@ -9,6 +9,11 @@ | |||||
<body> | <body> | ||||
<section name="Ant 1.5"> | <section name="Ant 1.5"> | ||||
<h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3> | |||||
<p>The wrapper script of Ant 1.5 needs to be replaced with a new | |||||
version for Cygwin users. See the <a | |||||
href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p> | |||||
<h3>July 10, 2002 - Ant 1.5 Released!</h3> | <h3>July 10, 2002 - Ant 1.5 Released!</h3> | ||||
<p>The final version of Ant 1.5 is now available for | <p>The final version of Ant 1.5 is now available for | ||||
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | ||||
@@ -1072,6 +1072,23 @@ mv /tmp/foo $ANT_HOME/bin/antRun | |||||
<code><classpath></code> to define the junit task.</p> | <code><classpath></code> to define the junit task.</p> | ||||
</answer> | </answer> | ||||
</faq> | </faq> | ||||
<faq id="1.5-cygwin-sh"> | |||||
<question>The <code>ant</code> wrapper script of Ant 1.5 fails | |||||
for Cygwin if <code>ANT_HOME</code> is set to a Windows style | |||||
path.</question> | |||||
<answer> | |||||
<p>This problem has been reported only hours after Ant 1.5 has | |||||
been released, see <a | |||||
href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10664">Bug | |||||
10664</a> and all it's duplicates.</p> | |||||
<p>A fixed version of the wrapper script can be found <a | |||||
href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/errata/">here</a>. | |||||
Simply replace your script with this version.</p> | |||||
</answer> | |||||
</faq> | |||||
</faqsection> | </faqsection> | ||||
</document> | </document> |
@@ -15,6 +15,12 @@ | |||||
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/"> | ||||
here</a>. | here</a>. | ||||
</p> | </p> | ||||
<h3>Fix for Cygwin problem in wrapper script available</h3> | |||||
<p>The wrapper script of Ant 1.5 needs to be replaced with a new | |||||
version for Cygwin users. See the <a | |||||
href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p> | |||||
<p><a href="./antnews.html">Read more news about Ant</a></p> | <p><a href="./antnews.html">Read more news about Ant</a></p> | ||||
</section> | </section> | ||||