From 792d22a4a1243a181e33542159e2e4127b63a677 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 12 Sep 2003 14:43:52 +0000 Subject: [PATCH] document the buildfile (target and project level) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275229 13f79535-47bb-0310-9956-ffa450edef68 --- check.xml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/check.xml b/check.xml index f76e665b3..925511765 100755 --- a/check.xml +++ b/check.xml @@ -1,6 +1,22 @@ + + Check Ants codebase against certain code styleguid rules using + checkstyle and simian. + + Checkstyle uses an abstract syntax tree (AST) for doing checks + against java sources. It is available at http://checkstyle.sourceforge.net/ + under GPL 2.1 license. + + "Simian (Similarity Analyser) identifies duplication in Java, C#, C, + CPP, COBOL, JSP, HTML source code and even plain text files." + It is available at http://www.redhillconsulting.com.au/products/simian/ + and is for free use in open source projects. + + See external task page and homepages for more information. + + @@ -17,10 +33,10 @@ + - + - @@ -31,7 +47,7 @@ - + - + - + - + - + -