peterreilly 2004/09/08 03:05:36
Modified: docs faq.html
xdocs faq.xml
Log:
Add an example to InstantiationException
Revision Changes Path
1.106 +8 -0 ant/docs/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/ant/docs/faq.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- faq.html 8 Sep 2004 09:59:13 -0000 1.105
+++ faq.html 8 Sep 2004 10:05:35 -0000 1.106
@@ -1130,6 +1130,14 @@
that include an embedded copy of ant classes.
An example of this is some copies of weblogic.jar.
</p>
+ <p>
+ One can check if this is the case by doing (on unix/sh):
+ <code><pre>
+ unset CLASSPATH
+ ant -version
+ </pre>
+ </code>
+ </p>
<p class="faq">
<a name="NoClassDefFoundError"></a>
I installed Ant 1.6.x and now get
1.61 +8 -0 ant/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/faq.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- faq.xml 8 Sep 2004 09:59:13 -0000 1.60
+++ faq.xml 8 Sep 2004 10:05:36 -0000 1.61
@@ -808,6 +808,14 @@
that include an embedded copy of ant classes.
An example of this is some copies of weblogic.jar.
</p>
+ <p>
+ One can check if this is the case by doing (on unix/sh):
+ <code><pre>
+ unset CLASSPATH
+ ant -version
+ </pre>
+ </code>
+ </p>
</answer>
</faq>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]