diff --git a/docs/faq.html b/docs/faq.html index 374d69e4d..4bdba2524 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -228,6 +228,10 @@
tar.gz
distribution file. Why?
@@ -712,6 +716,18 @@
+ + Which version of Java is required to run + Ant? +
+You will need Java installed on 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.
+If only the JRE is present but not a full JDK then many + tasks will not work.
+Ant 1.6.* works with jdk 1.2 and higher, Ant 1.1 to Ant + 1.5.* work with jdk 1.1 and higher.
+
I get checksum errors when I try to extract the
You will need Java installed on 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. If only the JRE is present but not a full JDK then many
+ tasks will not work. Ant 1.6.* works with jdk 1.2 and higher, Ant 1.1 to Ant
+ 1.5.* work with jdk 1.1 and higher.tar.gz
distribution file. Why?
diff --git a/xdocs/faq.xml b/xdocs/faq.xml
index 037af4e62..22c5326be 100644
--- a/xdocs/faq.xml
+++ b/xdocs/faq.xml
@@ -229,6 +229,23 @@
tar.gz
distribution file. Why?