This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit abd87e59e43990c716a2cb457ff9f64aa534e114 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 9 09:03:51 2022 +0100 Parameterise the minimum Ant version in BUILDING.txt --- BUILDING.txt | 4 ++-- build.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index e8d62dfa56..5534dd9d92 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.10 or later on your computer. +(2) Install Apache Ant version @ANT_VERSION_REQUIRED@ or later on your computer. - 1. If Apache Ant version 1.9.10 or later is already installed on your + 1. If Apache Ant version @ANT_VERSION_REQUIRED@ or later is already installed on your computer, skip to (3). 2. Download a binary distribution of Ant from: diff --git a/build.xml b/build.xml index b2141ccecc..c73a418a07 100644 --- a/build.xml +++ b/build.xml @@ -263,6 +263,7 @@ <filter token="GIT_BRANCH" value="${git.branch}"/> <filter token="MIN_JAVA_VERSION" value="${min.java.version}"/> <filter token="BUILD_JAVA_VERSION" value="${build.java.version}"/> + <filter token="ANT_VERSION_REQUIRED" value="${ant.version.required}"/> </filterset> <!-- Files to change line endings for depending on target platform --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org