Author: jglick
Date: Tue Jan 23 08:59:06 2007
New Revision: 499080
URL: http://svn.apache.org/viewvc?view=rev&rev=499080
Log:
#38799 cont'd: clearer docs on avoiding -lib.
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=499080&r1=499079&r2=499080
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Tue Jan 23 08:59:06 2007
@@ -256,6 +256,19 @@
the JAR files visible to <i>all</i> Java applications, and causes
no end of support calls.
</li>
+
+ <li>
+ In some <code><classpath></code> accepted by the task itself.
+ For example, as of Ant 1.7.0 you can run the <code><junit></code>
+ task without <code>junit.jar</code> in Ant's own classpath, so long as
+ it is included (along with your program and tests) in the classpath
+ passed when running the task. Where possible, this option is generally
+ to be preferred, as the Ant script itself can determine the best path
+ to load the library from: via relative path from the basedir (if you
+ keep the library under version control with your project), according
+ to Ant properties, environment variables, Ivy downloads, whatever you
like.
+ </li>
+
</ul>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]