mirror of https://github.com/apache/lucene.git
Improve Readme with ivy-bootstrap and Ivy known workaround
This commit is contained in:
parent
ee687c39a8
commit
e148574997
|
@ -41,6 +41,12 @@ Lucene and Solr, run:
|
|||
|
||||
`ant compile`
|
||||
|
||||
If you see an error about Ivy missing when invoking ant (e.g., `.ant/lib does not exist`), run `ant ivy-bootstrap` and retry.
|
||||
|
||||
Sometimes you may face issues with Ivy (e.g., instance a wrongly downloaded artifact). Cleaning up the Ivy cache and retrying is a workaround for most of such issues:
|
||||
|
||||
`rm -rf ~/.ivy2/cache`
|
||||
|
||||
The Solr server can then be packaged and prepared for startup by running the
|
||||
following command from the `solr/` directory:
|
||||
|
||||
|
|
Loading…
Reference in New Issue