Author: jhm
Date: Fri Jul 20 00:37:49 2007
New Revision: 557907
URL: http://svn.apache.org/viewvc?view=rev&rev=557907
Log:
We always encourage not to have a CLASSPATH set.
Modified:
ant/core/trunk/docs/manual/install.html
Modified: ant/core/trunk/docs/manual/install.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?view=diff&rev=557907&r1=557906&r2=557907
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Fri Jul 20 00:37:49 2007
@@ -221,9 +221,10 @@
<td width="5%"> </td>
<td>
The ant.bat script makes use of three environment variables -
- ANT_HOME, CLASSPATH and JAVA_HOME. <b>Ensure</b> that if
- these variables are set, they do <b><u>not</u></b> have quotes (either
- ' or ") and they do <b><u>not</u></b> end with \ or with /.
+ ANT_HOME, CLASSPATH and JAVA_HOME. <b>Ensure</b> that ANT_HOME and
JAVA_HOME variables are set,
+ and that they do <b><u>not</u></b> have quotes (either
+ ' or ") and they do <b><u>not</u></b> end with \ or with /. CLASSPATH
should be unset or
+ empty.
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]