Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 87167 invoked from network); 1 Jun 2010 22:16:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 22:16:43 -0000 Received: (qmail 996 invoked by uid 500); 1 Jun 2010 22:16:40 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 952 invoked by uid 500); 1 Jun 2010 22:16:40 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 938 invoked by uid 99); 1 Jun 2010 22:16:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 22:16:40 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 22:16:34 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id 695FA71C08A; Tue, 1 Jun 2010 15:16:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id 2F3B471C072 for ; Tue, 1 Jun 2010 15:16:14 -0700 (PDT) Date: Tue, 1 Jun 2010 15:16:14 -0700 (PDT) From: Chris Hostetter To: solr-user@lucene.apache.org Subject: Re: wrong lucene package in solr trunk? In-Reply-To: <4C051839.5030901@iais.fraunhofer.de> Message-ID: References: <4C051839.5030901@iais.fraunhofer.de> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII : In order to use the current trunk version of solr, I built it running : "ant package" in trunk/solr and added the resulting maven artifacts to : my project. the trunk is definitley in flux now with the way Lucene & solr (and the new "modules" directory) are all designed to be built as one monolithic release. ultimatley it should be possible to build the individual pieces seperately 9and to a large extent you can already do that) but it doesn't suprise me at all that the POMs don't make sense at the moment. Bottom line: your best bet for right now if you want to build from source, is to check out hte full Lucene trunk (https://svn.apache.org/repos/asf/lucene/dev/trunk/) instead of just Solr, and build at the top level -- using all hte jars produced instead of trusting that any of hte POMs will be correct. (The simple fact is even if the POMs were correct, because it's all one trunk now the Solr POMs would refer to Lucene jars that don't exist in any repository - because they are all compiled at once) -Hoss