Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F782D29B for ; Sat, 8 Sep 2012 19:24:31 +0000 (UTC) Received: (qmail 17386 invoked by uid 500); 8 Sep 2012 19:24:29 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 17344 invoked by uid 500); 8 Sep 2012 19:24:29 -0000 Mailing-List: contact dev-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 dev@lucene.apache.org Received: (qmail 17336 invoked by uid 99); 8 Sep 2012 19:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Sep 2012 19:24:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-ob0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Sep 2012 19:24:25 +0000 Received: by obbtb18 with SMTP id tb18so1325757obb.35 for ; Sat, 08 Sep 2012 12:24:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Nhf4Kvy5hdLzAPrrjKl7VTgcja+eiWWd1i4P/bF7uaQ=; b=na3DUNv2eyTtjnwaoXSjoUVqwhfn3SlKYtGqOxZIVwcaYHWFA0zMgDajCD4v4SoKvD IFk/TpuDQeTzy0oIfblXqNGPEV7Z+IhA1YeDq3glfUha5oFxm+EcgdBQzVOQVM166MNv dviz/BBa3thmNW2LKlr/pZLEWOIFHT/Pc/EZcv44cXXiJAAoN/yAQt7rEA9LwSEnMMO9 Jt8AhKIF+2r0n9xK2wQ8WMr/wfKPWhvCT1WhV8/Q9BSrDv28pVIXeTNaeQ0te/2l8qvs fkYnyFzoowP1hWZ8pgkL6LIfMqMn+xjaP/G35Wm43jPw/Fs2kaMvPPTYfP881h0KxtgZ qUxQ== MIME-Version: 1.0 Received: by 10.182.73.65 with SMTP id j1mr9467741obv.42.1347132244483; Sat, 08 Sep 2012 12:24:04 -0700 (PDT) Sender: yseeley@gmail.com Received: by 10.60.62.39 with HTTP; Sat, 8 Sep 2012 12:24:04 -0700 (PDT) In-Reply-To: <53FF9343-FECE-4F08-8685-5482CC8D40C6@romseysoftware.co.uk> References: <53FF9343-FECE-4F08-8685-5482CC8D40C6@romseysoftware.co.uk> Date: Sat, 8 Sep 2012 15:24:04 -0400 X-Google-Sender-Auth: iFX1GT5jS3ubOXYOOSREmn-DK3Y Message-ID: Subject: Re: SPI loading failures From: Yonik Seeley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Sep 8, 2012 at 2:58 PM, Alan Woodward wrote: > You need the codecs module resources/ directory to be set up as a source directory in the IntelliJ project properties. Thanks. I had added the "codecs" module as a lucene dependency (that got things to compile from the codecs front). On a whim I tried to also add it to the "solr" module too, and things finally started working! -Yonik http://lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org