Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-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 2BF1674B3 for ; Mon, 12 Sep 2011 12:35:56 +0000 (UTC) Received: (qmail 7655 invoked by uid 500); 12 Sep 2011 12:35:54 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 7419 invoked by uid 500); 12 Sep 2011 12:35:39 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 6641 invoked by uid 99); 12 Sep 2011 12:35:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2011 12:35:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [83.222.232.117] (HELO echo.justhostme.co.uk) (83.222.232.117) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2011 12:35:23 +0000 Received: from 82-69-1-248.dsl.in-addr.zen.co.uk ([82.69.1.248] helo=[192.168.1.33]) by echo.justhostme.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1R35j3-0004o2-Gq for jena-dev@incubator.apache.org; Mon, 12 Sep 2011 13:35:01 +0100 Message-ID: <4E6DFC72.90209@epimorphics.com> Date: Mon, 12 Sep 2011 13:34:58 +0100 From: Andy Seaborne User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: Build experiments -- help wanted References: <4E67BCDE.3040607@gmail.com> <4E6DF7FA.6080105@epimorphics.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - echo.justhostme.co.uk X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epimorphics.com On 12/09/11 13:20, Benson Margulies wrote: > It's common for Apache projects to publish some exported Eclipse > settings for indentation and the like, and do likewise for other IDEs. > In other words, a good goal is to be IDE-agnostic. and warnings settings. Experience has shown me that doing a release with zero warnings is less error prone than one with warnings because some warnings are noise, and some matter. With any around, it's hard to spot a regression (yes - I've messed it up because of this). Andy