This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 222d832 Increment minimum Ant version to 1.9.1
222d832 is described below
commit 222d832e0b908637925b48364f42dfd03bcf0388
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 18 10:11:49 2020 +0100
Increment minimum Ant version to 1.9.1
---
BUILDING.txt | 4 ++--
build.xml | 3 ++-
webapps/docs/building.xml | 6 +++---
webapps/docs/changelog.xml | 4 ++++
4 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index 742c72c..2c085e2 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -82,9 +82,9 @@ source distribution, do the following:
JSR-356 (Java WebSocket 1.1) support.
-(2) Install Apache Ant version 1.8.2 or later on your computer
+(2) Install Apache Ant version 1.9.1 or later on your computer
- 1. If Apache Ant version 1.8.2 or later is already installed on your
computer, skip to (3).
+ 1. If Apache Ant version 1.9.1 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 9095535..3c0cf4a 100644
--- a/build.xml
+++ b/build.xml
@@ -15,7 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="Tomcat 7.0" default="deploy" basedir=".">
+<project name="Tomcat 7.0" default="deploy" basedir="."
+ xmlns:if="ant:if" xmlns:unless="ant:unless">
<!-- ===================== Initialize Property Values ====================
-->
diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml
index af1682a..eb3ba23 100644
--- a/webapps/docs/building.xml
+++ b/webapps/docs/building.xml
@@ -66,10 +66,10 @@ The following is a quick step by step guide.
</section>
-<section name="Install Apache Ant 1.8.2 or later">
+<section name="Install Apache Ant 1.9.1 or later">
<p>
-Download a binary distribution of Ant 1.8.2 or later from
+Download a binary distribution of Ant 1.9.1 or later from
<a href="https://ant.apache.org/bindownload.cgi">here</a>.
</p>
@@ -260,7 +260,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.8.2 or later</td></tr>
+ <tr><td>ANT_HOME</td><td>the base path of Ant 1.9.1 or later</td></tr>
</table>
<p>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4b41a9d..1148dd4 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -82,6 +82,10 @@
Expand coverage of Russian translations. Pull request provided by
Nikolay Gribanov. (markt)
</add>
+ <update>
+ Updated to Ant 1.9.1. The build now requires a minimum of Ant 1.9.1.
+ (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]