Browse Source

ReleaseInstructions step 18 - migration to ant 1.6.0

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275814 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
28a2be9b05
4 changed files with 56 additions and 83 deletions
  1. +14
    -20
      docs/bindownload.html
  2. +14
    -20
      docs/srcdownload.html
  3. +14
    -21
      xdocs/bindownload.xml
  4. +14
    -22
      xdocs/srcdownload.xml

+ 14
- 20
docs/bindownload.html View File

@@ -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


+ 14
- 20
docs/srcdownload.html View File

@@ -188,12 +188,6 @@ Thus they must be untarred with a GNU compatible version of
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>
@@ -219,28 +213,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/source/apache-ant-1.5.4-src.zip">apache-ant-1.5.4-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.6.0-src.zip">apache-ant-1.6.0-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.5.4-src.tar.gz">apache-ant-1.5.4-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.gz">apache-ant-1.6.0-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.5.4-src.tar.bz2">apache-ant-1.5.4-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.bz2">apache-ant-1.6.0-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Nightly Builds"></a>
@@ -271,17 +265,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-src.tar.gz.asc<br />
% pgpv apache-ant-1.6.0-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.5.4-src.tar.gz.asc<br />
% pgp apache-ant-1.6.0-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.5.4-src.tar.gz.asc
% gpg --verify apache-ant-1.6.0-src.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


+ 14
- 21
xdocs/bindownload.xml View File

@@ -34,13 +34,6 @@ directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p>

</section>

<section name="Downloading Ant 1.6beta">

<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>

</section>

<section name="Mirror">

@@ -67,30 +60,30 @@ Other mirrors: <select name="Preferred">

<section name="Current Release of Ant">

<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>
</section>

@@ -128,17 +121,17 @@ 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


+ 14
- 22
xdocs/srcdownload.xml View File

@@ -31,14 +31,6 @@ directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p>

</section>

<section name="Downloading Ant 1.6beta">

<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>

</section>

<section name="Mirror">

<p>You are currently using <b>[preferred]</b>. If you encounter a
@@ -64,30 +56,30 @@ Other mirrors: <select name="Preferred">

<section name="Current Release of Ant">

<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/source/apache-ant-1.5.4-src.zip">apache-ant-1.5.4-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.6.0-src.zip">apache-ant-1.6.0-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.5.4-src.tar.gz">apache-ant-1.5.4-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.gz">apache-ant-1.6.0-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/source/apache-ant-1.5.4-src.tar.bz2">apache-ant-1.5.4-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.bz2">apache-ant-1.6.0-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.md5">MD5</a>]</li>
</ul>
</section>

@@ -125,17 +117,17 @@ using</p>

<p><code>
% pgpk -a KEYS<br />
% pgpv apache-ant-1.5.4-src.tar.gz.asc<br />
% pgpv apache-ant-1.6.0-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
% pgp apache-ant-1.5.4-src.tar.gz.asc<br />
% pgp apache-ant-1.6.0-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
% gpg --verify apache-ant-1.5.4-src.tar.gz.asc
% gpg --verify apache-ant-1.6.0-src.tar.gz.asc
</code></p>

<p>Alternatively, you can verify the MD5 signature on the files. A


Loading…
Cancel
Save