diff --git a/docs/ant15_todo.html b/docs/ant15_todo.html index 3b39e9642..995a6b86a 100644 --- a/docs/ant15_todo.html +++ b/docs/ant15_todo.html @@ -160,6 +160,7 @@
 
+

Ant 1.5 Release To-Do List

@@ -577,6 +578,7 @@

+
 
+

News

+ + Ant 1.5.3 +

+

April 9, 2003 - Ant 1.5.3 Available

+

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

@@ -386,6 +402,7 @@

+
 
+

Downloading Ant - Binary Distribution

@@ -206,23 +207,29 @@ Other mirrors: Current Release of Ant

-

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

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

+
+
Note
+
Ant 1.5.3 has been released on 9-April-2003 and may not be available on all +mirrors for a few days +
+

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

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

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is @@ -272,6 +279,7 @@ Textutils. Windows users can get binary md5 programs from Copyright © 2000-2003 The Apache Software Foundation. All rights reserved. diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index b547ce5f5..693698000 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -9,6 +9,23 @@ +

+

April 9, 2003 - Ant 1.5.3 Available

+

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

March 25, 2003 - Ant 1.5.3 Beta 1 Available

Apache Ant 1.5.3 Beta 1 is now available for diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml index 9a593660e..02d58fad8 100644 --- a/xdocs/bindownload.xml +++ b/xdocs/bindownload.xml @@ -57,24 +57,31 @@ Other mirrors:

-

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

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

+
+
Note
+
Ant 1.5.3 has been released on 9-April-2003 and may not be available on all +mirrors for a few days +
+
+
@@ -109,17 +116,17 @@ using

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

Alternatively, you can verify the MD5 signature on the files. A diff --git a/xdocs/stylesheets/site.vsl b/xdocs/stylesheets/site.vsl index 836f055e2..b53742b65 100644 --- a/xdocs/stylesheets/site.vsl +++ b/xdocs/stylesheets/site.vsl @@ -150,6 +150,7 @@ #macro (document) #header() +

$root.getChild("properties").getChild("title").getText()

#set ($allSections = $root.getChild("body").getChildren("section")) @@ -170,6 +171,7 @@ #end #end
+
#footer() #end