git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275059 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1,4 +1,4 @@ | |||||
Changes from Ant 1.5.3 to current CVS version | |||||
Changes from Ant 1.5.4 to current CVS version | |||||
============================================= | ============================================= | ||||
Changes that could break older environments: | Changes that could break older environments: | ||||
@@ -30,10 +30,6 @@ Changes that could break older environments: | |||||
of the older ORO Netcomponents version. See | of the older ORO Netcomponents version. See | ||||
<http://jakarta.apache.org/commons/net/index.html>. | <http://jakarta.apache.org/commons/net/index.html>. | ||||
* If the Visual Age tasks used to work for you, they may stop doing so | |||||
now - and we'd like to know about it. The current set of tasks is | |||||
supposed to work with any version of VAJ starting with 3.0. | |||||
* <input> will no longer prompt the user and wait for input if the | * <input> will no longer prompt the user and wait for input if the | ||||
addproperty attribute is set to a property that has already been | addproperty attribute is set to a property that has already been | ||||
defined in the project. If you rely on the task waiting for input, | defined in the project. If you rely on the task waiting for input, | ||||
@@ -153,18 +149,6 @@ Fixed bugs: | |||||
* Setting filesonly to true in <zip> and related tasks would cause the | * Setting filesonly to true in <zip> and related tasks would cause the | ||||
archives to be always recreated. Bugzilla Report 19449. | archives to be always recreated. Bugzilla Report 19449. | ||||
* The Visual Age for Java tasks didn't work (at least for versions 3.0 | |||||
and higher). Bugzilla Report 10016. | |||||
* VAJImport task failed with NullPointerException when using DirectoryScanner. | |||||
Bugzilla Report 22080. | |||||
* URL-encoding in <vaj*port> didn't work properly. | |||||
* VAJRemoteUtil called getAbsolutePath instead of getPath | |||||
causing problems when using a Windows VAJ server from a UNIX server. | |||||
Bugzilla Report 20457. | |||||
* file names that include spaces need to be quoted inside the @argfile | * file names that include spaces need to be quoted inside the @argfile | ||||
argument using <javadoc> and JDK 1.4. Bugzilla Report 16871. | argument using <javadoc> and JDK 1.4. Bugzilla Report 16871. | ||||
@@ -244,8 +228,6 @@ Other changes: | |||||
* A new attribute named skip is added to the TailFilter and | * A new attribute named skip is added to the TailFilter and | ||||
HeadFilter filter readers. | HeadFilter filter readers. | ||||
* Shipped XML parser is now Xerces 2.5.0 | |||||
* The filesetmanifest attribute of <jar> has been reenabled. | * The filesetmanifest attribute of <jar> has been reenabled. | ||||
* The start and end tokens for <translate> may now be longer than a | * The start and end tokens for <translate> may now be longer than a | ||||
@@ -390,8 +372,6 @@ Other changes: | |||||
* <sql> is able to display properly several resultsets if you are | * <sql> is able to display properly several resultsets if you are | ||||
running a compound sql statement. Bugzilla Report 21594. | running a compound sql statement. Bugzilla Report 21594. | ||||
* <javah> will invoke oldjavah on JDK 1.4.2. Bugzilla Report 18667. | |||||
* A new <containsregexp> selector has been added, that selects files | * A new <containsregexp> selector has been added, that selects files | ||||
if their content matches a certain regular expression. | if their content matches a certain regular expression. | ||||
@@ -420,13 +400,6 @@ Other changes: | |||||
control the automatic line-end conversion performed on ASCII files. | control the automatic line-end conversion performed on ASCII files. | ||||
Bugzilla Report 18884. | Bugzilla Report 18884. | ||||
* The VAJ tasks now support a haltonfailure attribute to conditionally | |||||
keep building even if they fail. | |||||
* It is now possible to use the latest (versioned or unversioned) edition | |||||
in <vajload> by using special wildcard characters. Also fixes | |||||
Bugzilla Report 2236. | |||||
* Users can now modify the list of default excludes using the new | * Users can now modify the list of default excludes using the new | ||||
defaultexcludes task. Bugzilla Report 12700. | defaultexcludes task. Bugzilla Report 12700. | ||||
@@ -564,6 +537,45 @@ If set to true, the process will be spawned. Bugzilla Report 5907. | |||||
used to incrementally build an archive mixing compressed and uncompressed | used to incrementally build an archive mixing compressed and uncompressed | ||||
entries. | entries. | ||||
Changes from Ant 1.5.3 to Ant 1.5.4 | |||||
=================================== | |||||
Changes that could break older environments: | |||||
-------------------------------------------- | |||||
* If the Visual Age tasks used to work for you, they may stop doing so | |||||
now - and we'd like to know about it. The current set of tasks is | |||||
supposed to work with any version of VAJ starting with 3.0. | |||||
Fixed bugs: | |||||
----------- | |||||
* The Visual Age for Java tasks didn't work (at least for versions 3.0 | |||||
and higher). Bugzilla Report 10016. | |||||
* URL-encoding in <vaj*port> didn't work properly. | |||||
* VAJRemoteUtil called getAbsolutePath instead of getPath | |||||
causing problems when using a Windows VAJ server from a UNIX server. | |||||
Bugzilla Report 20457. | |||||
* VAJImport task failed with NullPointerException when using DirectoryScanner. | |||||
Bugzilla Report 22080. | |||||
Other changes: | |||||
-------------- | |||||
* Shipped XML parser is now Xerces 2.5.0 | |||||
* <javah> will invoke oldjavah on JDK 1.4.2. Bugzilla Report 18667. | |||||
* The VAJ tasks now support a haltonfailure attribute to conditionally | |||||
keep building even if they fail. | |||||
* It is now possible to use the latest (versioned or unversioned) edition | |||||
in <vajload> by using special wildcard characters. Also fixes | |||||
Bugzilla Report 2236. | |||||
Changes from Ant 1.5.2 to Ant 1.5.3 | Changes from Ant 1.5.2 to Ant 1.5.3 | ||||
=================================== | =================================== | ||||
@@ -171,6 +171,25 @@ | |||||
<div class="content"> | <div class="content"> | ||||
<h1 class="title">News</h1> | <h1 class="title">News</h1> | ||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Ant 1.5.4"></a> | |||||
Ant 1.5.4 | |||||
</h3> | |||||
<h3>August 12, 2003 - Ant 1.5.4 Available</h3> | |||||
<p>Apache Ant 1.5.4 is now available for | |||||
<a href="http://ant.apache.org/bindownload.cgi">download</a>. | |||||
</p> | |||||
<p>This is a minor bugfix release that fixes a problem with the | |||||
<code>javah</code> task on JDK 1.4.2 and a couple of bugs in the | |||||
Visual Age for Java intergration tasks. If you don't use javah or | |||||
VAJ, there is no reason to upgrade.</p> | |||||
<div class="warning"> | |||||
<div class="label">Note</div> | |||||
<div class="content">Ant 1.5.4 will be the last release that supports | |||||
JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | |||||
later. | |||||
</div> | |||||
</div> | |||||
<h3 class="section"> | |||||
<a name="Java Pro 2003 Readers Choice Award"></a> | <a name="Java Pro 2003 Readers Choice Award"></a> | ||||
Java Pro 2003 Readers Choice Award | Java Pro 2003 Readers Choice Award | ||||
</h3> | </h3> | ||||
@@ -213,13 +232,6 @@ | |||||
<p>Apache Ant 1.5.3 is now available for | <p>Apache Ant 1.5.3 is now available for | ||||
<a href="http://ant.apache.org/bindownload.cgi">download</a>. | <a href="http://ant.apache.org/bindownload.cgi">download</a>. | ||||
</p> | </p> | ||||
<div class="warning"> | |||||
<div class="label">Note</div> | |||||
<div class="content">Ant 1.5.3 will be the last release that supports | |||||
JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | |||||
later | |||||
</div> | |||||
</div> | |||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Ant 1.5.3 Beta 1"></a> | <a name="Ant 1.5.3 Beta 1"></a> | ||||
Ant 1.5.3 Beta 1 | Ant 1.5.3 Beta 1 | ||||
@@ -212,30 +212,28 @@ Other mirrors: <select name="Preferred"> | |||||
<a name="Current Release of Ant"></a> | <a name="Current Release of Ant"></a> | ||||
Current Release of Ant | Current Release of Ant | ||||
</h3> | </h3> | ||||
<p>Currently, Apache Ant 1.5.3 is the best available version, see the | |||||
<p>Currently, Apache Ant 1.5.4 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> | ||||
<div class="warning"> | <div class="warning"> | ||||
<div class="label">Note</div> | <div class="label">Note</div> | ||||
<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all | |||||
mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from | |||||
the removal of a spurious junit.jar file. | |||||
</div> | |||||
<div class="content">Ant 1.5.4 has been released on 12-August-2003 and | |||||
may not be available on all mirrors for a few days.</div> | |||||
</div> | </div> | ||||
<ul> | <ul> | ||||
<li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.zip">apache-ant-1.5.3-1-bin.zip</a> | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz">apache-ant-1.5.3-1-bin.tar.gz</a> | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2">apache-ant-1.5.3-1-bin.tar.bz2</a> | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.md5">MD5</a>]</li> | |||||
<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> | |||||
</ul> | </ul> | ||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Nightly Builds"></a> | <a name="Nightly Builds"></a> | ||||
@@ -266,17 +264,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 apache-ant-1.5.3-1-bin.tar.gz.asc<br /> | |||||
% pgpv apache-ant-1.5.4-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 apache-ant-1.5.3-1-bin.tar.gz.asc<br /> | |||||
% pgp apache-ant-1.5.4-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 apache-ant-1.5.3-1-bin.tar.gz.asc | |||||
% gpg --verify apache-ant-1.5.4-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 | ||||
@@ -508,6 +508,16 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
9 April 2003 | 9 April 2003 | ||||
</td> | </td> | ||||
</tr> | |||||
<tr> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
1.5.4 | |||||
</td> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
12 August 2003 | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<p class="faq"> | <p class="faq"> | ||||
@@ -183,15 +183,15 @@ | |||||
<strong>Most Valuable Java Deployment Technology</strong> | <strong>Most Valuable Java Deployment Technology</strong> | ||||
</p> | </p> | ||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Ant 1.5.3"></a> | |||||
Ant 1.5.3 | |||||
<a name="Ant 1.5.4"></a> | |||||
Ant 1.5.4 | |||||
</h3> | </h3> | ||||
<p>Apache Ant 1.5.3 is now available for | |||||
<p>Apache Ant 1.5.4 is now available for | |||||
<a href="http://ant.apache.org/bindownload.cgi">download</a>. | <a href="http://ant.apache.org/bindownload.cgi">download</a>. | ||||
</p> | </p> | ||||
<div class="warning"> | <div class="warning"> | ||||
<div class="label">Note</div> | <div class="label">Note</div> | ||||
<div class="content">Ant 1.5.3 will be the last release that supports | |||||
<div class="content">Ant 1.5.4 will be the last release that supports | |||||
JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | ||||
later | later | ||||
</div> | </div> | ||||
@@ -210,30 +210,28 @@ Other mirrors: <select name="Preferred"> | |||||
<a name="Current Release of Ant"></a> | <a name="Current Release of Ant"></a> | ||||
Current Release of Ant | Current Release of Ant | ||||
</h3> | </h3> | ||||
<p>Currently, Apache Ant 1.5.3 is the best available version, see the | |||||
<p>Currently, Apache Ant 1.5.4 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> | ||||
<div class="warning"> | <div class="warning"> | ||||
<div class="label">Note</div> | <div class="label">Note</div> | ||||
<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all | |||||
mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from | |||||
the removal of a spurious junit.jar file. | |||||
</div> | |||||
<div class="content">Ant 1.5.4 has been released on 12-August-2003 and | |||||
may not be available on all mirrors for a few days.</div> | |||||
</div> | </div> | ||||
<ul> | <ul> | ||||
<li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.zip">apache-ant-1.5.3-1-src.zip</a> | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.gz">apache-ant-1.5.3-1-src.tar.gz</a> | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.bz2">apache-ant-1.5.3-1-src.tar.bz2</a> | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.md5">MD5</a>]</li> | |||||
<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> | |||||
</ul> | </ul> | ||||
<h3 class="section"> | <h3 class="section"> | ||||
<a name="Nightly Builds"></a> | <a name="Nightly Builds"></a> | ||||
@@ -264,17 +262,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 apache-ant-1.5.3-1-src.tar.gz.asc<br /> | |||||
% pgpv apache-ant-1.5.4-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 apache-ant-1.5.3-1-src.tar.gz.asc<br /> | |||||
% pgp apache-ant-1.5.4-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 apache-ant-1.5.3-1-src.tar.gz.asc | |||||
% gpg --verify apache-ant-1.5.4-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 | ||||
@@ -9,6 +9,26 @@ | |||||
</properties> | </properties> | ||||
<body> | <body> | ||||
<section name="Ant 1.5.4"> | |||||
<h3>August 12, 2003 - Ant 1.5.4 Available</h3> | |||||
<p>Apache Ant 1.5.4 is now available for | |||||
<a href="http://ant.apache.org/bindownload.cgi">download</a>. | |||||
</p> | |||||
<p>This is a minor bugfix release that fixes a problem with the | |||||
<code>javah</code> task on JDK 1.4.2 and a couple of bugs in the | |||||
Visual Age for Java intergration tasks. If you don't use javah or | |||||
VAJ, there is no reason to upgrade.</p> | |||||
<div class="warning"> | |||||
<div class="label">Note</div> | |||||
<div class="content">Ant 1.5.4 will be the last release that supports | |||||
JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | |||||
later. | |||||
</div> | |||||
</div> | |||||
</section> | |||||
<section name="Java Pro 2003 Readers Choice Award"> | <section name="Java Pro 2003 Readers Choice Award"> | ||||
<a href="http://www.ftponline.com/javapro/"> | <a href="http://www.ftponline.com/javapro/"> | ||||
<img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a> | <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a> | ||||
@@ -50,15 +70,6 @@ | |||||
<p>Apache Ant 1.5.3 is now available for | <p>Apache Ant 1.5.3 is now available for | ||||
<a href="http://ant.apache.org/bindownload.cgi">download</a>. | <a href="http://ant.apache.org/bindownload.cgi">download</a>. | ||||
</p> | </p> | ||||
<div class="warning"> | |||||
<div class="label">Note</div> | |||||
<div class="content">Ant 1.5.3 will be the last release that supports | |||||
JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | |||||
later | |||||
</div> | |||||
</div> | |||||
</section> | </section> | ||||
@@ -59,32 +59,30 @@ Other mirrors: <select name="Preferred"> | |||||
<section name="Current Release of Ant"> | <section name="Current Release of Ant"> | ||||
<p>Currently, Apache Ant 1.5.3 is the best available version, see the | |||||
<p>Currently, Apache Ant 1.5.4 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> | ||||
<div class="warning"> | <div class="warning"> | ||||
<div class="label">Note</div> | <div class="label">Note</div> | ||||
<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all | |||||
mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from | |||||
the removal of a spurious junit.jar file. | |||||
</div> | |||||
<div class="content">Ant 1.5.4 has been released on 12-August-2003 and | |||||
may not be available on all mirrors for a few days.</div> | |||||
</div> | </div> | ||||
<ul> | <ul> | ||||
<li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.zip">apache-ant-1.5.3-1-bin.zip</a> | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz">apache-ant-1.5.3-1-bin.tar.gz</a> | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2">apache-ant-1.5.3-1-bin.tar.bz2</a> | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.md5">MD5</a>]</li> | |||||
<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> | |||||
</ul> | </ul> | ||||
</section> | </section> | ||||
@@ -122,17 +120,17 @@ using</p> | |||||
<p><code> | <p><code> | ||||
% pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
% pgpv apache-ant-1.5.3-1-bin.tar.gz.asc<br /> | |||||
% pgpv apache-ant-1.5.4-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 apache-ant-1.5.3-1-bin.tar.gz.asc<br /> | |||||
% pgp apache-ant-1.5.4-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 apache-ant-1.5.3-1-bin.tar.gz.asc | |||||
% gpg --verify apache-ant-1.5.4-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 | ||||
@@ -161,6 +161,11 @@ | |||||
<td>1.5.3</td> | <td>1.5.3</td> | ||||
<td>9 April 2003</td> | <td>9 April 2003</td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td>1.5.4</td> | |||||
<td>12 August 2003</td> | |||||
</tr> | |||||
</table> | </table> | ||||
</answer> | </answer> | ||||
</faq> | </faq> | ||||
@@ -24,21 +24,21 @@ | |||||
</p> | </p> | ||||
</section> | </section> | ||||
<section name="Ant 1.5.3"> | |||||
<p>Apache Ant 1.5.3 is now available for | |||||
<section name="Ant 1.5.4"> | |||||
<p>Apache Ant 1.5.4 is now available for | |||||
<a href="http://ant.apache.org/bindownload.cgi">download</a>. | <a href="http://ant.apache.org/bindownload.cgi">download</a>. | ||||
</p> | </p> | ||||
<div class="warning"> | <div class="warning"> | ||||
<div class="label">Note</div> | <div class="label">Note</div> | ||||
<div class="content">Ant 1.5.3 will be the last release that supports | |||||
<div class="content">Ant 1.5.4 will be the last release that supports | |||||
JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or | ||||
later | later | ||||
</div> | </div> | ||||
</div> | </div> | ||||
</section> | </section> | ||||
<section name="Apache Ant"> | <section name="Apache Ant"> | ||||
<p> | <p> | ||||
@@ -56,32 +56,30 @@ Other mirrors: <select name="Preferred"> | |||||
<section name="Current Release of Ant"> | <section name="Current Release of Ant"> | ||||
<p>Currently, Apache Ant 1.5.3 is the best available version, see the | |||||
<p>Currently, Apache Ant 1.5.4 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> | ||||
<div class="warning"> | <div class="warning"> | ||||
<div class="label">Note</div> | <div class="label">Note</div> | ||||
<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all | |||||
mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from | |||||
the removal of a spurious junit.jar file. | |||||
</div> | |||||
<div class="content">Ant 1.5.4 has been released on 12-August-2003 and | |||||
may not be available on all mirrors for a few days.</div> | |||||
</div> | </div> | ||||
<ul> | <ul> | ||||
<li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.zip">apache-ant-1.5.3-1-src.zip</a> | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.gz">apache-ant-1.5.3-1-src.tar.gz</a> | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.md5">MD5</a>]</li> | |||||
<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> | |||||
<li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.bz2">apache-ant-1.5.3-1-src.tar.bz2</a> | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.asc">PGP</a>] | |||||
[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.md5">MD5</a>]</li> | |||||
<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> | |||||
</ul> | </ul> | ||||
</section> | </section> | ||||
@@ -119,17 +117,17 @@ using</p> | |||||
<p><code> | <p><code> | ||||
% pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
% pgpv apache-ant-1.5.3-1-src.tar.gz.asc<br /> | |||||
% pgpv apache-ant-1.5.4-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 apache-ant-1.5.3-1-src.tar.gz.asc<br /> | |||||
% pgp apache-ant-1.5.4-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 apache-ant-1.5.3-1-src.tar.gz.asc | |||||
% gpg --verify apache-ant-1.5.4-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 | ||||