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 45DCAD6C1 for ; Mon, 27 Aug 2012 21:50:59 +0000 (UTC) Received: (qmail 94241 invoked by uid 500); 27 Aug 2012 21:50:58 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 94033 invoked by uid 500); 27 Aug 2012 21:50:58 -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 94024 invoked by uid 99); 27 Aug 2012 21:50:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 21:50:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [89.1.8.213] (HELO cc-smtpout3.netcologne.de) (89.1.8.213) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 21:50:50 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id D4BCC125F9; Mon, 27 Aug 2012 23:50:27 +0200 (CEST) Received: from james.intern (xdsl-78-34-222-62.netcologne.de [78.34.222.62]) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA id A90B511D9B; Mon, 27 Aug 2012 23:50:26 +0200 (CEST) Date: Mon, 27 Aug 2012 23:50:25 +0200 From: Christian Hammers To: "Commons Developers List" Cc: garydgregory@gmail.com Subject: Re: [Codec] Next Commons-Codec release? Message-ID: <20120827235025.172dd882@james.intern> In-Reply-To: References: <20120524110000.39d65ba2@sys-251.netcologne.de> <20120815210110.0b6cf796@james.intern> <502E9225.8050800@gmail.com> <5032A074.5020907@gmail.com> <5032ADCD.6050002@gmail.com> <5033F495.8090706@gmail.com> <50347AD9.5040909@gmail.com> <-5658534165078364893@unknownmsgid> <50368CFD.4050409@gmail.com> <20120826010927.1fdd0e96@james.intern> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am Mon, 27 Aug 2012 08:59:52 -0400 schrieb Gary Gregory : > On Sat, Aug 25, 2012 at 7:09 PM, Christian Hammers > wrote: > > > Hello > > > > Am Fri, 24 Aug 2012 09:28:55 -0400 > > schrieb Gary Gregory : > > > > > On Thu, Aug 23, 2012 at 4:05 PM, Thomas Neidhart > > > wrote: > > > > > > > On 08/22/2012 01:23 PM, Gary Gregory wrote: > > > > > > > > > I did the SVN update from E and the build from a Win7 command > > > > > line. > > > > > > > > Does it still not work for you? > > > > > > > > > Yes, it still happens, very weird. Are you building on Win? Is > > > this an OS-specific EOL thing? Unix vs. DOS? Arg. > > > > I found the cause of the "Missing a header - not enough > > lines in file." checkstyle errors: the checkstyle.xml says: > > > > > > > > but you define the header as property "headerFile" to the checkstyle > > module and not as POM property. So either remove the above line > > (untested) or apply the following patch (tested): > > > > Index: pom.xml > > =================================================================== > > --- pom.xml (Revision 1377365) > > +++ pom.xml (Arbeitskopie) > > @@ -208,6 +208,7 @@ > > UTF-8 > > > > UTF-8 > > UTF-8 > > + > > > > ${basedir}/LICENSE-header.txt > > > > > > @@ -272,7 +273,6 @@ > > > > ${basedir}/checkstyle.xml > > false > > - ${basedir}/LICENSE-header.txt > > > > > > > > > > > Weird, the trunk code is already like that (expect the extra blank > line). > > Gary You meant "except" instead of "expect", right? The format of the diff is messed up, the first block does not add a blank line but the following "" line. At least in the current trunk r1377882 the header file location is still in the and not in the block. bye, -christian- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org