Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 22869 invoked from network); 13 Jul 2009 21:23:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 21:23:35 -0000 Received: (qmail 33397 invoked by uid 500); 13 Jul 2009 21:23:45 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 33340 invoked by uid 500); 13 Jul 2009 21:23:44 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 33330 invoked by uid 99); 13 Jul 2009 21:23:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 21:23:44 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [208.97.132.177] (HELO spunkymail-a4.g.dreamhost.com) (208.97.132.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 21:23:34 +0000 Received: from [10.0.0.77] (adsl-065-013-152-164.sip.rdu.bellsouth.net [65.13.152.164]) by spunkymail-a4.g.dreamhost.com (Postfix) with ESMTP id 82F533B9EF for ; Mon, 13 Jul 2009 14:23:13 -0700 (PDT) Message-Id: From: Grant Ingersoll To: solr-dev@lucene.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: cleaning up example Date: Mon, 13 Jul 2009 17:23:12 -0400 References: X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 4, 2009, at 11:54 AM, Yonik Seeley wrote: > One concrete step to both clean up "example" and lower the size of our > downloads is > - move example/clustering to contrib/example > - move clustering/lib to clustering/solr/lib > - download jars directly to clustering/solr/lib instead of > clustering/lib/downloads Remember that packaging/release also uses these directories. The release mechanism now explicitly excludes the downloads directory. Collapsing these will require you to explicitly exclude individual libraries. > - run the clustering example from example with > -Dsolr.solr.home=../contrib/clustering/solr > > This will avoid a copy of all the clustering libs to a different > directory, and remove an entry from the "example" directory... which > was originally meant to contain a single server. > > -Yonik > http://www.lucidimagination.com