Author: bodewig
Date: Wed Apr 7 04:52:05 2010
New Revision: 931436
URL: http://svn.apache.org/viewvc?rev=931436&view=rev
Log:
JUnit is required if you build from source
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?rev=931436&r1=931435&r2=931436&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Wed Apr 7 04:52:05 2010
@@ -620,6 +620,11 @@ still need to
make the JARs available as described under
<a href="#installing">Installing Ant</a>.</p>
+<p>As of version 1.7.0 Ant has a hard dependency on JUnit and you must
+ install it manually into <code>lib/optional</code> (download it from
+ <a href="http://junit.org/" target="_top">JUnit.org</a>) if you are
+ using a source distribution of Ant.</p>
+
<p>Your are now ready to build Ant:</p>
<blockquote>
<p><code>build
-Ddist.dir=<<i>directory_to_contain_Ant_distribution</i>>
dist</code> (<i>Windows</i>)</p>