Fix up references to the new ALL jar.

This commit is contained in:
Oliver Burn 2010-09-21 06:36:31 +00:00
parent 4218884ee8
commit d4b59341fc
4 changed files with 7 additions and 7 deletions

View File

@ -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>
&lt;taskdef resource=&quot;checkstyletask.properties&quot;
classpath=&quot;/path/to/checkstyle-all-${projectVersion}.jar&quot;/&gt;
classpath=&quot;/path/to/checkstyle-${projectVersion}-all.jar&quot;/&gt;
</source>
<p>

View File

@ -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>

View File

@ -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>

View File

@ -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