mirror of https://github.com/apache/lucene.git
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:
parent
9213bcafca
commit
c285667cc1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue