Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 90BB69ACF for ; Tue, 6 Mar 2012 15:11:23 +0000 (UTC) Received: (qmail 72034 invoked by uid 500); 6 Mar 2012 15:11:23 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 71990 invoked by uid 500); 6 Mar 2012 15:11:23 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 71976 invoked by uid 99); 6 Mar 2012 15:11:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 15:11:23 +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 (nike.apache.org: domain of jukka.zitting@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 15:11:16 +0000 Received: by wibhj13 with SMTP id hj13so5914418wib.1 for ; Tue, 06 Mar 2012 07:10:56 -0800 (PST) Received-SPF: pass (google.com: domain of jukka.zitting@gmail.com designates 10.216.133.130 as permitted sender) client-ip=10.216.133.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jukka.zitting@gmail.com designates 10.216.133.130 as permitted sender) smtp.mail=jukka.zitting@gmail.com; dkim=pass header.i=jukka.zitting@gmail.com Received: from mr.google.com ([10.216.133.130]) by 10.216.133.130 with SMTP id q2mr9006330wei.24.1331046656240 (num_hops = 1); Tue, 06 Mar 2012 07:10:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=VRNYnFxoWei5aF4YEaNLtPbtrGwfNcEliFjBMZCaA/U=; b=CDYjwnlZPUfz5JRd38bCm3FbxGnJPb1Spz6MBb3dDtvAShrCDbFZkItBCW8vk6hkyr GZ1Qlj5nLiFw/EYZq+3YJC+9D55v6ijPyssO04t5h1JjrvTn7NfNBGfEB/4hRmg09luP pkNCaACIpSI4cp0JRKLVKRFFOOdNSOY3/LegJGUCPR+Qu3NjW5s8uYWfMDEPjaashlZq Rm+nLMranDGNCU5uGm9QvyYA/YrkLl7IP8NiU43SQwpyaRU6HKEotwGGO2wuY6ziNlzn 2TMBYAszzblhlUDeNY1ZPa/5b7V50PlijZ1cYCiWQaS21VjvaP2cgDbfHG29j2M3D+J+ qzNw== Received: by 10.216.133.130 with SMTP id q2mr7203536wei.24.1331046656123; Tue, 06 Mar 2012 07:10:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.102.134 with HTTP; Tue, 6 Mar 2012 07:10:36 -0800 (PST) In-Reply-To: References: From: Jukka Zitting Date: Tue, 6 Mar 2012 16:10:36 +0100 Message-ID: Subject: Re: Setting up Oak (Was: [RESULT] [VOTE] Codename for the jr3 implementation effort) To: Jackrabbit Developers Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Tue, Mar 6, 2012 at 1:00 PM, Jukka Zitting wro= te: > To get us started, I'll set up a basic multimodule build in oak/trunk > along the lines of what we have in jackrabbit/trunk. As initial > components I propose the following: > > =A0 =A0* oak-core, for the main codebase (incl. unit tests) > =A0 =A0* oak-run, for a runnable jar packaging > =A0 =A0* oak-it, for integration tests > =A0 =A0* oak-bench, for performance tests This is now in place (with just placeholders for most components). > We'll start building the Oak codebase under org.apache.jackrabbit.oak > in oak-core. To avoid having to start from scratch, I propose that we > copy the existing MK work from org.apache.jackrabbit.mk to under > oak-core [...] Done in revision 1297505. BR, Jukka Zitting