[tomcat] 04/04: Increase minimum Ant version to 1.9.10

2021-03-23 Thread markt
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 
AuthorDate: Tue Mar 23 19:43:07 2021 +

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.
 
 
 
-
+
 
 
-Download a binary distribution of Ant 1.9.8 or later from
+Download a binary distribution of Ant 1.9.10 or later from
 https://ant.apache.org/bindownload.cgi;>here.
 
 
@@ -227,7 +227,7 @@ Variables to add two new Classpath Variables:
 
  TOMCAT_LIBS_BASEThe same location as the 
base.path
   setting in build.properties, where the binary dependencies have 
been downloaded
- ANT_HOMEthe base path of Ant 1.9.8 or later
+ ANT_HOMEthe base path of Ant 1.9.10 or later
 
 
 
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 @@
   
 Implement the first phase of reproducible builds. Sequential builds on
 the same machine now produce identical output provided that the Ant
-property ant.tstamp.now.iso is set. (markt)
+property ant.tstamp.now.iso is set. The minimum required
+Ant version is now 1.9.10. (markt)
   
 
   

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



[tomcat] 04/04: Increase minimum Ant version to 1.9.10

2021-03-23 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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

commit 587c0b17e8fb576c6d1ae84d3b349e9411e032cf
Author: Mark Thomas 
AuthorDate: Tue Mar 23 19:43:07 2021 +

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 f8695fb..baa50f7 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/build.properties.default b/build.properties.default
index 2103fb9..56eaf61 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.
 
 
 
-
+
 
 
-Download a binary distribution of Ant 1.9.8 or later from
+Download a binary distribution of Ant 1.9.10 or later from
 https://ant.apache.org/bindownload.cgi;>here.
 
 
@@ -227,7 +227,7 @@ Variables to add two new Classpath Variables:
 
  TOMCAT_LIBS_BASEThe same location as the 
base.path
   setting in build.properties, where the binary dependencies have 
been downloaded
- ANT_HOMEthe base path of Ant 1.9.8 or later
+ ANT_HOMEthe base path of Ant 1.9.10 or later
 
 
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7385761..22b4875 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -165,7 +165,8 @@
   
 Implement the first phase of reproducible builds. Sequential builds on
 the same machine now produce identical output provided that the Ant
-property ant.tstamp.now.iso is set. (markt)
+property ant.tstamp.now.iso is set. The minimum required
+Ant version is now 1.9.10. (markt)
   
 
   

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