Fix up references to the new ALL jar.
This commit is contained in:
parent
4218884ee8
commit
d4b59341fc
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<p>
|
||||
The easiest way is to include <span
|
||||
class="default">checkstyle-all-${projectVersion}.jar</span> in the
|
||||
class="default">checkstyle-${projectVersion}-all.jar</span> in the
|
||||
classpath. This contains all the classes required to run
|
||||
Checkstyle. Alternatively, you must include the following in the
|
||||
classpath:
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<source>
|
||||
<taskdef resource="checkstyletask.properties"
|
||||
classpath="/path/to/checkstyle-all-${projectVersion}.jar"/>
|
||||
classpath="/path/to/checkstyle-${projectVersion}-all.jar"/>
|
||||
</source>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<section name="Installation">
|
||||
<p>
|
||||
The easiest way is to include <span
|
||||
class="default">checkstyle-all-${projectVersion}.jar</span> in the
|
||||
class="default">checkstyle-${projectVersion}-all.jar</span> in the
|
||||
classpath. If you are running JDK 5.0 this contains all the classes
|
||||
required to run Checkstyle. Alternatively, you must include the
|
||||
following in the classpath:
|
||||
|
|
@ -200,7 +200,7 @@ java com.puppycrawl.tools.checkstyle.Main -c docs/sun_checks.xml \
|
|||
</p>
|
||||
|
||||
<source>
|
||||
java -jar checkstyle-all-${projectVersion}.jar \
|
||||
java -jar checkstyle-${projectVersion}-all.jar \
|
||||
-c docs/sun_checks.xml Check.java
|
||||
</source>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
source file. To run it type
|
||||
</p>
|
||||
<source>
|
||||
java -classpath checkstyle-all-${projectVersion}.jar \
|
||||
java -classpath checkstyle-${projectVersion}-all.jar \
|
||||
com.puppycrawl.tools.checkstyle.gui.Main
|
||||
</source>
|
||||
|
||||
|
|
@ -416,7 +416,7 @@ public class MethodLimitCheck extends Check
|
|||
</p>
|
||||
|
||||
<source>
|
||||
java -classpath mycompanychecks.jar:checkstyle-all-${projectVersion}.jar \
|
||||
java -classpath mycompanychecks.jar:checkstyle-${projectVersion}-all.jar \
|
||||
com.puppycrawl.tools.checkstyle.Main \
|
||||
-c config.xml -r .
|
||||
</source>
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ Audit finished. Total errors: 1
|
|||
<p>
|
||||
The easiest way to use <span
|
||||
class="code">CommonsLoggingListener</span> is to include <span
|
||||
class="default">checkstyle-all-${projectVersion}.jar</span>
|
||||
class="default">checkstyle-${projectVersion}-all.jar</span>
|
||||
in the classpath because that jar file contains all the Commons
|
||||
Logging classes. The default Log under J2SE 1.4 is wrapper
|
||||
class <a
|
||||
|
|
|
|||
Loading…
Reference in New Issue