From b4769e1c2e7185428f47f20f2c96329796d2ee65 Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Sat, 22 Mar 2008 17:25:31 +0000
Subject: [PATCH] up the jdk version to 1.3, and add a note about ant's jdk
requirements for older versions of ant (bugzilla 44610)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@640018 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/install.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/docs/manual/install.html b/docs/manual/install.html
index e2fb28763..51663cf9a 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -205,11 +205,16 @@ that is not namespace-aware. In particular, avoid the Crimson parser.
For the current version of Ant, you will also need a JDK installed on
-your system, version 1.2 or later required, 1.5 or later strongly recommended.
+your system, version 1.3 or later required, 1.5 or later strongly recommended.
The later the version of Java , the more Ant tasks you get.
-Note #2: If a JDK is not present, only the JRE runtime, then many tasks will not work.
+ Note: If a JDK is not present, only the JRE runtime, then many tasks will not work.
+
+
+ Note:
+ Ant 1.7.* works with jdk1.3 and higher, Ant 1.6.* works with jdk 1.2 and higher,
+ Ant 1.2 to Ant 1.5.* work with jdk 1.1 and higher.
Open Source Java Runtimes
@@ -219,7 +224,6 @@ The later the version of Java , the more Ant tasks you get.
well on those platforms. What appears to work well is Kaffe with
Gnu Classpath and the Xerces and Xalan libraries.
-
The binary distribution of Ant consists of the following directory layout: