From dev-return-12555-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 15 20:48:20 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 82279 invoked from network); 15 Oct 2010 20:48:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Oct 2010 20:48:20 -0000 Received: (qmail 28144 invoked by uid 500); 15 Oct 2010 20:48:19 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 28110 invoked by uid 500); 15 Oct 2010 20:48:19 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 28102 invoked by uid 99); 15 Oct 2010 20:48:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 20:48:19 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 74.125.83.45 as permitted sender) Received: from [74.125.83.45] (HELO mail-gw0-f45.google.com) (74.125.83.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 20:48:13 +0000 Received: by gwj16 with SMTP id 16so518171gwj.32 for ; Fri, 15 Oct 2010 13:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=z2FeWvjAU8awL+QEyE5FPp9/1inL4w4zPUqMaWk0RE4=; b=w4PyNOgvih17GsBrLCItX76XePPkey+amsY574EJhfbglqjbTPatmMsA2v29rYmkRl hjJmoRsMQqK8vnSpbYcgTkwA8CV/XzaGM/7INiwGlTyOOQcNy0MKp280R7BS/MyoULa5 70WRD8tt4d8LTvdmEAaiG0n1+PZfsa9bjMryI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sh9Is+4pCrxAO+RX+KtVey8ylh1EozuBgUivpGfZMkA8eyq36lBgNZmwKb7gFFTVgd WsqAN+3QdKzFZFxiY0ACw7rwnHI7qh5p7F+b883LWsKBjn/IFmVbWJx7DedMEFzm9T7A jUhVBtAMVJz5K5ViKu+j0q50iSQLWM/Qv6dr8= MIME-Version: 1.0 Received: by 10.42.99.3 with SMTP id u3mr1197288icn.124.1287175672295; Fri, 15 Oct 2010 13:47:52 -0700 (PDT) Received: by 10.231.58.199 with HTTP; Fri, 15 Oct 2010 13:47:52 -0700 (PDT) In-Reply-To: References: Date: Fri, 15 Oct 2010 22:47:52 +0200 Message-ID: Subject: Re: Using rebar to install couchdb From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Oct 15, 2010 at 10:16 PM, Joe Williams wrote: > > On Oct 13, 2010, at 4:23 PM, Benoit Chesneau wrote: > >> In an attempt to start some merging with cloudant I would like to >> start by using rebar in our install process. >> >> Like i see it, we could continue to use autotools to create the >> rebar.config files and other templates an then rebar for the final >> build and dependencies management. This changes as noticed by @davisp >> also imply we make our tree a little more OTP compliant. I would like >> to start this work asap. >> >> Thoughts ? >> >> - benoit > > > If it's any help I had this branch sitting on my local of a recent attemp= t at making CouchDB 1.0.1 use rebar similar to what we did with BigCouch. I= t seems to work well. > > http://github.com/joewilliams/couchdb/tree/rebar_1.0.1 > > > -Joe > > Pretty cool :) now need to figure how to add back configure and deviltools friends. Also I think we want to do s/apps/src ? - beno=EEt