Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 9637 invoked from network); 19 Jan 2006 15:00:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 15:00:03 -0000 Received: (qmail 89952 invoked by uid 500); 19 Jan 2006 14:59:59 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 89902 invoked by uid 500); 19 Jan 2006 14:59:58 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 89891 invoked by uid 99); 19 Jan 2006 14:59:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 06:59:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wsmoak@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 06:59:58 -0800 Received: by wproxy.gmail.com with SMTP id i1so249951wra for ; Thu, 19 Jan 2006 06:59:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mpmOE4wtmZnZyZEcyUQG4Ojiue6Ou5CcgRq9vg8JYB0iY/lVN2squNcYRIFf3F9yaNcL3Wqj0EghnNGDumeWFtM1JnKYwkYUUe85L/WFVu/yLlevFbrmgKhTMqeZ78LvwowyTmFcxxNP9YvPoiINldjeacdQ/lNgFvc1kY4gwyM= Received: by 10.54.128.13 with SMTP id a13mr2620393wrd; Thu, 19 Jan 2006 06:59:37 -0800 (PST) Received: by 10.54.131.1 with HTTP; Thu, 19 Jan 2006 06:59:37 -0800 (PST) Message-ID: Date: Thu, 19 Jan 2006 07:59:37 -0700 From: Wendy Smoak To: Struts Developers List Subject: Re: Checkstyle (was svn commit: r360442 [1/3] ) In-Reply-To: <8b3ce3790601190603s6098dd95qb887d4b98a899a81@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8b3ce3790512311220k321a335dxa99f8b4943215344@mail.gmail.com> <8b3ce3790601171800x62952f62mc46c34632136887e@mail.gmail.com> <43CDB750.6000108@twdata.org> <8b3ce3790601171938r1a754723ne7463cde0440bd@mail.gmail.com> <43CDBBF7.9040705@twdata.org> <43CDC1E6.6070202@omnytex.com> <43CF27FA.5010501@omnytex.com> <8b3ce3790601190603s6098dd95qb887d4b98a899a81@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/19/06, Ted Husted wrote: > Did you have a chance to peek at the CheckStyle report? For Action > right now, we're seeing a brutal 4733 errors in 281 files. It dropped to 2810 errors in 281files, but I didn't look closely at what it changed. > Did you do anything else besides this, Wendy. Against a fresh > checkout, freshly built, I tried installing the plugin and running the > jalopy:format and jalopy targets, but a dependency seems to be > missing: Here's the screen history: Sorry, I ran 'maven jalopy' (which worked) before upgrading to the latest. Version 1.4 doesn't work for me, either. (It might be a Maven 1.1 plugin, though the release notes don't say that.) Try reverting to version 1.3.1 of the plugin which must have been bundled with Maven 1: maven plugin:download -Dmaven.repo.remote=3Dhttp://www.ibiblio.org/maven,http://cvs.apache.org= /repository/ -DgroupId=3Dmaven -DartifactId=3Dmaven-jalopy-plugin -Dversion=3D1.3.1 If that works we can declare it in project.xml to make sure everyone is on the same version. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org