antoine 2004/07/16 00:25:05 Modified: docs/manual Tag: ANT_16_BRANCH cover.html credits.html . Tag: ANT_16_BRANCH build.xml xdocs Tag: ANT_16_BRANCH antnews.xml faq.xml index.xml srcdownload.xml bindownload.xml docs Tag: ANT_16_BRANCH antnews.html faq.html index.html srcdownload.html bindownload.html Log: Preparation for the ant 1.6.2 release Revision Changes Path No revision No revision 1.6.2.8 +3 -3 ant/docs/manual/cover.html Index: cover.html =================================================================== RCS file: /home/cvs/ant/docs/manual/cover.html,v retrieving revision 1.6.2.7 retrieving revision 1.6.2.8 diff -u -r1.6.2.7 -r1.6.2.8 --- cover.html 2 Jul 2004 08:42:22 -0000 1.6.2.7 +++ cover.html 16 Jul 2004 07:25:04 -0000 1.6.2.8 @@ -2,15 +2,15 @@ <head> <meta http-equiv="Content-Language" content="en-us"> -<title>Apache Ant 1.6.2beta1 User Manual</title> +<title>Apache Ant 1.6.2 User Manual</title> <link rel="stylesheet" type="text/css" href="stylesheets/antmanual.css"> </head> <body bgcolor="#FFFFFF"> <div align="center"> <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> - <h1>Apache Ant 1.6.2beta1 Manual</h1> - <p align="left">This is the manual for version 1.6.2beta1 of + <h1>Apache Ant 1.6.2 Manual</h1> + <p align="left">This is the manual for version 1.6.2 of <a href="http://ant.apache.org/index.html">Apache Ant</a>. If your version of Ant (as verified with <tt>ant -version</tt>) is older or newer than this 1.23.2.10 +2 -2 ant/docs/manual/credits.html Index: credits.html =================================================================== RCS file: /home/cvs/ant/docs/manual/credits.html,v retrieving revision 1.23.2.9 retrieving revision 1.23.2.10 diff -u -r1.23.2.9 -r1.23.2.10 --- credits.html 2 Jul 2004 08:42:22 -0000 1.23.2.9 +++ credits.html 16 Jul 2004 07:25:04 -0000 1.23.2.10 @@ -46,7 +46,7 @@ </ul> <center> -<p>Version: 1.6.2beta1<br> +<p>Version: 1.6.2<br> $Id$</p> </center> <hr> No revision No revision 1.392.2.33 +2 -2 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.392.2.32 retrieving revision 1.392.2.33 diff -u -r1.392.2.32 -r1.392.2.33 --- build.xml 9 Jul 2004 22:38:39 -0000 1.392.2.32 +++ build.xml 16 Jul 2004 07:25:04 -0000 1.392.2.33 @@ -25,8 +25,8 @@ --> <property name="Name" value="Apache Ant"/> <property name="name" value="ant"/> - <property name="version" value="1.6.2beta1"/> - <property name="manifest-version" value="1.6.2beta1"/> + <property name="version" value="1.6.2"/> + <property name="manifest-version" value="1.6.2"/> <property name="bootstrap.jar" value="ant-bootstrap.jar"/> <property name="ant.package" value="org/apache/tools/ant"/> No revision No revision 1.48.2.7 +13 -6 ant/xdocs/antnews.xml Index: antnews.xml =================================================================== RCS file: /home/cvs/ant/xdocs/antnews.xml,v retrieving revision 1.48.2.6 retrieving revision 1.48.2.7 diff -u -r1.48.2.6 -r1.48.2.7 --- antnews.xml 2 Jul 2004 08:54:03 -0000 1.48.2.6 +++ antnews.xml 16 Jul 2004 07:25:04 -0000 1.48.2.7 @@ -25,10 +25,16 @@ </properties> <body> - <section name="Ant 1.6.2beta1"> - <h3>July 2, 2004 - Ant 1.6.2beta1 Available</h3> - <p>Apache Ant 1.6.2beta1 is now available for <a - href="http://cvs.apache.org/dist/ant/v1.6.2beta1">download</a>.</p> + <section name="Ant 1.6.2"> + <h3>July 16, 2004 - Ant 1.6.2 Available</h3> + <p>Apache Ant 1.6.2 is now available for <a + href="http://ant.apache.org/bindownload.cgi">download</a>.</p> + <p>Nested elements for namespaced tasks and types may belong to the +Ant default namespace as well as the task's or type's namespace.</p> + <p>All exceptions thrown by tasks are now wrapped in a +buildexception giving the location in the buildfile of the task.</p> + <p>Ant 1.6.2 fixes a large number of bugs and adds a number of +features which were asked for by users on Bugzilla.</p> </section> <section name="Wiki Migration"> @@ -41,8 +47,9 @@ <section name="Ant 1.6.1"> <h3>February 12, 2004 - Ant 1.6.1 Available</h3> - <p>Apache Ant 1.6.1 is now available for <a - href="http://ant.apache.org/bindownload.cgi">download</a>.</p> + <p>Apache Ant 1.6.1 is still available for + <a href="http://archive.apache.org/dist/ant">download</a>. + </p> <p>The ASF Board has approved the new Apache License 2.0. For a copy of that license, please see <a href="http://www.apache.org/licenses/"> 1.38.2.16 +4 -0 ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/ant/xdocs/faq.xml,v retrieving revision 1.38.2.15 retrieving revision 1.38.2.16 diff -u -r1.38.2.15 -r1.38.2.16 --- faq.xml 29 Jun 2004 15:03:50 -0000 1.38.2.15 +++ faq.xml 16 Jul 2004 07:25:04 -0000 1.38.2.16 @@ -191,6 +191,10 @@ <td>1.6.1</td> <td>12 February 2004</td> </tr> + <tr> + <td>1.6.2</td> + <td>16 July 2004</td> + </tr> </table> </answer> </faq> 1.52.2.8 +10 -19 ant/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/ant/xdocs/index.xml,v retrieving revision 1.52.2.7 retrieving revision 1.52.2.8 diff -u -r1.52.2.7 -r1.52.2.8 --- index.xml 2 Jul 2004 08:54:03 -0000 1.52.2.7 +++ index.xml 16 Jul 2004 07:25:04 -0000 1.52.2.8 @@ -23,25 +23,16 @@ </properties> <body> - <section name="Ant 1.6.2beta1"> - <h3>July 2, 2004 - Ant 1.6.2beta1 Available</h3> - <p>Apache Ant 1.6.2beta1 is now available for <a - href="http://cvs.apache.org/dist/ant/v1.6.2beta1">download</a>.</p> - </section> - - <section name="Ant 1.6.1"> - <p>Apache Ant 1.6.1 is now available for <a + <section name="Ant 1.6.2"> + <h3>July 16, 2004 - Ant 1.6.2 Available</h3> + <p>Apache Ant 1.6.2 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p> - <p>The ASF Board has approved the new Apache License 2.0. - For a copy of that license, please see - <a href="http://www.apache.org/licenses/"> - http://www.apache.org/licenses/</a>.</p> - <p>The Ant 1.6.1 release is delivered with the - Apache License 2.0.</p> - <p>Ant 1.6.1 fixes several bugs, most notably the handling - of the default namespace for nested elements.</p> - <p>Ant 1.6.1 also introduces initial support for compiling with - Java 1.5.</p> + <p>Nested elements for namespaced tasks and types may belong to the +Ant default namespace as well as the task's or type's namespace.</p> + <p>All exceptions thrown by tasks are now wrapped in a +buildexception giving the location in the buildfile of the task.</p> + <p>Ant 1.6.2 fixes a large number of bugs and adds a number of +features which were asked for by users on Bugzilla.</p> </section> <section name="Apache Ant"> @@ -95,7 +86,7 @@ <section name="Documentation"> <p> -You can view the documentation for the current release (Apache Ant 1.6.1) +You can view the documentation for the current release (Apache Ant 1.6.2) <a href="manual/index.html">online</a> </p> 1.15.2.3 +14 -14 ant/xdocs/srcdownload.xml Index: srcdownload.xml =================================================================== RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v retrieving revision 1.15.2.2 retrieving revision 1.15.2.3 diff -u -r1.15.2.2 -r1.15.2.3 --- srcdownload.xml 29 Jun 2004 15:03:50 -0000 1.15.2.2 +++ srcdownload.xml 16 Jul 2004 07:25:04 -0000 1.15.2.3 @@ -71,30 +71,30 @@ <section name="Current Release of Ant"> -<p>Currently, Apache Ant 1.6.1 is the best available version, see the +<p>Currently, Apache Ant 1.6.2 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.6.1 has been released on 12-February-2004 and +<div class="content">Ant 1.6.2 has been released on 16-July-2004 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.6.1-src.zip">apache-ant-1.6.1-src.zip</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.6.2-src.zip">apache-ant-1.6.2-src.zip</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.gz">apache-ant-1.6.1-src.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.gz">apache-ant-1.6.2-src.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.bz2">apache-ant-1.6.1-src.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.bz2">apache-ant-1.6.2-src.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -132,17 +132,17 @@ <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.6.1-src.tar.gz.asc<br /> +% pgpv apache-ant-1.6.2-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.6.1-src.tar.gz.asc<br /> +% pgp apache-ant-1.6.2-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.6.1-src.tar.gz.asc +% gpg --verify apache-ant-1.6.2-src.tar.gz.asc </code></p> <p>Alternatively, you can verify the MD5 signature on the files. A 1.17.2.3 +14 -14 ant/xdocs/bindownload.xml Index: bindownload.xml =================================================================== RCS file: /home/cvs/ant/xdocs/bindownload.xml,v retrieving revision 1.17.2.2 retrieving revision 1.17.2.3 diff -u -r1.17.2.2 -r1.17.2.3 --- bindownload.xml 29 Jun 2004 15:03:50 -0000 1.17.2.2 +++ bindownload.xml 16 Jul 2004 07:25:04 -0000 1.17.2.3 @@ -75,30 +75,30 @@ <section name="Current Release of Ant"> -<p>Currently, Apache Ant 1.6.1 is the best available version, see the +<p>Currently, Apache Ant 1.6.2 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.6.1 has been released on 12-February-2004 and +<div class="content">Ant 1.6.2 has been released on 16-July-2004 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.6.1-bin.zip">apache-ant-1.6.1-bin.zip</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.zip">apache-ant-1.6.2-bin.zip</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.gz">apache-ant-1.6.1-bin.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.gz">apache-ant-1.6.2-bin.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.bz2">apache-ant-1.6.1-bin.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.bz2">apache-ant-1.6.2-bin.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -136,17 +136,17 @@ <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.6.1-bin.tar.gz.asc<br /> +% pgpv apache-ant-1.6.2-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.6.1-bin.tar.gz.asc<br /> +% pgp apache-ant-1.6.2-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.6.1-bin.tar.gz.asc +% gpg --verify apache-ant-1.6.2-bin.tar.gz.asc </code></p> <p>Alternatively, you can verify the MD5 signature on the files. A No revision No revision 1.77.2.8 +13 -5 ant/docs/antnews.html Index: antnews.html =================================================================== RCS file: /home/cvs/ant/docs/antnews.html,v retrieving revision 1.77.2.7 retrieving revision 1.77.2.8 diff -u -r1.77.2.7 -r1.77.2.8 --- antnews.html 2 Jul 2004 08:54:02 -0000 1.77.2.7 +++ antnews.html 16 Jul 2004 07:25:04 -0000 1.77.2.8 @@ -176,11 +176,17 @@ <div class="content"> <h1 class="title">News</h1> <h3 class="section"> - <a name="Ant 1.6.2beta1"></a> - Ant 1.6.2beta1 + <a name="Ant 1.6.2"></a> + Ant 1.6.2 </h3> - <h3>July 2, 2004 - Ant 1.6.2beta1 Available</h3> - <p>Apache Ant 1.6.2beta1 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6.2beta1">download</a>.</p> + <h3>July 16, 2004 - Ant 1.6.2 Available</h3> + <p>Apache Ant 1.6.2 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p> + <p>Nested elements for namespaced tasks and types may belong to the +Ant default namespace as well as the task's or type's namespace.</p> + <p>All exceptions thrown by tasks are now wrapped in a +buildexception giving the location in the buildfile of the task.</p> + <p>Ant 1.6.2 fixes a large number of bugs and adds a number of +features which were asked for by users on Bugzilla.</p> <h3 class="section"> <a name="Wiki Migration"></a> Wiki Migration @@ -195,7 +201,9 @@ Ant 1.6.1 </h3> <h3>February 12, 2004 - Ant 1.6.1 Available</h3> - <p>Apache Ant 1.6.1 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p> + <p>Apache Ant 1.6.1 is still available for + <a href="http://archive.apache.org/dist/ant">download</a>. + </p> <p>The ASF Board has approved the new Apache License 2.0. For a copy of that license, please see <a href="http://www.apache.org/licenses/"> 1.77.2.17 +10 -0 ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/ant/docs/faq.html,v retrieving revision 1.77.2.16 retrieving revision 1.77.2.17 diff -u -r1.77.2.16 -r1.77.2.17 --- faq.html 29 Jun 2004 15:03:48 -0000 1.77.2.16 +++ faq.html 16 Jul 2004 07:25:04 -0000 1.77.2.17 @@ -577,6 +577,16 @@ 12 February 2004 </td> </tr> + <tr> + <td colspan="1" rowspan="1" + valign="top" align="left"> + 1.6.2 + </td> + <td colspan="1" rowspan="1" + valign="top" align="left"> + 16 July 2004 + </td> + </tr> </table> <p class="faq"> <a name="no-gnu-tar"></a> 1.287.2.9 +11 -20 ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/ant/docs/index.html,v retrieving revision 1.287.2.8 retrieving revision 1.287.2.9 diff -u -r1.287.2.8 -r1.287.2.9 --- index.html 2 Jul 2004 08:54:02 -0000 1.287.2.8 +++ index.html 16 Jul 2004 07:25:04 -0000 1.287.2.9 @@ -172,26 +172,17 @@ <div class="content"> <h1 class="title">Welcome</h1> <h3 class="section"> - <a name="Ant 1.6.2beta1"></a> - Ant 1.6.2beta1 + <a name="Ant 1.6.2"></a> + Ant 1.6.2 </h3> - <h3>July 2, 2004 - Ant 1.6.2beta1 Available</h3> - <p>Apache Ant 1.6.2beta1 is now available for <a href="http://cvs.apache.org/dist/ant/v1.6.2beta1">download</a>.</p> - <h3 class="section"> - <a name="Ant 1.6.1"></a> - Ant 1.6.1 - </h3> - <p>Apache Ant 1.6.1 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p> - <p>The ASF Board has approved the new Apache License 2.0. - For a copy of that license, please see - <a href="http://www.apache.org/licenses/"> - http://www.apache.org/licenses/</a>.</p> - <p>The Ant 1.6.1 release is delivered with the - Apache License 2.0.</p> - <p>Ant 1.6.1 fixes several bugs, most notably the handling - of the default namespace for nested elements.</p> - <p>Ant 1.6.1 also introduces initial support for compiling with - Java 1.5.</p> + <h3>July 16, 2004 - Ant 1.6.2 Available</h3> + <p>Apache Ant 1.6.2 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>.</p> + <p>Nested elements for namespaced tasks and types may belong to the +Ant default namespace as well as the task's or type's namespace.</p> + <p>All exceptions thrown by tasks are now wrapped in a +buildexception giving the location in the buildfile of the task.</p> + <p>Ant 1.6.2 fixes a large number of bugs and adds a number of +features which were asked for by users on Bugzilla.</p> <h3 class="section"> <a name="Apache Ant"></a> Apache Ant @@ -240,7 +231,7 @@ Documentation </h3> <p> -You can view the documentation for the current release (Apache Ant 1.6.1) +You can view the documentation for the current release (Apache Ant 1.6.2) <a href="manual/index.html">online</a> </p> <p> 1.35.2.5 +14 -14 ant/docs/srcdownload.html Index: srcdownload.html =================================================================== RCS file: /home/cvs/ant/docs/srcdownload.html,v retrieving revision 1.35.2.4 retrieving revision 1.35.2.5 diff -u -r1.35.2.4 -r1.35.2.5 --- srcdownload.html 29 Jun 2004 15:03:48 -0000 1.35.2.4 +++ srcdownload.html 16 Jul 2004 07:25:05 -0000 1.35.2.5 @@ -213,28 +213,28 @@ <a name="Current Release of Ant"></a> Current Release of Ant </h3> - <p>Currently, Apache Ant 1.6.1 is the best available version, see the + <p>Currently, Apache Ant 1.6.2 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.6.1 has been released on 12-February-2004 and +<div class="content">Ant 1.6.2 has been released on 16-July-2004 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.6.1-src.zip">apache-ant-1.6.1-src.zip</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.6.2-src.zip">apache-ant-1.6.2-src.zip</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.gz">apache-ant-1.6.1-src.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.gz">apache-ant-1.6.2-src.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.bz2">apache-ant-1.6.1-src.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.6.2-src.tar.bz2">apache-ant-1.6.2-src.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2.md5">MD5</a>]</li> </ul> <h3 class="section"> <a name="Nightly Builds"></a> @@ -265,17 +265,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.6.1-src.tar.gz.asc<br /> +% pgpv apache-ant-1.6.2-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.6.1-src.tar.gz.asc<br /> +% pgp apache-ant-1.6.2-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.6.1-src.tar.gz.asc +% gpg --verify apache-ant-1.6.2-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 1.36.2.5 +14 -14 ant/docs/bindownload.html Index: bindownload.html =================================================================== RCS file: /home/cvs/ant/docs/bindownload.html,v retrieving revision 1.36.2.4 retrieving revision 1.36.2.5 diff -u -r1.36.2.4 -r1.36.2.5 --- bindownload.html 29 Jun 2004 15:03:48 -0000 1.36.2.4 +++ bindownload.html 16 Jul 2004 07:25:05 -0000 1.36.2.5 @@ -215,28 +215,28 @@ <a name="Current Release of Ant"></a> Current Release of Ant </h3> - <p>Currently, Apache Ant 1.6.1 is the best available version, see the + <p>Currently, Apache Ant 1.6.2 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.6.1 has been released on 12-February-2004 and +<div class="content">Ant 1.6.2 has been released on 16-July-2004 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.6.1-bin.zip">apache-ant-1.6.1-bin.zip</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.zip">apache-ant-1.6.2-bin.zip</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.gz">apache-ant-1.6.1-bin.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.gz">apache-ant-1.6.2-bin.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.bz2">apache-ant-1.6.1-bin.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.6.2-bin.tar.bz2">apache-ant-1.6.2-bin.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2.md5">MD5</a>]</li> </ul> <h3 class="section"> <a name="Nightly Builds"></a> @@ -267,17 +267,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.6.1-bin.tar.gz.asc<br /> +% pgpv apache-ant-1.6.2-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.6.1-bin.tar.gz.asc<br /> +% pgp apache-ant-1.6.2-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.6.1-bin.tar.gz.asc +% gpg --verify apache-ant-1.6.2-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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]