Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 19979 invoked from network); 22 Aug 2006 14:08:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Aug 2006 14:08:36 -0000 Received: (qmail 99607 invoked by uid 500); 22 Aug 2006 14:08:35 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 99550 invoked by uid 500); 22 Aug 2006 14:08:35 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 99539 invoked by uid 99); 22 Aug 2006 14:08:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 07:08:35 -0700 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 antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 22 Aug 2006 07:08:34 -0700 Received: (qmail 17866 invoked by uid 0); 22 Aug 2006 14:08:12 -0000 Received: from 66.28.87.10 by www024.gmx.net with HTTP; Tue, 22 Aug 2006 16:08:12 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Tue, 22 Aug 2006 16:08:12 +0200 From: "Antoine Levy-Lambert" In-Reply-To: <20060818200745.236181A981A@eris.apache.org> Message-ID: <20060822140812.192800@gmx.net> MIME-Version: 1.0 References: <20060818200745.236181A981A@eris.apache.org> Subject: Re: svn commit: r432709 - in /ant/core/trunk/src/main/org/apache/tools/ant: ./ launch/ taskdefs/ taskdefs/condition/ taskdefs/optional/ taskdefs/optional/dotnet/ types/ types/optional/ util/ To: "Ant Developers List" X-Authenticated: #22961642 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Jesse, what are the rules that you have implemented in your javadoc corrections ? I have had the impression that it was mostly whitespace changes. Ant can be "checked" with checkstyle. I do it in the following way : ant -f check.xml -lib[path to checkstyle jars] checkstyle htmlreport It would be cool if the "right" whitespace rules for javadoc could be entered in the file which governs how checkstyle works for us. This file is src/etc/checkstyle/checkstyle-config. Regards, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org