Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 E8EAD8C4E for ; Fri, 2 Sep 2011 00:19:06 +0000 (UTC) Received: (qmail 35803 invoked by uid 500); 2 Sep 2011 00:19:06 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 35664 invoked by uid 500); 2 Sep 2011 00:19:05 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 35652 invoked by uid 99); 2 Sep 2011 00:19:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 00:19:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of garydgregory@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 00:19:00 +0000 Received: by iagk10 with SMTP id k10so2868422iag.30 for ; Thu, 01 Sep 2011 17:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Df9rjmdWlSfi2oDy0RuAECERqOC2jivies5hryvdM4I=; b=Z+9DcyMaV46u/oFnHl+9TBZT4s6aN1Z8Ij6SPk/pZdeG84TRV7HSFKqwRRibScgpkR EAKnZFLSIvQ7/T5M0SS/IDY6O6ubTle3uAYXhe3eD7gXAGEDlSxxQm4tREPfAYYDM2vq 0992lyTxf90FN3Q61+dZuTP6grGhDs47TEe84= MIME-Version: 1.0 Received: by 10.42.131.197 with SMTP id a5mr356853ict.332.1314922719901; Thu, 01 Sep 2011 17:18:39 -0700 (PDT) Received: by 10.231.33.198 with HTTP; Thu, 1 Sep 2011 17:18:39 -0700 (PDT) In-Reply-To: References: <4E5D415D.2060203@oliver-heger.de> Date: Thu, 1 Sep 2011 20:18:39 -0400 Message-ID: Subject: Re: [VOTE] Release Commons Configuration 1.7 based on RC2 From: Gary Gregory To: Commons Developers List Content-Type: multipart/alternative; boundary=90e6ba6e87b8a0768104abea4d87 --90e6ba6e87b8a0768104abea4d87 Content-Type: text/plain; charset=UTF-8 On Thu, Sep 1, 2011 at 7:55 PM, sebb wrote: > On 1 September 2011 22:42, Gary Gregory wrote: > > On Thu, Sep 1, 2011 at 2:25 PM, sebb wrote: > > > >> On 30 August 2011 21:00, Oliver Heger > >> wrote: > >> > This is a vote to release Apache Commons Configuration 1.7 based on > the > >> 2nd > >> > RC. > >> > > >> > There have been the following changes since RC1: > >> > * The ant build file has been improved (many thanks to Phil!) > >> > * The release notes mention that the optional dependency to Commons > VFS > >> > requires Java 1.5+. The page listing runtime dependencies has been > >> updated > >> > correspondingly. > >> > * Minor improvements of the building page. > >> > > >> > Tag: > >> > > >> > http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_7RC2/ > >> > >> There are quite a few files without AL headers. > >> Some are generated Java files, which is OK, but there are some scripts > >> and other files which could and should have AL headers (assuming that > >> they are ASF files). > >> > >> For example: > >> > >> conf/digesterRules.xml > >> > > > > Why doesn't RAT catch this? > > The POM has been set up to exclude the conf directory tree; no idea > why as there is no comment in the POM. > Well, this sounds like a bug in the POM, no? Gary > > I used RAT, but not via Maven, so it did not exclude the conf files. > > > Gary > > > > > >> > >> If the file is very short (e.g. one-line css file) there is no need to > >> add the header. > >> > >> Not a blocker, but it does make checking releases harder: a lot of the > >> source files have > >> > >> @version $Revision: nnn $, $Date: xxx $ > >> > >> The Date field is Locale-dependent, so my checkout of the SVN tag does > >> not agree with the checkout you used to create the source archive. > >> > >> If you really want to see a date, use $Id: $; otherwise keep the > >> $Revision: $ and drop the $Date: $ > >> Thanks. > >> > >> > Distributions: http://people.apache.org/~oheger/configuration-1.7rc2/ > >> > > >> > Maven artifacts: > >> > http://people.apache.org/~oheger/configuration-1.7rc2/maven/ > >> > > >> > Site: http://people.apache.org/~oheger/configuration-1.7rc2/site/ > >> > >> Not a blocker, but the description uses Commons Configuration as a > >> noun; for trademark purposes it needs to be used as an adjective, at > >> least initially. > >> > >> For example: > >> > >> The Commons Configuration software library provides a generic > configuration > >> ... > >> > >> > [ ] +1 release it > >> > [ ] +0 go ahead I don't care > >> > [X] -1 no, do not release it because... > >> > >> Missing AL headers. > >> > >> Release otherwise looks OK, and builds/tests using Java 1.4 with Maven > >> 2.2.1. > >> > >> > Vote will remain open for 72 hours. > >> > > >> > Oliver > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> > For additional commands, e-mail: dev-help@commons.apache.org > >> > > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> > For additional commands, e-mail: dev-help@commons.apache.org > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> For additional commands, e-mail: dev-help@commons.apache.org > >> > >> > > > > > > -- > > Thank you, > > Gary > > > > http://garygregory.wordpress.com/ > > http://garygregory.com/ > > http://people.apache.org/~ggregory/ > > http://twitter.com/GaryGregory > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- Thank you, Gary http://garygregory.wordpress.com/ http://garygregory.com/ http://people.apache.org/~ggregory/ http://twitter.com/GaryGregory --90e6ba6e87b8a0768104abea4d87--