From 43f3df1bca1b297ad7db39237ae8978c0ceee182 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 7 Apr 2010 04:52:05 +0000
Subject: [PATCH] JUnit is required if you build from source
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@931436 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/install.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/install.html b/docs/manual/install.html
index 18a719c3e..50ac9d549 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -620,6 +620,11 @@ still need to
make the JARs available as described under
Installing Ant.
+As of version 1.7.0 Ant has a hard dependency on JUnit and you must
+ install it manually into lib/optional
(download it from
+ JUnit.org) if you are
+ using a source distribution of Ant.
+
Your are now ready to build Ant:
build -Ddist.dir=<directory_to_contain_Ant_distribution> dist
(Windows)