This task runs checkstyle over specified Java files. The task has been tested using ANT 1.4.1. The latest version of checkstyle can be found at http://checkstyle.sourceforge.net/. +
This task runs Checkstyle over specified Java files. The task has been tested using ANT 1.4.1. The latest version of checkstyle can be found at http://checkstyle.sourceforge.net/. This task is included in the checkstyle distribution.
The easiest way is to include checkstyle-all-2.2.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
+The easiest way is to include checkstyle-all-@CHECKSTYLE_VERSION@.jar in the classpath. This contains all the classes required to run Checkstyle. Alternatively, you must include the following in the classpath:
This document describes how to run checkstyle using the command line tool. The latest version of checkstyle can be found at @@ -16,9 +16,9 @@ This command line tool is included in the checkstyle distribution.
The easiest way is to include checkstyle-all-2.2.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
+The easiest way is to include checkstyle-all-@CHECKSTYLE_VERSION@.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
Author: Oliver Burn