From 1f75455b6a83a6944ef5bf69ae964e4155ac86f7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 20 Jun 2001 07:44:01 +0000 Subject: [PATCH] Add pointer to Oliver Burn's Checkstyle git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269207 13f79535-47bb-0310-9956-ffa450edef68 --- webpage/docs/external.html | 75 ++++++++++++++++++++++++++++++++++++++ webpage/xdocs/external.xml | 30 +++++++++++++++ 2 files changed, 105 insertions(+) diff --git a/webpage/docs/external.html b/webpage/docs/external.html index 4e51cde84..8c53ec08e 100644 --- a/webpage/docs/external.html +++ b/webpage/docs/external.html @@ -247,6 +247,81 @@ + + + +
+ + Checkstyle + +
+
+

Checkstyle is a development tool to help programmers write + Java code that adheres to a coding standard. Its purpose is to + automate the process of checking Java code, and to spare + humans of this boring (but important) task.

+

Checkstyle can be run via an ANT task or a command line + utility.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.2 and 1.3 + +
+ + URL: + + + + http://www.puppycrawl.com/checkstyle + +
+ + Contact: + + + + Oliver Burn + +
+ + License: + + + + GNU General Public License + +
+
+
diff --git a/webpage/xdocs/external.xml b/webpage/xdocs/external.xml index 8e589b7a6..b169d1075 100644 --- a/webpage/xdocs/external.xml +++ b/webpage/xdocs/external.xml @@ -73,6 +73,36 @@
+ + +

Checkstyle is a development tool to help programmers write + Java code that adheres to a coding standard. Its purpose is to + automate the process of checking Java code, and to spare + humans of this boring (but important) task.

+ +

Checkstyle can be run via an ANT task or a command line + utility.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.2 and 1.3
URL:http://www.puppycrawl.com/checkstyle
Contact:Oliver Burn
License:GNU General Public License
+
+

Recursive build support (call ant on every package level,