Return-Path: X-Original-To: apmail-directmemory-dev-archive@www.apache.org Delivered-To: apmail-directmemory-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 48F0B100C9 for ; Thu, 12 Sep 2013 12:03:00 +0000 (UTC) Received: (qmail 80227 invoked by uid 500); 12 Sep 2013 12:03:00 -0000 Delivered-To: apmail-directmemory-dev-archive@directmemory.apache.org Received: (qmail 80149 invoked by uid 500); 12 Sep 2013 12:02:59 -0000 Mailing-List: contact dev-help@directmemory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directmemory.apache.org Delivered-To: mailing list dev@directmemory.apache.org Received: (qmail 80135 invoked by uid 99); 12 Sep 2013 12:02:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 12:02:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeffmaury@gmail.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-la0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 12:02:53 +0000 Received: by mail-la0-f54.google.com with SMTP id ea20so8501521lab.41 for ; Thu, 12 Sep 2013 05:02:32 -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:from:date:message-id :subject:to:content-type; bh=4eWsnyfR3xu1DUU+1cXEwpICMcbmVL/SUfUoqMigaEU=; b=GztZVNUNoIet0VAqWzoxPCttc/OlBMSaVhDhsOl08EZTgrVxT7IjjPoBTL1+p4yvA1 CHt31Z8rWvVk2x9nHjrsmnC7+IEkanLRYts9SqEoYoLh5a6yazo6YKBuHCihsNsLItWE 1sjWHviBnKWEq4JsHQ6Y2C/x/nn0mK9xUlvA+hf1FLlpznkSfb5vN0xSXwnqR5Sr8lLO kCGUoeYQJk9yGSMtWzoQYhHDCZx7ji6jgH/DsMdyHHdCeZeUk3m+zVXLuyF2UBr+wLdE RhdqxOhrlBPrbnRo6tOsJAhmCjJLGHzvbP44XqJVbkUNuHuJzzulaxQ/Yl+ebg5R3Xqf R8pA== X-Received: by 10.112.72.229 with SMTP id g5mr7198337lbv.10.1378987352226; Thu, 12 Sep 2013 05:02:32 -0700 (PDT) MIME-Version: 1.0 Sender: jeffmaury@gmail.com Received: by 10.114.82.196 with HTTP; Thu, 12 Sep 2013 05:01:52 -0700 (PDT) In-Reply-To: References: From: Jeff MAURY Date: Thu, 12 Sep 2013 14:01:52 +0200 X-Google-Sender-Auth: 2lPO8nOG5vWU1NdKZlJtO3Q8Lmo Message-ID: Subject: Re: [VOTE] Apache DirectMemory 0.2 To: "dev@directmemory.apache.org" Content-Type: multipart/alternative; boundary=001a11c238e84781c804e62e8386 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c238e84781c804e62e8386 Content-Type: text/plain; charset=ISO-8859-1 Forget about the RAT problem I had. This was due to the fact that I build with an empty local Maven repository that was a sub folder of the direct memory folder so RAT was analysing it as well. I located it elsewhere and this is ok now. I let you know for the site phase. Jeff On Thu, Sep 12, 2013 at 1:16 PM, Olivier Lamy wrote: > On 12 September 2013 19:37, Jeff MAURY wrote: > > You must add the staging repo as part of your Maven conf to get the > parent > > POM to be resolved. > > Yup parent pom is part of this release so staging repo must be used > > > On my side, I had two problems buiding the source: > > 1) mvn install -Prelease fails with rat check failure > > Please provide output as it works for me here. > > > 2) mvn site fails with parent pom resolution failure > > same (IWOMM too :-) ) > > > > > Jeff > > > > > > On Thu, Sep 12, 2013 at 11:16 AM, Tommaso Teofili < > tommaso.teofili@gmail.com > >> wrote: > > > >> Hi all, > >> > >> I tried to download and build the src package but it seems we should > >> release the parent first? > >> I'm asking this because I got: > >> > >> Non-resolvable parent POM: Failure to find > >> org.apache.directmemory:directmemory-parent:pom:1 in > >> http://repo.maven.apache.org/maven2 was cached in the local repository, > >> resolution will not be reattempted until the update interval of central > has > >> elapsed or updates are forced and 'parent.relativePath' points at no > local > >> POM @ line 23, column 11 -> [Help 2] > >> > >> Is it me doing something wrong? > >> Regards, > >> Tommaso > >> > >> > >> > >> 2013/9/12 Tommaso Teofili > >> > >> > thanks Chetan, that's right, done :) > >> > Tommaso > >> > > >> > p.s.: > >> > will check RC later today > >> > > >> > 2013/9/12 Chetan Mehrotra > >> > > >> >> Just a minor check I do not see [1] as part of release notes. > Possibly > >> >> the fixed version needs to be set. > >> >> > >> >> [1] https://issues.apache.org/jira/browse/DIRECTMEMORY-131 > >> >> Chetan Mehrotra > >> >> > >> >> > >> >> On Thu, Sep 12, 2013 at 1:55 PM, Olivier Lamy > wrote: > >> >> > Hi, > >> >> > > >> >> > I'd like to release Apache DirectMemory 0.2 > >> >> > > >> >> > Maven Staging repository available here: > >> >> > > >> >> > >> > https://repository.apache.org/content/repositories/orgapachedirectmemory-028/ > >> >> > > >> >> > Release sources: > >> >> https://dist.apache.org/repos/dist/dev/directmemory/0.2/ > >> >> > > >> >> > Release notes: > >> >> http://directmemory.apache.org/releases/release-notes-0.2.html > >> >> > > >> >> > [+1]: Yeahh release it > >> >> > [0]: I don't care > >> >> > [-1]: Something is really broken (please explain) > >> >> > > >> >> > Vote open for 72H: please cast your vote. > >> >> > > >> >> > Cheers > >> >> > -- > >> >> > Olivier Lamy > >> >> > Ecetera: http://ecetera.com.au > >> >> > http://twitter.com/olamy | http://linkedin.com/in/olamy > >> >> > >> > > >> > > >> > > > > > > > > -- > > Jeff MAURY > > > > > > "Legacy code" often differs from its suggested alternative by actually > > working and scaling. > > - Bjarne Stroustrup > > > > http://www.jeffmaury.com > > http://riadiscuss.jeffmaury.com > > http://www.twitter.com/jeffmaury > > > > -- > Olivier Lamy > Ecetera: http://ecetera.com.au > http://twitter.com/olamy | http://linkedin.com/in/olamy > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury --001a11c238e84781c804e62e8386--