@@ -190,12 +190,6 @@ project</a> provides RPMs at their own distribution site.</p>
the <a href="http://www.apache.org/dist/ant/">master distribution
directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p>
<h3 class="section">
<a name="Downloading Ant 1.6beta"></a>
Downloading Ant 1.6beta
</h3>
<p>Beta releases are not mirrored, you can find our latest beta
release at <a href="http://cvs.apache.org/dist/ant/">http://cvs.apache.org/dist/ant/</a>.</p>
<h3 class="section">
<a name="Mirror"></a>
Mirror
</h3>
@@ -221,28 +215,28 @@ Other mirrors: <select name="Preferred">
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
<p>Currently, Apache Ant 1.5.4 is the best available version, see the
<p>Currently, Apache Ant 1.6.0 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
<div class="content">Ant 1.5.4 has been released on 12-August -2003 and
<div class="content">Ant 1.6.0 has been released on 18-December -2003 and
may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.5.4-bin.zip">apache-ant-1.5.4-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.4 -bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.4 -bin.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.zip">apache-ant-1.6.0-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0 -bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0 -bin.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.5.4-bin.tar.gz">apache-ant-1.5.4-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.4 -bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.4 -bin.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.tar.gz">apache-ant-1.6.0-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0 -bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0 -bin.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/apache-ant-1.5.4-bin.tar.bz2">apache-ant-1.5.4-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.4 -bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.4 -bin.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.tar.bz2">apache-ant-1.6.0-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0 -bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0 -bin.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Nightly Builds"></a>
@@ -273,17 +267,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p>
<p><code>
% pgpk -a KEYS<br />
% pgpv apache-ant-1.5.4 -bin.tar.gz.asc<br />
% pgpv apache-ant-1.6.0 -bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.5.4 -bin.tar.gz.asc<br />
% pgp apache-ant-1.6.0 -bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.5.4 -bin.tar.gz.asc
% gpg --verify apache-ant-1.6.0 -bin.tar.gz.asc
</code></p>
<p>Alternatively, you can verify the MD5 signature on the files. A
unix program called <code>md5</code> or <code>md5sum</code> is