Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 82E4E200D0F for ; Fri, 29 Sep 2017 14:54:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8137E1609C5; Fri, 29 Sep 2017 12:54:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C3C4F1609D1 for ; Fri, 29 Sep 2017 14:54:14 +0200 (CEST) Received: (qmail 19986 invoked by uid 500); 29 Sep 2017 12:54:13 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 19977 invoked by uid 99); 29 Sep 2017 12:54:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2017 12:54:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E3024E967F; Fri, 29 Sep 2017 12:54:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: uschindler@apache.org To: commits@lucene.apache.org Date: Fri, 29 Sep 2017 12:54:13 -0000 Message-Id: In-Reply-To: <9773cc5d5eae487bb1996efe86260a1a@git.apache.org> References: <9773cc5d5eae487bb1996efe86260a1a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] lucene-solr:master: LUCENE-7978: Add some more documentation about setting up build environment; merge branch 'LUCENE-7978' of https://github.com/antonmry/lucene-solr archived-at: Fri, 29 Sep 2017 12:54:15 -0000 LUCENE-7978: Add some more documentation about setting up build environment; merge branch 'LUCENE-7978' of https://github.com/antonmry/lucene-solr Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f1bb9147 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f1bb9147 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f1bb9147 Branch: refs/heads/master Commit: f1bb91478449ee7613a28feb596f497dbcd82042 Parents: eaa5586 e148574 Author: Uwe Schindler Authored: Fri Sep 29 14:53:56 2017 +0200 Committer: Uwe Schindler Committed: Fri Sep 29 14:53:56 2017 +0200 ---------------------------------------------------------------------- README.md | 8 ++++++++ lucene/CHANGES.txt | 3 +++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f1bb9147/README.md ---------------------------------------------------------------------- diff --cc README.md index 7181297,50da250..0dac902 --- a/README.md +++ b/README.md @@@ -41,6 -41,12 +41,14 @@@ 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. ++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., instance a wrongly downloaded artifact). Cleaning up the Ivy cache and retrying is a workaround for most of such issues: ++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: http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f1bb9147/lucene/CHANGES.txt ---------------------------------------------------------------------- diff --cc lucene/CHANGES.txt index ffc901c,ffc901c..ae61d86 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@@ -92,6 -92,6 +92,9 @@@ Othe * 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