Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-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 C44B0E729 for ; Wed, 23 Jan 2013 14:43:21 +0000 (UTC) Received: (qmail 53339 invoked by uid 500); 23 Jan 2013 14:43:21 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 53258 invoked by uid 500); 23 Jan 2013 14:43:21 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 53245 invoked by uid 99); 23 Jan 2013 14:43:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 14:43:21 +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: domain of sebbaz@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-wi0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 14:43:13 +0000 Received: by mail-wi0-f180.google.com with SMTP id hj13so779733wib.13 for ; Wed, 23 Jan 2013 06:42:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Js+2n0UqX9RNTZQEdeYqAfe6bUgyVjZmMLwvx8FEhjY=; b=Sew8X39Q0moO3XrI15bS+Bc+Kg0Ovpc+yTco66JpxMoxQ/FLecZ8BkB0frTA+n2xhu 2q7PKDyZVrUFj86gKHDBcLMDpPgUc38VtRCdACtJT71RtV9vMQROf2mk9zTfsS+AreDe gaBz4QrMqSi+dSt009wus4cwUSBju/1N1MW3TQ3x7LCV3H+vZrAr7p8meVgiulpQ0x39 ojRpOZ1H2kZ008QghKsdCVO+GUXIXchVVBK/VHLbtGpOFxVIpM9tEmvh0mRGZW1KuP7T AmxFC8rYTy82XkNRx5pUJgTKDfZsn3dUiZWGN958eXxBvpOBS53Dq8/V+6b/ypR7s+3W U2ZQ== MIME-Version: 1.0 X-Received: by 10.180.102.170 with SMTP id fp10mr27653509wib.13.1358952171691; Wed, 23 Jan 2013 06:42:51 -0800 (PST) Received: by 10.194.234.164 with HTTP; Wed, 23 Jan 2013 06:42:51 -0800 (PST) In-Reply-To: <1358950486.10060.4.camel@ubuntu> References: <1358950486.10060.4.camel@ubuntu> Date: Wed, 23 Jan 2013 14:42:51 +0000 Message-ID: Subject: Re: Continuum build failures - checkstyle From: sebb To: HttpComponents Project Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 23 January 2013 14:14, Oleg Kalnichevski wrote: > On Wed, 2013-01-23 at 13:57 +0000, sebb wrote: >> The CI builds all seem to be failing with: >> >> Embedded error: Failed during checkstyle execution >> Could not find resource 'hc-checkstyle.xml'. >> >> As far as I can tell, that is because checkstyle is running in the >> modules as well as at top-level, but the files are only at top-level. >> >> Do we want that to happen? >> If so, either the files need to be duplicated, or there needs to be a >> way to reference the file from both checkstyle runs. >> > > Upgrade to Maven 3.0.3 should fix the problem. Done for Continuum, and the problem is fixed. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org