This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit cd63bf0668cdef80fb425cd3ef3a077ffed33449
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 23 19:43:07 2021 +0000

    Increase minimum Ant version to 1.9.10
    
    This is the earliest version to support ant.tstamp.now.iso
---
 BUILDING.txt               | 4 ++--
 webapps/docs/building.xml  | 6 +++---
 webapps/docs/changelog.xml | 3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 8643fb9..11f68ca 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -64,9 +64,9 @@ source distribution, do the following:
     into which you installed the JDK release.
 
 
-(2) Install Apache Ant version 1.9.8 or later on your computer.
+(2) Install Apache Ant version 1.9.10 or later on your computer.
 
- 1. If Apache Ant version 1.9.8 or later is already installed on your
+ 1. If Apache Ant version 1.9.10 or later is already installed on your
     computer, skip to (3).
 
  2. Download a binary distribution of Ant from:
diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml
index 5b0bcad..b1302ec 100644
--- a/webapps/docs/building.xml
+++ b/webapps/docs/building.xml
@@ -59,10 +59,10 @@ directory into which you installed the JDK release.
 
 </section>
 
-<section name="Install Apache Ant 1.9.8 or later">
+<section name="Install Apache Ant 1.9.10 or later">
 
 <p>
-Download a binary distribution of Ant 1.9.8 or later from
+Download a binary distribution of Ant 1.9.10 or later from
 <a href="https://ant.apache.org/bindownload.cgi";>here</a>.
 </p>
 
@@ -227,7 +227,7 @@ Variables</em> to add two new <em>Classpath Variables</em>:
 <table class="defaultTable">
  <tr><td>TOMCAT_LIBS_BASE</td><td>The same location as the 
<code>base.path</code>
   setting in <code>build.properties</code>, where the binary dependencies have 
been downloaded</td></tr>
- <tr><td>ANT_HOME</td><td>the base path of Ant 1.9.8 or later</td></tr>
+ <tr><td>ANT_HOME</td><td>the base path of Ant 1.9.10 or later</td></tr>
 </table>
 
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5493b1a6..9e45deb 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -153,7 +153,8 @@
       <add>
         Implement the first phase of reproducible builds. Sequential builds on
         the same machine now produce identical output provided that the Ant
-        property <code>ant.tstamp.now.iso</code> is set. (markt)
+        property <code>ant.tstamp.now.iso</code> is set. The minimum required
+        Ant version is now 1.9.10. (markt)
       </add>
     </changelog>
   </subsection>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to