From 8bfcccf724c9dee2a35e88d1995775df6ced1057 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 13 Aug 2003 06:11:58 +0000 Subject: [PATCH] Announce 1.5.4 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275059 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 68 +++++++++++++++++++++++++------------------ docs/antnews.html | 26 ++++++++++++----- docs/bindownload.html | 32 ++++++++++---------- docs/faq.html | 10 +++++++ docs/index.html | 8 ++--- docs/srcdownload.html | 32 ++++++++++---------- xdocs/antnews.xml | 29 ++++++++++++------ xdocs/bindownload.xml | 32 ++++++++++---------- xdocs/faq.xml | 5 ++++ xdocs/index.xml | 8 ++--- xdocs/srcdownload.xml | 32 ++++++++++---------- 11 files changed, 162 insertions(+), 120 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index f8e105bf9..8155a667f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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: @@ -30,10 +30,6 @@ Changes that could break older environments: of the older ORO Netcomponents version. See . -* 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. - * will no longer prompt the user and wait for input if the addproperty attribute is set to a property that has already been defined in the project. If you rely on the task waiting for input, @@ -153,18 +149,6 @@ Fixed bugs: * Setting filesonly to true in and related tasks would cause the 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 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 argument using and JDK 1.4. Bugzilla Report 16871. @@ -244,8 +228,6 @@ Other changes: * A new attribute named skip is added to the TailFilter and HeadFilter filter readers. -* Shipped XML parser is now Xerces 2.5.0 - * The filesetmanifest attribute of has been reenabled. * The start and end tokens for may now be longer than a @@ -390,8 +372,6 @@ Other changes: * is able to display properly several resultsets if you are running a compound sql statement. Bugzilla Report 21594. -* will invoke oldjavah on JDK 1.4.2. Bugzilla Report 18667. - * A new selector has been added, that selects files if their content matches a certain regular expression. @@ -420,13 +400,6 @@ Other changes: control the automatic line-end conversion performed on ASCII files. 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 by using special wildcard characters. Also fixes - Bugzilla Report 2236. - * Users can now modify the list of default excludes using the new 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 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 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 + +* 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 by using special wildcard characters. Also fixes + Bugzilla Report 2236. + Changes from Ant 1.5.2 to Ant 1.5.3 =================================== diff --git a/docs/antnews.html b/docs/antnews.html index abae9e596..fcda75982 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -171,6 +171,25 @@

News

+ + Ant 1.5.4 +

+

August 12, 2003 - Ant 1.5.4 Available

+

Apache Ant 1.5.4 is now available for + download. +

+

This is a minor bugfix release that fixes a problem with the + javah 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.

+
+
Note
+
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. +
+
+

Java Pro 2003 Readers Choice Award

@@ -213,13 +232,6 @@

Apache Ant 1.5.3 is now available for download.

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

Ant 1.5.3 Beta 1 diff --git a/docs/bindownload.html b/docs/bindownload.html index e3b7f97ba..5e9179334 100644 --- a/docs/bindownload.html +++ b/docs/bindownload.html @@ -212,30 +212,28 @@ Other mirrors: Current Release of Ant

-

Currently, Apache Ant 1.5.3 is the best available version, see the +

Currently, Apache Ant 1.5.4 is the best available version, see the release notes.

Note
-
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. -
+
Ant 1.5.4 has been released on 12-August-2003 and +may not be available on all mirrors for a few days.

@@ -264,17 +262,17 @@ directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
-% pgpv apache-ant-1.5.3-1-src.tar.gz.asc
+% pgpv apache-ant-1.5.4-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.5.3-1-src.tar.gz.asc
+% pgp apache-ant-1.5.4-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.5.3-1-src.tar.gz.asc +% gpg --verify apache-ant-1.5.4-src.tar.gz.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index 55854bd63..7fdafd290 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -9,6 +9,26 @@ +

+

August 12, 2003 - Ant 1.5.4 Available

+

Apache Ant 1.5.4 is now available for + download. +

+ +

This is a minor bugfix release that fixes a problem with the + javah 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.

+ +
+
Note
+
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. +
+
+
+
@@ -50,15 +70,6 @@

Apache Ant 1.5.3 is now available for download.

- -
-
Note
-
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 -
-
-
diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml index 1e0809e8d..c6ec79493 100644 --- a/xdocs/bindownload.xml +++ b/xdocs/bindownload.xml @@ -59,32 +59,30 @@ Other mirrors:
-

Currently, Apache Ant 1.5.3 is the best available version, see the +

Currently, Apache Ant 1.5.4 is the best available version, see the release notes.

Note
-
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. -
+
Ant 1.5.4 has been released on 12-August-2003 and +may not be available on all mirrors for a few days.
@@ -119,17 +117,17 @@ using

% pgpk -a KEYS
-% pgpv apache-ant-1.5.3-1-src.tar.gz.asc
+% pgpv apache-ant-1.5.4-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.5.3-1-src.tar.gz.asc
+% pgp apache-ant-1.5.4-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.5.3-1-src.tar.gz.asc +% gpg --verify apache-ant-1.5.4-src.tar.gz.asc

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