tweak build instructions related to ivy bootstraping

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-04-03 16:22:06 +00:00
parent 09bf650fbc
commit 0b82b5e87c
4 changed files with 12 additions and 8 deletions

View File

@ -146,7 +146,7 @@
</delete>
</target>
<target name="ivy-bootstrap">
<target name="ivy-bootstrap" description="Download and install Ivy in the users ant lib dir">
<subant target="ivy-bootstrap" inheritall="false" failonerror="true">
<fileset dir="lucene" includes="build.xml" />
</subant>

View File

@ -31,6 +31,8 @@ according to the instructions at:
Finally, you'll need to install ivy into your ant lib folder
(~/.ant/lib). You can get it from http://ant.apache.org/ivy/.
If you skip this step, the Lucene build system will offer to do it
for you.
Step 1) Download Lucene from Apache

View File

@ -297,7 +297,7 @@
<target name="ivy-fail" unless="ivy.available">
<fail>Ivy is not available</fail>
</target>
<target name="ivy-bootstrap">
<target name="ivy-bootstrap" description="Download and install Ivy in the users ant lib dir">
<property name="ivy_install_path" location="${user.home}/.ant/lib" />
<mkdir dir="${ivy_install_path}"/>
<echo message="installing ivy ${ivy.bootstrap.version} to ${ivy_install_path}"/>

View File

@ -66,13 +66,15 @@ Instructions for Building Apache Solr from Source
folder included on your command path. To test this, issue a "java -version" command
from your shell (command prompt) and verify that the Java version is 1.6 or later.
2. Download the Apache Ant binary distribution (1.7.x, not 1.6.x, not 1.8.x) from http://ant.apache.org/
You will need Ant installed and the $ANT_HOME/bin (Windows: %ANT_HOME%\bin) folder
included on your command path. To test this, issue a "ant -version" command from your
shell (command prompt) and verify that Ant is available.
2. Download the Apache Ant binary distribution (1.7.x, not 1.6.x, not 1.8.x) from
http://ant.apache.org/ You will need Ant installed and the $ANT_HOME/bin (Windows:
%ANT_HOME%\bin) folder included on your command path. To test this, issue a
"ant -version" command from your shell (command prompt) and verify that Ant is
available.
Install Apache Ivy binary distribution (2.2.0) from http://ant.apache.org/ivy/
You will need to place ivy-2.2.0.jar file in ~/.ant/lib.
You will also need to install Apache Ivy binary distribution (2.2.0) from
http://ant.apache.org/ivy/ and place ivy-2.2.0.jar file in ~/.ant/lib -- if you skip
this step, the Solr build system will offer to do it for you.
3. Download the Apache Solr distribution, linked from the above web site.
Unzip the distribution to a folder of your choice, e.g. C:\solr or ~/solr