Browse Source

Announce Ant 1.5.2

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274195 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 22 years ago
parent
commit
7aa7d5ba3b
10 changed files with 108 additions and 73 deletions
  1. +20
    -9
      docs/antnews.html
  2. +13
    -13
      docs/bindownload.html
  3. +10
    -0
      docs/faq.html
  4. +1
    -1
      docs/index.html
  5. +13
    -13
      docs/srcdownload.html
  6. +19
    -10
      xdocs/antnews.xml
  7. +13
    -13
      xdocs/bindownload.xml
  8. +5
    -0
      xdocs/faq.xml
  9. +1
    -1
      xdocs/index.xml
  10. +13
    -13
      xdocs/srcdownload.xml

+ 20
- 9
docs/antnews.html View File

@@ -211,16 +211,13 @@
</table> </table>
<br/> <br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant Top Level Project"><strong>Ant Top Level Project</strong></a></font></td></tr>
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5.2"><strong>Ant 1.5.2</strong></a></font></td></tr>
</table> </table>
<h3>November 18, 2002</h3>
<p>The Apache board <a href="mission.html">created</a>
the Apache Ant top level project. Ant has now migrated from the Jakarta
project into an Apache project of its own. This is primarily an
organizational change and will not affect the technical aspects of
the project. Ant retains a strong association with the Apache
Jakarta project. One effect of this change is that the Ant webpage
is now located at <a href="http://ant.apache.org">http://ant.apache.org</a>
<h3>March 3, 2003 - Ant 1.5.2 Available!</h3>
<p>The final version of Ant 1.5.2 is now available for
<a href="http://ant.apache.org/bindownload.cgi">download</a>.
If you have any feedback on this release, feel free to join the
discussion on the dev and user mailing lists.
</p> </p>
<br/> <br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
@@ -234,6 +231,19 @@
discussion on the dev and user mailing lists. discussion on the dev and user mailing lists.
</p> </p>
<br/> <br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant Top Level Project"><strong>Ant Top Level Project</strong></a></font></td></tr>
</table>
<h3>November 18, 2002</h3>
<p>The Apache board <a href="mission.html">created</a>
the Apache Ant top level project. Ant has now migrated from the Jakarta
project into an Apache project of its own. This is primarily an
organizational change and will not affect the technical aspects of
the project. Ant retains a strong association with the Apache
Jakarta project. One effect of this change is that the Ant webpage
is now located at <a href="http://ant.apache.org">http://ant.apache.org</a>
</p>
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a></font></td></tr> <tr><td bgcolor="#294563"><font color="#ffffff"><a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a></font></td></tr>
</table> </table>
@@ -382,6 +392,7 @@
<li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li> <li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
<li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li> <li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
<li>Make Ant more regular and logical.</li> <li>Make Ant more regular and logical.</li>

</ul> </ul>
<p> <p>
It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to


+ 13
- 13
docs/bindownload.html View File

@@ -248,23 +248,23 @@ Other mirrors: <select name="Preferred">
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Current Release of Ant"><strong>Current Release of Ant</strong></a></font></td></tr> <tr><td bgcolor="#294563"><font color="#ffffff"><a name="Current Release of Ant"><strong>Current Release of Ant</strong></a></font></td></tr>
</table> </table>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the
<p>Currently, Apache Ant 1.5.2 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p> <a href="[preferred]/ant/README.html">release notes</a>.</p>
<ul> <ul>
<li><code>.zip</code> archive: <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>
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.5.2-bin.zip">apache-ant-1.5.2-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.zip.md5">MD5</a>]</li>


<li><code>.tar.gz</code> archive: <li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz">jakarta-ant-1.5.1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.5.2-bin.tar.gz">apache-ant-1.5.2-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.gz.md5">MD5</a>]</li>


<li><code>.tar.bz2</code> archive: <li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2">jakarta-ant-1.5.1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.5.2-bin.tar.bz2">apache-ant-1.5.2-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.bz2.md5">MD5</a>]</li>
</ul> </ul>
<br/> <br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
@@ -295,17 +295,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p> using</p>
<p><code> <p><code>
% pgpk -a KEYS<br /> % pgpk -a KEYS<br />
% pgpv jakarta-ant-bin-1.5.1.tar.gz.asc<br />
% pgpv apache-ant-1.5.2-bin.tar.gz.asc<br />
</code> </code>
<em>or</em><br /> <em>or</em><br />
<code> <code>
% pgp -ka KEYS<br /> % pgp -ka KEYS<br />
% pgp jakarta-ant-bin-1.5.1.tar.gz.asc<br />
% pgp apache-ant-1.5.2-bin.tar.gz.asc<br />
</code> </code>
<em>or</em><br /> <em>or</em><br />
<code> <code>
% gpg --import KEYS<br /> % gpg --import KEYS<br />
% gpg --verify jakarta-ant-bin-1.5.1.tar.gz.asc
% gpg --verify apache-ant-1.5.2-bin.tar.gz.asc
</code></p> </code></p>
<p>Alternatively, you can verify the MD5 signature on the files. A <p>Alternatively, you can verify the MD5 signature on the files. A
unix program called <code>md5</code> or <code>md5sum</code> is unix program called <code>md5</code> or <code>md5sum</code> is


+ 10
- 0
docs/faq.html View File

@@ -634,6 +634,16 @@
valign="top" align="left"> valign="top" align="left">
3 October 2002 3 October 2002
</td> </td>
</tr>
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
1.5.2
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
3 March 2003
</td>
</tr> </tr>
</table> </table>
<br/> <br/>


+ 1
- 1
docs/index.html View File

@@ -268,7 +268,7 @@ on.
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Documentation"><strong>Documentation</strong></a></font></td></tr> <tr><td bgcolor="#294563"><font color="#ffffff"><a name="Documentation"><strong>Documentation</strong></a></font></td></tr>
</table> </table>
<p> <p>
You can view the documentation for the current release (Apache Ant 1.5.1)
You can view the documentation for the current release (Apache Ant 1.5.2)
<a href="manual/index.html">online</a> <a href="manual/index.html">online</a>
</p> </p>
<p> <p>


+ 13
- 13
docs/srcdownload.html View File

@@ -247,23 +247,23 @@ Other mirrors: <select name="Preferred">
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="Current Release of Ant"><strong>Current Release of Ant</strong></a></font></td></tr> <tr><td bgcolor="#294563"><font color="#ffffff"><a name="Current Release of Ant"><strong>Current Release of Ant</strong></a></font></td></tr>
</table> </table>
<p>Currently, Apache Ant 1.5.1 is the best available version, see the
<p>Currently, Apache Ant 1.5.2 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p> <a href="[preferred]/ant/README.html">release notes</a>.</p>
<ul> <ul>
<li><code>.zip</code> archive: <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>
[<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.5.2-src.zip">apache-ant-1.5.2-src.zip</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.2-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.2-src.zip.md5">MD5</a>]</li>


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


<li><code>.tar.bz2</code> archive: <li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/source/jakarta-ant-1.5.1-src.tar.bz2">jakarta-ant-1.5.1-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/source/apache-ant-1.5.2-src.tar.bz2">apache-ant-1.5.2-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.2-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.2-src.tar.bz2.md5">MD5</a>]</li>
</ul> </ul>
<br/> <br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%"> <table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
@@ -294,17 +294,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p> using</p>
<p><code> <p><code>
% pgpk -a KEYS<br /> % pgpk -a KEYS<br />
% pgpv jakarta-ant-src-1.5.1.tar.gz.asc<br />
% pgpv apache-ant-1.5.2-src.tar.gz.asc<br />
</code> </code>
<em>or</em><br /> <em>or</em><br />
<code> <code>
% pgp -ka KEYS<br /> % pgp -ka KEYS<br />
% pgp jakarta-ant-src-1.5.1.tar.gz.asc<br />
% pgp apache-ant-1.5.2-src.tar.gz.asc<br />
</code> </code>
<em>or</em><br /> <em>or</em><br />
<code> <code>
% gpg --import KEYS<br /> % gpg --import KEYS<br />
% gpg --verify jakarta-ant-src-1.5.1.tar.gz.asc
% gpg --verify apache-ant-1.5.2-src.tar.gz.asc
</code></p> </code></p>
<p>Alternatively, you can verify the MD5 signature on the files. A <p>Alternatively, you can verify the MD5 signature on the files. A
unix program called <code>md5</code> or <code>md5sum</code> is unix program called <code>md5</code> or <code>md5sum</code> is


+ 19
- 10
xdocs/antnews.xml View File

@@ -9,18 +9,15 @@
</properties> </properties>


<body> <body>
<section name="Ant Top Level Project">
<h3>November 18, 2002</h3>
<p>The Apache board <a href="mission.html">created</a>
the Apache Ant top level project. Ant has now migrated from the Jakarta
project into an Apache project of its own. This is primarily an
organizational change and will not affect the technical aspects of
the project. Ant retains a strong association with the Apache
Jakarta project. One effect of this change is that the Ant webpage
is now located at <a href="http://ant.apache.org">http://ant.apache.org</a>
<section name="Ant 1.5.2">
<h3>March 3, 2003 - Ant 1.5.2 Available!</h3>
<p>The final version of Ant 1.5.2 is now available for
<a href="http://ant.apache.org/bindownload.cgi">download</a>.
If you have any feedback on this release, feel free to join the
discussion on the dev and user mailing lists.
</p> </p>
</section> </section>

<section name="Ant 1.5.2Beta1"> <section name="Ant 1.5.2Beta1">
<h3>February 21, 2003 - Ant 1.5.2 Beta1 Available!</h3> <h3>February 21, 2003 - Ant 1.5.2 Beta1 Available!</h3>
<p>The first beta version of Ant 1.5.2 is now available for <p>The first beta version of Ant 1.5.2 is now available for
@@ -31,6 +28,18 @@
</p> </p>
</section> </section>


<section name="Ant Top Level Project">
<h3>November 18, 2002</h3>
<p>The Apache board <a href="mission.html">created</a>
the Apache Ant top level project. Ant has now migrated from the Jakarta
project into an Apache project of its own. This is primarily an
organizational change and will not affect the technical aspects of
the project. Ant retains a strong association with the Apache
Jakarta project. One effect of this change is that the Ant webpage
is now located at <a href="http://ant.apache.org">http://ant.apache.org</a>
</p>
</section>
<section name="Ant 1.5.1"> <section name="Ant 1.5.1">
<h3>October 3, 2002 - Ant 1.5.1 Available !</h3> <h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
<p>The final version of Ant 1.5.1 is now available for <p>The final version of Ant 1.5.1 is now available for


+ 13
- 13
xdocs/bindownload.xml View File

@@ -58,24 +58,24 @@ Other mirrors: <select name="Preferred">


<section name="Current Release of Ant"> <section name="Current Release of Ant">


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


<ul> <ul>
<li><code>.zip</code> archive: <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>
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.5.2-bin.zip">apache-ant-1.5.2-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.zip.md5">MD5</a>]</li>


<li><code>.tar.gz</code> archive: <li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz">jakarta-ant-1.5.1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.5.2-bin.tar.gz">apache-ant-1.5.2-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.gz.md5">MD5</a>]</li>


<li><code>.tar.bz2</code> archive: <li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2">jakarta-ant-1.5.1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.md5">MD5</a>]</li>
<a href="[preferred]/ant/binaries/apache-ant-1.5.2-bin.tar.bz2">apache-ant-1.5.2-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.tar.bz2.md5">MD5</a>]</li>
</ul> </ul>
</section> </section>


@@ -113,17 +113,17 @@ using</p>


<p><code> <p><code>
% pgpk -a KEYS<br /> % pgpk -a KEYS<br />
% pgpv jakarta-ant-bin-1.5.1.tar.gz.asc<br />
% pgpv apache-ant-1.5.2-bin.tar.gz.asc<br />
</code> </code>
<em>or</em><br /> <em>or</em><br />
<code> <code>
% pgp -ka KEYS<br /> % pgp -ka KEYS<br />
% pgp jakarta-ant-bin-1.5.1.tar.gz.asc<br />
% pgp apache-ant-1.5.2-bin.tar.gz.asc<br />
</code> </code>
<em>or</em><br /> <em>or</em><br />
<code> <code>
% gpg --import KEYS<br /> % gpg --import KEYS<br />
% gpg --verify jakarta-ant-bin-1.5.1.tar.gz.asc
% gpg --verify apache-ant-1.5.2-bin.tar.gz.asc
</code></p> </code></p>


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


+ 5
- 0
xdocs/faq.xml View File

@@ -151,6 +151,11 @@
<td>1.5.1</td> <td>1.5.1</td>
<td>3 October 2002</td> <td>3 October 2002</td>
</tr> </tr>

<tr>
<td>1.5.2</td>
<td>3 March 2003</td>
</tr>
</table> </table>
</answer> </answer>
</faq> </faq>


+ 1
- 1
xdocs/index.xml View File

@@ -73,7 +73,7 @@ on.
<section name="Documentation"> <section name="Documentation">
<p> <p>
You can view the documentation for the current release (Apache Ant 1.5.1)
You can view the documentation for the current release (Apache Ant 1.5.2)
<a href="manual/index.html">online</a> <a href="manual/index.html">online</a>
</p> </p>




+ 13
- 13
xdocs/srcdownload.xml View File

@@ -54,24 +54,24 @@ Other mirrors: <select name="Preferred">


<section name="Current Release of Ant"> <section name="Current Release of Ant">


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


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


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


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


@@ -109,17 +109,17 @@ using</p>


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


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


Loading…
Cancel
Save