Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 52460 invoked from network); 24 Sep 2008 12:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 12:40:03 -0000 Received: (qmail 45042 invoked by uid 500); 24 Sep 2008 12:40:00 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 45022 invoked by uid 500); 24 Sep 2008 12:39:59 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 44681 invoked by uid 99); 24 Sep 2008 12:39:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 05:39:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 12:38:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 64312238896D; Wed, 24 Sep 2008 05:39:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r698543 - /ant/core/trunk/check.xml Date: Wed, 24 Sep 2008 12:39:02 -0000 To: notifications@ant.apache.org From: jhm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080924123902.64312238896D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jhm Date: Wed Sep 24 05:39:02 2008 New Revision: 698543 URL: http://svn.apache.org/viewvc?rev=698543&view=rev Log: Dont require to have Checkstyle on the classpath - use Ivy to get it. Use the "init-ivy" target according to Ivy's tutorial. As this is not the main buildfile we could use the external library ivy.jar for help. Modified: ant/core/trunk/check.xml Modified: ant/core/trunk/check.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/check.xml?rev=698543&r1=698542&r2=698543&view=diff ============================================================================== --- ant/core/trunk/check.xml (original) +++ ant/core/trunk/check.xml Wed Sep 24 05:39:02 2008 @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Check Ants codebase against certain code styleguide rules using @@ -49,9 +49,27 @@ - + - + + + + + + + + + + + + + + + + + + @@ -63,10 +81,12 @@ - + + + out="${checkstyle.reportdir}/html/output.txt">