Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D5C710187 for ; Thu, 6 Feb 2014 15:03:27 +0000 (UTC) Received: (qmail 25982 invoked by uid 500); 6 Feb 2014 15:03:26 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 25835 invoked by uid 500); 6 Feb 2014 15:03:24 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 25827 invoked by uid 99); 6 Feb 2014 15:03:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 15:03:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of julian.reschke@gmx.de designates 212.227.17.21 as permitted sender) Received: from [212.227.17.21] (HELO mout.gmx.net) (212.227.17.21) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 15:03:15 +0000 Received: from [192.168.1.102] ([217.91.35.233]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LvlWS-1VAeJf2Rdk-017RKc for ; Thu, 06 Feb 2014 16:02:55 +0100 Message-ID: <52F3A41C.2030804@gmx.de> Date: Thu, 06 Feb 2014 16:02:52 +0100 From: Julian Reschke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: oak-dev@jackrabbit.apache.org Subject: Re: buildbot failure in ASF Buildbot on oak-trunk References: <20140206142834.E6FEBC002D@aegis.apache.org> <52F39EF5.1030602@apache.org> In-Reply-To: <52F39EF5.1030602@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:Iy2WQ9ir9t+U9syvoXUSPcmVzAnPdphG6+s+RifQZCl3NKfjfrt y/pHQlo795LccSFPCgxM/NUe2ZPBrLeYpnp0iMqOjCYWvasNhj4g0ik3P45xqe2Q4F21XQR TVTUaPhRp33wIsAY46JAHay0V1ZXFq6l081KZzL/7euxSaFnR1hudH5H2d1wEqOJCu+SrUM 8BYRNAxrb5F3BDvIKo5rA== X-Virus-Checked: Checked by ClamAV on apache.org On 2014-02-06 15:40, Michael Dürig wrote: > > This is due to buildbot not resolving upstream changes from Jackrabbit > 2.8-SNAPSHOT. Should fix itself within the next day. > > If the build breaks for you locally make sure you have the latest > changes from jackrabbit-jcr-commons. > ... Indeed; that fixed my local build. Thanks!