Skip to content

Commit

Permalink
LUCENE-7978: Add some more documentation about setting up build envir…
Browse files Browse the repository at this point in the history
…onment; merge branch 'LUCENE-7978' of https://github.com/antonmry/lucene-solr
  • Loading branch information
uschindler committed Sep 29, 2017
2 parents eaa5586 + e148574 commit f1bb914
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Lucene and Solr, run:

`ant compile`

If you see an error about Ivy missing while invoking Ant (e.g., `.ant/lib does
not exist`), run `ant ivy-bootstrap` and retry.

Sometimes you may face issues with Ivy (e.g., an incompletely 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:

Expand Down
3 changes: 3 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Other
* LUCENE-7933: LongBitSet now validates the numBits parameter (Won
Jonghoon, Mike McCandless)

* LUCENE-7978: Add some more documentation about setting up build
environment. (Anton R. Yuste via Uwe Schindler)

======================= Lucene 7.0.0 =======================

New Features
Expand Down

0 comments on commit f1bb914

Please sign in to comment.