Browse Source

Add pointer to release notes and older release.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273639 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
2616adb4c5
4 changed files with 60 additions and 4 deletions
  1. +17
    -1
      proposal/ant-site/anakia/docs/bindownload.html
  2. +17
    -1
      proposal/ant-site/anakia/docs/srcdownload.html
  3. +13
    -1
      proposal/ant-site/anakia/xdocs/bindownload.xml
  4. +13
    -1
      proposal/ant-site/anakia/xdocs/srcdownload.xml

+ 17
- 1
proposal/ant-site/anakia/docs/bindownload.html View File

@@ -146,7 +146,8 @@ Other mirrors: <select name="Preferred">
</td></tr>
<tr><td>
<blockquote>
<p>Currently, Apache Ant 1.5.1 is the best available version.</p>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.zip">jakarta-ant-1.5.1-bin.zip</a>
@@ -179,6 +180,21 @@ Other mirrors: <select name="Preferred">
</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="Old Ant Releases"><strong>Old Ant Releases</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Older releases of Ant can be found <a href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
releases are only provided as <code>zip</code> archives that can be
extracted by <code>jar xf </code><em>archive.zip</em> - we highly
recommend to not use those releases but upgrade to Ant's <a href="#Current Release of Ant">latest</a> release.</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">


+ 17
- 1
proposal/ant-site/anakia/docs/srcdownload.html View File

@@ -145,7 +145,8 @@ Other mirrors: <select name="Preferred">
</td></tr>
<tr><td>
<blockquote>
<p>Currently, Apache Ant 1.5.1 is the best available version.</p>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/source/jakarta-ant-1.5.1-src.zip">jakarta-ant-1.5.1-src.zip</a>
@@ -178,6 +179,21 @@ Other mirrors: <select name="Preferred">
</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="Old Ant Releases"><strong>Old Ant Releases</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Older releases of Ant can be found <a href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
releases are only provided as <code>zip</code> archives that can be
extracted by <code>jar xf </code><em>archive.zip</em> - we highly
recommend to not use those releases but upgrade to Ant's <a href="#Current Release of Ant">latest</a> release.</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">


+ 13
- 1
proposal/ant-site/anakia/xdocs/bindownload.xml View File

@@ -56,7 +56,8 @@ Other mirrors: <select name="Preferred">

<section name="Current Release of Ant">

<p>Currently, Apache Ant 1.5.1 is the best available version.</p>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>

<ul>
<li><code>.zip</code> archive:
@@ -84,6 +85,17 @@ Other mirrors: <select name="Preferred">

</section>

<section name="Old Ant Releases">

<p>Older releases of Ant can be found <a
href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
releases are only provided as <code>zip</code> archives that can be
extracted by <code>jar xf </code><em>archive.zip</em> - we highly
recommend to not use those releases but upgrade to Ant's <a
href="#Current Release of Ant">latest</a> release.</p>

</section>

<section name="Verify Releases">

<p>It is essential that you verify the integrity of the downloaded


+ 13
- 1
proposal/ant-site/anakia/xdocs/srcdownload.xml View File

@@ -52,7 +52,8 @@ Other mirrors: <select name="Preferred">

<section name="Current Release of Ant">

<p>Currently, Apache Ant 1.5.1 is the best available version.</p>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>

<ul>
<li><code>.zip</code> archive:
@@ -80,6 +81,17 @@ Other mirrors: <select name="Preferred">

</section>

<section name="Old Ant Releases">

<p>Older releases of Ant can be found <a
href="http://jakarta.apache.org/builds/ant/release/">here</a>. Those
releases are only provided as <code>zip</code> archives that can be
extracted by <code>jar xf </code><em>archive.zip</em> - we highly
recommend to not use those releases but upgrade to Ant's <a
href="#Current Release of Ant">latest</a> release.</p>

</section>

<section name="Verify Releases">

<p>It is essential that you verify the integrity of the downloaded


Loading…
Cancel
Save