bodewig 2002/07/15 04:45:35
Modified: docs antnews.html faq.html index.html
xdocs antnews.xml faq.xml index.xml
Log:
Provide download for Cygwin-fixed ant wrapper script and announce it.
PR: 10664
Revision Changes Path
1.36 +4 -1 jakarta-ant/docs/antnews.html
Index: antnews.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/antnews.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- antnews.html 10 Jul 2002 14:38:51 -0000 1.35
+++ antnews.html 15 Jul 2002 11:45:35 -0000 1.36
@@ -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
1.32 +27 -2 jakarta-ant/docs/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/faq.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- faq.html 10 Jul 2002 14:38:51 -0000 1.31
+++ faq.html 15 Jul 2002 11:45:35 -0000 1.32
@@ -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">
@@ -297,6 +296,11 @@
<style> or <junit> ignores my
<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>
</ul>
</blockquote>
</td></tr>
@@ -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>
@@ -2000,6 +2003,28 @@
for <code><junit></code>, you still have to use a
<code><taskdef></code> with a nested
<code><classpath></code> to define the junit task.</p>
+ </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>
1.241 +3 -0 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- index.html 10 Jul 2002 14:38:51 -0000 1.240
+++ index.html 15 Jul 2002 11:45:35 -0000 1.241
@@ -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>
1.26 +5 -0 jakarta-ant/xdocs/antnews.xml
Index: antnews.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/antnews.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- antnews.xml 10 Jul 2002 14:38:51 -0000 1.25
+++ antnews.xml 15 Jul 2002 11:45:35 -0000 1.26
@@ -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/">
1.19 +17 -0 jakarta-ant/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/faq.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- faq.xml 10 Jul 2002 14:38:51 -0000 1.18
+++ faq.xml 15 Jul 2002 11:45:35 -0000 1.19
@@ -1072,6 +1072,23 @@
<code><classpath></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>
1.27 +6 -0 jakarta-ant/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/index.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- index.xml 10 Jul 2002 14:38:51 -0000 1.26
+++ index.xml 15 Jul 2002 11:45:35 -0000 1.27
@@ -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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>