This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 830e900 Increase minimum Ant version to 1.9.10
830e900 is described below
commit 830e90024dad1a6519e7d364f7a335337863f4e0
Author: Mark Thomas <[email protected]>
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 ++--
build.properties.default | 2 +-
webapps/docs/building.xml | 6 +++---
webapps/docs/changelog.xml | 3 ++-
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index a8d31a6..526da87 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -65,9 +65,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/build.properties.default b/build.properties.default
index 3878450..f3e030d 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -38,7 +38,7 @@ git.branch=master
# ----- Build control flags -----
# Note enabling validation uses Checkstyle which is LGPL licensed
-ant.version.required=1.9.8
+ant.version.required=1.9.10
execute.validate=false
execute.download=true
execute.test.nio=true
diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml
index 129795d..450d5e5 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 c6eaffe..d3d2e2b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -165,7 +165,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: [email protected]
For additional commands, e-mail: [email protected]