Browse Source

Provide download for Cygwin-fixed ant wrapper script and announce it.

PR: 10664


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273109 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
98f202ddd0
6 changed files with 62 additions and 3 deletions
  1. +4
    -1
      docs/antnews.html
  2. +27
    -2
      docs/faq.html
  3. +3
    -0
      docs/index.html
  4. +5
    -0
      xdocs/antnews.xml
  5. +17
    -0
      xdocs/faq.xml
  6. +6
    -0
      xdocs/index.xml

+ 4
- 1
docs/antnews.html View File

@@ -105,7 +105,10 @@
</td></tr>
<tr><td>
<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
<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


+ 27
- 2
docs/faq.html View File

@@ -180,7 +180,6 @@
</a></li>
<li><a href="#passing-cli-args">
How do I pass parameters from the command line to my

build file?
</a></li>
<li><a href="#jikes-switches">
@@ -296,6 +295,11 @@
<li><a href="#delegating-classloader">
&lt;style&gt; or &lt;junit&gt; ignores my
&lt;classpath&gt;
</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>
</ul>
</blockquote>
@@ -632,7 +636,6 @@
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>
How do I pass parameters from the command line to my

build file?
</strong>
</font>
@@ -2003,6 +2006,28 @@ mv /tmp/foo $ANT_HOME/bin/antRun
</blockquote>
</td></tr>
</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>
</blockquote>
</td></tr>


+ 3
- 0
docs/index.html View File

@@ -110,6 +110,9 @@
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/">
here</a>.
</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>
</blockquote>
</td></tr>


+ 5
- 0
xdocs/antnews.xml View File

@@ -9,6 +9,11 @@

<body>
<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>
<p>The final version of Ant 1.5 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/">


+ 17
- 0
xdocs/faq.xml View File

@@ -1072,6 +1072,23 @@ mv /tmp/foo $ANT_HOME/bin/antRun
<code>&lt;classpath&gt;</code> to define the junit task.</p>
</answer>
</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>

</document>

+ 6
- 0
xdocs/index.xml View File

@@ -15,6 +15,12 @@
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/">
here</a>.
</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>
</section>



Loading…
Cancel
Save