Browse Source

Announce 1.5.1

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273396 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
33affb9399
6 changed files with 69 additions and 20 deletions
  1. +20
    -1
      docs/antnews.html
  2. +15
    -0
      docs/faq.html
  3. +9
    -9
      docs/index.html
  4. +11
    -1
      xdocs/antnews.xml
  5. +5
    -0
      xdocs/faq.xml
  6. +9
    -9
      xdocs/index.xml

+ 20
- 1
docs/antnews.html View File

@@ -13,6 +13,8 @@
<meta name="email" value="">
<meta name="author" value="Stefan Bodewig">
<meta name="email" value="stefan.bodewig@epost.de">
<meta name="author" value="Magesh Umasankar">
<meta name="email" value="">
<title>Apache Ant - Ant News</title>
</head>
@@ -100,6 +102,23 @@
</td>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
<p>The final version of Ant 1.5.1 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/">
download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists.
</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5.1Beta1"><strong>Ant 1.5.1Beta1</strong></a>
@@ -130,7 +149,7 @@
<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
download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists.
</p>
</blockquote>


+ 15
- 0
docs/faq.html View File

@@ -568,6 +568,20 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
10 July 2002
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
1.5.1
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
3 October 2002
</font>
</td>
</tr>
</table>
@@ -1145,6 +1159,7 @@ shell-prompt&gt; cat &lt; foo
&lt;/not&gt;
&lt;equals arg1=&quot;${prop3}&quot; arg2=&quot;$${prop3}&quot; /&gt;
&lt;/and&gt;

&lt;/condition&gt;
&lt;/target&gt;



+ 9
- 9
docs/index.html View File

@@ -102,14 +102,14 @@
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 1.5.1beta1"><strong>Ant 1.5.1beta1</strong></a>
<a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<h3>Apache Ant 1.5.1beta1 Released!</h3>
<p>Version 1.5.1beta1 of Ant has been released. It is available for download
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1beta1/">
<h3>Apache Ant 1.5.1 Released!</h3>
<p>Version 1.5.1 of Ant has been released. It is available for download
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/">
here</a>.
</p>
</blockquote>
@@ -189,7 +189,7 @@ on.
<tr><td>
<blockquote>
<p>
You can view the documentation for the current release (Apache Ant 1.5)
You can view the documentation for the current release (Apache Ant 1.5.1)
<a href="manual/index.html">online</a>
</p>
<p>
@@ -210,12 +210,12 @@ Comprehensive documentation is included in the source and binary distributions.
You can download the latest release:
</p>
<ul>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/bin/">
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/bin/">
Download the binary release</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/src/">
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/src/">
Download the source release</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/rpms/">
Download source or binary RPMs</a></li>
<!-- <li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/rpms/">
Download source or binary RPMs</a></li> -->
</ul>
</blockquote>
</td></tr>


+ 11
- 1
xdocs/antnews.xml View File

@@ -4,10 +4,20 @@
<properties>
<author email="">Conor MacNeill</author>
<author email="stefan.bodewig@epost.de">Stefan Bodewig</author>
<author email="">Magesh Umasankar</author>
<title>Ant News</title>
</properties>

<body>
<section name="Ant 1.5.1">
<h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
<p>The final version of Ant 1.5.1 is now available for
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/">
download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists.
</p>
</section>

<section name="Ant 1.5.1Beta1">
<h3>August 19, 2002 - Ant 1.5.1 Beta1 Available !</h3>
<p>The first beta version of Ant 1.5.1 is now available for
@@ -26,7 +36,7 @@
<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
download</a>. If you have any feedback on this release, feel free to join the
discussion on the ant-dev and ant-user mailing lists.
</p>
</section>


+ 5
- 0
xdocs/faq.xml View File

@@ -143,6 +143,11 @@
<td>1.5</td>
<td>10 July 2002</td>
</tr>

<tr>
<td>1.5.1</td>
<td>3 October 2002</td>
</tr>
</table>
</answer>
</faq>


+ 9
- 9
xdocs/index.xml View File

@@ -9,10 +9,10 @@

<body>

<section name="Ant 1.5.1beta1">
<h3>Apache Ant 1.5.1beta1 Released!</h3>
<p>Version 1.5.1beta1 of Ant has been released. It is available for download
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1beta1/">
<section name="Ant 1.5.1">
<h3>Apache Ant 1.5.1 Released!</h3>
<p>Version 1.5.1 of Ant has been released. It is available for download
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/">
here</a>.
</p>
</section>
@@ -77,7 +77,7 @@ on.
<section name="Documentation">
<p>
You can view the documentation for the current release (Apache Ant 1.5)
You can view the documentation for the current release (Apache Ant 1.5.1)
<a href="manual/index.html">online</a>
</p>

@@ -92,12 +92,12 @@ Comprehensive documentation is included in the source and binary distributions.
You can download the latest release:
</p>
<ul>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/bin/">
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/bin/">
Download the binary release</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/src/">
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/src/">
Download the source release</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/rpms/">
Download source or binary RPMs</a></li>
<!-- <li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/rpms/">
Download source or binary RPMs</a></li> -->
</ul>
</section>


Loading…
Cancel
Save