From e7878d61ddf97cd0949881d85ff2f71aac6d5ffc Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Fri, 20 Jul 2007 07:37:49 +0000
Subject: [PATCH] We always encourage not to have a CLASSPATH set.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557907 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/install.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/manual/install.html b/docs/manual/install.html
index 741f744f1..5dd5b4add 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -221,9 +221,10 @@ restrictions on the classes which may be loaded by an extension.
|
The ant.bat script makes use of three environment variables -
- ANT_HOME, CLASSPATH and JAVA_HOME. Ensure that if
- these variables are set, they do not have quotes (either
- ' or ") and they do not end with \ or with /.
+ ANT_HOME, CLASSPATH and JAVA_HOME. Ensure that ANT_HOME and JAVA_HOME variables are set,
+ and that they do not have quotes (either
+ ' or ") and they do not end with \ or with /. CLASSPATH should be unset or
+ empty.
|