Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 3937A111CE for ; Tue, 17 Jun 2014 19:09:53 +0000 (UTC) Received: (qmail 73995 invoked by uid 500); 17 Jun 2014 19:09:52 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 73954 invoked by uid 500); 17 Jun 2014 19:09:52 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 73942 invoked by uid 99); 17 Jun 2014 19:09:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 19:09:52 +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 billie.rinaldi@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 19:09:49 +0000 Received: by mail-qa0-f41.google.com with SMTP id cm18so9755493qab.28 for ; Tue, 17 Jun 2014 12:09:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FdmIr/VWuOb1gFfgwrdHTMri3pTcNZLiSO67VLQmh1s=; b=oJXoZzd+T++m9UhDbfttnr27MujZepzEZhz37gsZJjtjIgHcw8ioPz0aaVNQ1lcxYK b1KGtMXmGZ53S6Sy0tbLSSZcasqvmxSR6lxXfjxKkZxUNKaXa5LIjAya2ujpGcAhkgDt C09sj6AjNFBoi8JxJNs4OjgMf7JBir5UWZgCo3S3qymc0ZqoM9yX6Or9Ud8qVXnBLsGH 3hDymcsjxZDhiqHkvh/NYyETLkM/RKPqt+gmdQW8B1uGB2tH55T0BywCtSsSQHf6QWmx yyIWFwPCRabqXuUbQZswjg4qDWb4aclfS/+jkN2hM3lFOPzDK3VaiIEiHiMrjCST0GSl gyJw== MIME-Version: 1.0 X-Received: by 10.224.135.132 with SMTP id n4mr41092579qat.23.1403032165717; Tue, 17 Jun 2014 12:09:25 -0700 (PDT) Received: by 10.140.26.229 with HTTP; Tue, 17 Jun 2014 12:09:25 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Jun 2014 12:09:25 -0700 Message-ID: Subject: Re: moving rat to a profile? From: Billie Rinaldi To: Accumulo Dev List Content-Type: multipart/alternative; boundary=001a11c29df0d89d0304fc0ce13f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c29df0d89d0304fc0ce13f Content-Type: text/plain; charset=UTF-8 I'm not thrilled about turning it off by default. How about putting it in a profile that would be enabled by default, but could be disabled with a flag for those who don't understand why it's failing? On Tue, Jun 17, 2014 at 11:44 AM, Sean Busbey wrote: > I've had a few different new-to-Accumulo contributors recently run into the > issue of Rat failing the build after changing branches. > > I know we already have a warning about this[1], but AFAICT it's over the > threshold for consumable information. > > Even after pointing people to the warning, the existing workaround tripped > up atleast one of them. Despite the warning about using "git clean," the > destruction of their local IDE changes were surprising. > > For contributions to Accumulo that aren't coming from committers, the Rat > plugin seems much more likely to give a false positive than to catch an > error. Additionally, whatever committer is reviewing the contribution > should be checking for license compliance anyways. > > In the interests of reducing the surprise for new contributors, I'd like to > move our use of Rat to a profile that is only default enabled during a > release run. > > The profile would still let those who want rat to run on every build to > enable it and we could update the guide for handling new contributions to > say committers should enable the rat profile to help guard against errors. > > Any objections? > > [1]: http://accumulo.apache.org/source.html#running-a-build > > -- > Sean > --001a11c29df0d89d0304fc0ce13f--