Return-Path: Delivered-To: apmail-incubator-connectors-dev-archive@minotaur.apache.org Received: (qmail 36294 invoked from network); 17 Feb 2010 11:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2010 11:35:37 -0000 Received: (qmail 20966 invoked by uid 500); 17 Feb 2010 11:35:37 -0000 Delivered-To: apmail-incubator-connectors-dev-archive@incubator.apache.org Received: (qmail 20906 invoked by uid 500); 17 Feb 2010 11:35:37 -0000 Mailing-List: contact connectors-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-dev@incubator.apache.org Received: (qmail 20890 invoked by uid 99); 17 Feb 2010 11:35:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2010 11:35:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.willnauer@googlemail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2010 11:35:28 +0000 Received: by fxm2 with SMTP id 2so1068725fxm.27 for ; Wed, 17 Feb 2010 03:35:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8VM7jtIJdhX3OPoD8SptNIMvGLwLApUPF6bMA4Pj2Tg=; b=HnUWdHT6LckaX6r7DJ3Yov7HHcMTkkSYpI7/B0jUXZGPLpzKA/lACT6rIieDV2Dj+r jQFo1bD1Gy251vo/oHiNktcXgnw/SAFX8gBNEVet3fmWdMETAuUgBwCWbOzIh9/lby6f gtd3jZreXmyVLW2maewB045YrcgHp01ouJLxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=aSt+o3EWRNBedCnmccQ8/00ws7ehIpGngyesUHvMrT1P3EzPjh588kWyBpaGlB1/nY iFFhi4pIeUnWqZc3qieCl0G51g3aJEh4MRqlEBXRWYnt34tzAPPLQZGC/zNcbh9TR1XB PhYJ7bfPDLGcoIvPHRUCTdVzzteTc0nLhkOj4= MIME-Version: 1.0 Received: by 10.239.189.140 with SMTP id t12mr898764hbh.146.1266406507170; Wed, 17 Feb 2010 03:35:07 -0800 (PST) Reply-To: simon.willnauer@gmail.com In-Reply-To: <4B7BA5F6.9070303@gmail.com> References: <4B7B06DA.4010103@metacarta.com> <4B7BA5F6.9070303@gmail.com> Date: Wed, 17 Feb 2010 12:35:07 +0100 Message-ID: Subject: Re: ant build scripts "done"; should be possible for others to build now From: Simon Willnauer To: connectors-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Feb 17, 2010 at 9:16 AM, Sami Siren wrote: > Karl Wright wrote: >> >> I've set it up so there's a master build script under "modules", which >> fires off individual module build scripts as specified. If you haven't >> installed required client libraries for any given connector, it should >> simply skip that one. =C2=A0I've also checked in properly versions of al= l jars >> that can legally redistributed by apache; we may well want to change how >> that's done, but since upstream modifications are needed on a few of the= m, >> that seemed like the fastest way to get going. >> >> I've made no attempt to copy the generated jars, wars, iars, etc. to >> convenient places as of yet. =C2=A0(iars are "incremental wars", the nee= d for >> which I posted about earlier.) >> >> I'd appreciate a vic-, er, volunteer to attempt to do a build themselves >> in case my environment is masking any problems. =C2=A0Should that succee= d, I >> think we're ready to move on to "de-MetaCarta-ifying" the source tree. = =C2=A0If >> it works (or fails) for you, please let me know. >> >> Any suggestions as to the base package name? =C2=A0I was thinking either >> "org.apache.lucene.cf" or "org.apache.lcf", to replace "com.metacarta...= .". >> =C2=A0Any preferences? =C2=A0Other suggestions? > > +1 for org.apache.lcf that sounds good to me! +1 > > -- > =C2=A0Sami Siren >