From c285667cc186b201c8792e34fd096cd155c7d240 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Tue, 23 Mar 2010 15:40:35 +0000 Subject: [PATCH] document that ant 1.7.0, needed for junit 4 support is required, just like lucene git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@926632 13f79535-47bb-0310-9956-ffa450edef68 --- solr/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/README.txt b/solr/README.txt index 75721e211e0..a976d09e17f 100644 --- a/solr/README.txt +++ b/solr/README.txt @@ -70,7 +70,7 @@ Instructions for Building Apache Solr from Source on your command path. To test this, issue a "java -version" command from your shell and verify that the Java version is 5.0 or later. -2. Download the Apache Ant binary distribution from http://ant.apache.org. +2. Download the Apache Ant binary distribution (1.7.0 or greater) from http://ant.apache.org. You will need Ant installed and the %ANT_HOME%\bin directory included on your command path. To test this, issue a "ant -version" command from your shell and verify that Ant is available.