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
This commit is contained in:
Robert Muir 2010-03-23 15:40:35 +00:00
parent 9213bcafca
commit c285667cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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.