From 5d01abb1fa4b8fe276c984d085f34cb5f6cdf63f Mon Sep 17 00:00:00 2001 From: lkuehne Date: Sun, 24 Feb 2002 15:56:22 +0000 Subject: [PATCH] added documentation for anttasks.properties --- docs/anttask.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/anttask.html b/docs/anttask.html index 2871d064f..97fb1667d 100644 --- a/docs/anttask.html +++ b/docs/anttask.html @@ -26,6 +26,10 @@ This task is included in the checkstyle distribution.

<taskdef name="checkstyle" classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"/> +

Alternatively, since checkstyle version 2.1 you can use taskdef's resource attribute:

+
+  <taskdef resource="anttasks.properties"/>
+

Parameters