Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 C61D91072F for ; Fri, 25 Jul 2014 17:58:16 +0000 (UTC) Received: (qmail 52353 invoked by uid 500); 25 Jul 2014 17:58:16 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 52323 invoked by uid 500); 25 Jul 2014 17:58:16 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 52308 invoked by uid 99); 25 Jul 2014 17:58:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 17:58:16 +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 (nike.apache.org: domain of martin.harris@cloudsoftcorp.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 17:58:13 +0000 Received: by mail-ie0-f176.google.com with SMTP id tr6so4065559ieb.21 for ; Fri, 25 Jul 2014 10:57:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cloudsoftcorp.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OLyL8xiV4lXRwcbu1I1YXy92n1YtkFV+LfpEiqvIxGI=; b=J8NqRXfafopSnBr6+F8Bu3spkVE3OLd83xMdjDo8B3fWiZib0fzWWw8F4u2japdPBc VtTkUUteI+0t7VhWPmuC1ZbLXTufeRiL+rqy75TefYrJr+KE9o6Gqlr/04RmcPjCVyBs Ebxieplhq+xHfv8LYZlW95scBv8utxe8s4yaQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=OLyL8xiV4lXRwcbu1I1YXy92n1YtkFV+LfpEiqvIxGI=; b=iHv7TTn/D2wNXhYAOADtf1J1hEwvCFtLdIZwC+oYeeAbT3wJSCmTgb0qv1evfDxFX5 QTrlpIp25RwSGoIKGwsLgOU5pRRpKnHbCrYvS/G4Sqv/dOJnspF9927mwUluSgvfzAJ8 2gRtusGvi5xh65bmCCgAWSVtYXxHRySMA/GcTdRsUG+cUPbycUmTOMtrQd9BelaO2Cch aIOXF7rbJdMYPZqpK48PRWghBlBtLBbM/XaPDqC8ceY92or2rrI0diwdKQh04KaUVqBR oqCHoBcIXDHYzKcI/s5WFnyeJYZQLP+p4kNoTqLzz3EZ5aUHJ1euPyKgqJEE5a0IPEOS 5yew== X-Gm-Message-State: ALoCoQmeVU0OHC7a9UF5T/pvbbarZxLDfsejTHDboOcXssEzR5FcsH0rhSdDHIIpX6Kh45NoKAJ5 MIME-Version: 1.0 X-Received: by 10.50.18.82 with SMTP id u18mr7877258igd.46.1406311068504; Fri, 25 Jul 2014 10:57:48 -0700 (PDT) Received: by 10.50.243.38 with HTTP; Fri, 25 Jul 2014 10:57:48 -0700 (PDT) Received: by 10.50.243.38 with HTTP; Fri, 25 Jul 2014 10:57:48 -0700 (PDT) In-Reply-To: <53D29890.2070107@CloudsoftCorp.com> References: <20140725164627.35A729B5156@tyr.zones.apache.org> <53D29890.2070107@CloudsoftCorp.com> Date: Fri, 25 Jul 2014 18:57:48 +0100 Message-ID: Subject: Re: [brooklyn] clean your project to avoid the rat From: Martin Harris To: dev@brooklyn.incubator.apache.org Content-Type: multipart/alternative; boundary=089e01495106aeb07204ff084f91 X-Virus-Checked: Checked by ClamAV on apache.org --089e01495106aeb07204ff084f91 Content-Type: text/plain; charset=UTF-8 Sadly there's no integration between Rat and .gitignore It could be configured to ignore /target though Cheers M On 25 Jul 2014 18:49, "Alex Heneveld" wrote: > > Hi folks, > > When you pull down the change below (removal of whirr) you may find that > the maven build fails due to rat errors in leftover target directories. > You can fix this with a: > > git clean -df > > Is there is any way to have RAT ignore any folder that git ignores? > > I've opened a PR to the docs to help people if they hit RAT errors. [1] > > Best > Alex > > [1] https://github.com/apache/incubator-brooklyn/pull/97 > > > On 25/07/2014 12:46, asfgit wrote: > >> Github user asfgit closed the pull request at: >> >> https://github.com/apache/incubator-brooklyn/pull/86 >> >> >> --- >> If your project is set up for it, you can reply to this email and have >> your >> reply appear on GitHub as well. If your project does not have this feature >> enabled and wishes so, or if the feature is enabled but not working, >> please >> contact infrastructure at infrastructure@apache.org or file a JIRA ticket >> with INFRA. >> --- >> > > --089e01495106aeb07204ff084f91--