From 4bf7ca1528eb4e4c0777f203dae327c1988516c0 Mon Sep 17 00:00:00 2001
From: Peter Reilly
+ One can check if this is the case by doing (on unix/sh):
+
+ unset CLASSPATH
+ ant -version
+
+
diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 8ee018856..444c38f90 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -808,6 +808,14 @@ shell-prompt> m4 foo.m4 > foo that include an embedded copy of ant classes. An example of this is some copies of weblogic.jar.
+
+ One can check if this is the case by doing (on unix/sh):
+
+
+ unset CLASSPATH
+ ant -version
+
+