From ab73df2ef3b9b25428cc00dab20f9b6a275f066f Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Thu, 28 Apr 2005 14:45:39 +0000
Subject: [PATCH] Ant 1.6.3 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278193 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 4 ++--
docs/antnews.html | 10 +++++++++-
docs/bindownload.html | 28 ++++++++++++++--------------
docs/faq.html | 10 ++++++++++
docs/index.html | 20 ++++----------------
docs/srcdownload.html | 28 ++++++++++++++--------------
xdocs/antnews.xml | 12 ++++++++++--
xdocs/bindownload.xml | 30 +++++++++++++++---------------
xdocs/faq.xml | 6 ++++++
xdocs/index.xml | 19 ++++---------------
xdocs/srcdownload.xml | 30 +++++++++++++++---------------
11 files changed, 103 insertions(+), 94 deletions(-)
diff --git a/WHATSNEW b/WHATSNEW
index 49e332481..a2ee48782 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -187,8 +187,8 @@ Other changes:
* added "backtrace" attribute to macrodef. Bugzilla report 27219.
-Changes from Ant 1.6.2 to current Ant 1.6 CVS version
-=====================================================
+Changes from Ant 1.6.2 to Ant 1.6.3
+===================================
Changes that could break older environments:
--------------------------------------------
diff --git a/docs/antnews.html b/docs/antnews.html
index 5a662f6b5..448ae96ab 100644
--- a/docs/antnews.html
+++ b/docs/antnews.html
@@ -177,6 +177,14 @@
News
+
+ Ant 1.6.3
+
+
April 28, 2005 - Ant 1.6.3 Available
+
Apache Ant 1.6.3 is now available for download .
+
There is a large list of fixed bugs and enhancements.
+
Some of the bugs affecting the embedded use of Ant are fixed.
+
Antidote Retired
@@ -210,7 +218,7 @@
Ant 1.6.2
July 16, 2004 - Ant 1.6.2 Available
-
Apache Ant 1.6.2 is now available for download .
+
Apache Ant 1.6.2 available for download .
Nested elements for namespaced tasks and types may belong to the
Ant default namespace as well as the task's or type's namespace.
All exceptions thrown by tasks are now wrapped in a
diff --git a/docs/bindownload.html b/docs/bindownload.html
index f16e5a221..cdbe4ff39 100644
--- a/docs/bindownload.html
+++ b/docs/bindownload.html
@@ -216,11 +216,11 @@ Other mirrors:
Current Release of Ant
- Currently, Apache Ant 1.6.2 is the best available version, see the
+
Currently, Apache Ant 1.6.3 is the best available version, see the
release notes .
Note
-
Ant 1.6.2 has been released on 16-July-2004 and
+
Ant 1.6.3 has been released on 28-April-2005 and
may not be available on all mirrors for a few days.
@@ -231,19 +231,19 @@ may not be available on all mirrors for a few days.
@@ -274,17 +274,17 @@ directory, rather than from a mirror. Then verify the signatures
using
% pgpk -a KEYS
-% pgpv apache-ant-1.6.2-bin.tar.gz.asc
+% pgpv apache-ant-1.6.3-bin.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.6.2-bin.tar.gz.asc
+% pgp apache-ant-1.6.3-bin.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.6.2-bin.tar.gz.asc
+% gpg --verify apache-ant-1.6.3-bin.tar.gz.asc
Alternatively, you can verify the MD5 signature on the files. A
unix program called md5
or md5sum
is
diff --git a/docs/faq.html b/docs/faq.html
index 3dbcbb2e1..d6062161a 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -615,6 +615,16 @@
valign="top" align="left">
16 July 2004
+
+
+
+ 1.6.3
+
+
+ 28 April 2005
+
diff --git a/docs/index.html b/docs/index.html
index 8c1a515b0..653b70bf7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -173,26 +173,14 @@
Welcome
-
- Ant 1.6.3beta1
+
+ Ant 1.6.3
-
March 31st, 2005 - Ant 1.6.3beta1 Available
-
Apache Ant 1.6.3beta1 is now available for download .
+
April 28, 2005 - Ant 1.6.3 Available
+
Apache Ant 1.6.3 is now available for download .
There is a large list of fixed bugs and enhancements.
Some of the bugs affecting the embedded use of Ant are fixed.
-
- Ant 1.6.2
-
-
July 16, 2004 - Ant 1.6.2 Available
-
Apache Ant 1.6.2 is now available for download .
-
Nested elements for namespaced tasks and types may belong to the
-Ant default namespace as well as the task's or type's namespace.
-
All exceptions thrown by tasks are now wrapped in a
-buildexception giving the location in the buildfile of the task.
-
Ant 1.6.2 fixes a large number of bugs and adds a number of
-features which were asked for by users on Bugzilla.
-
Apache Ant
diff --git a/docs/srcdownload.html b/docs/srcdownload.html
index 8dd553c61..29153d01c 100644
--- a/docs/srcdownload.html
+++ b/docs/srcdownload.html
@@ -214,11 +214,11 @@ Other mirrors:
Current Release of Ant
- Currently, Apache Ant 1.6.2 is the best available version, see the
+
Currently, Apache Ant 1.6.3 is the best available version, see the
release notes .
Note
-
Ant 1.6.2 has been released on 16-July-2004 and
+
Ant 1.6.3 has been released on 28-April-2005 and
may not be available on all mirrors for a few days.
@@ -229,19 +229,19 @@ may not be available on all mirrors for a few days.
@@ -272,17 +272,17 @@ directory, rather than from a mirror. Then verify the signatures
using
% pgpk -a KEYS
-% pgpv apache-ant-1.6.2-src.tar.gz.asc
+% pgpv apache-ant-1.6.3-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.6.2-src.tar.gz.asc
+% pgp apache-ant-1.6.3-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.6.2-src.tar.gz.asc
+% gpg --verify apache-ant-1.6.3-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 def6b1016..9bc8aa22f 100644
--- a/xdocs/antnews.xml
+++ b/xdocs/antnews.xml
@@ -25,6 +25,14 @@
+
+ April 28, 2005 - Ant 1.6.3 Available
+ Apache Ant 1.6.3 is now available for download .
+ There is a large list of fixed bugs and enhancements.
+ Some of the bugs affecting the embedded use of Ant are fixed.
+
+
April 4th, 2005 - The Apache Ant Project Retires Antidote, the
Ant GUI
@@ -61,8 +69,8 @@
July 16, 2004 - Ant 1.6.2 Available
- Apache Ant 1.6.2 is now available for download .
+ Apache Ant 1.6.2 available for download .
Nested elements for namespaced tasks and types may belong to the
Ant default namespace as well as the task's or type's namespace.
All exceptions thrown by tasks are now wrapped in a
diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml
index ea646e4ab..aa9b9f27d 100644
--- a/xdocs/bindownload.xml
+++ b/xdocs/bindownload.xml
@@ -1,6 +1,6 @@