+ Or if you use Ant 1.6 and later and assuming that Checkstyle
+ is in the library search path, then you may use antlib feature
+ of Ant (see http://ant.apache.org/manual/CoreTypes/antlib.html
+ for more details). For example:
+
+
+
+<project name="foo" ...
+ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
+...
+ <cs:checkstyle>
+ ...
+ </cs:checkstyle>
+...
+</project>
+
+
diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 84b4f4fce..b192cae1b 100755
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -84,6 +84,9 @@
Applied patch 1340300 from David Dodini to update bcel
checks to be compilable with current Checkstyle's API.
+
+ Added antlib.xml to support new cool feature of Ant.
+