-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Burkhardt
committed
Oct 1, 2009
1 parent
7b3f05f
commit 16eef53
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
to develop just import project to eclipse with default settings | ||
|
||
to build the jar type | ||
ant | ||
|
||
to use copy JSR305Checkstyle-x.x.x.jar into your eclipse plugins directory or add it as compile lib to the classpath of the checkstyle task. | ||
|
||
add this to your checkstyle.xml | ||
<module name="Jsr305Annotations"> | ||
<property name="packages" value="your.package.path.to.check,another.package.path.to.check"/> | ||
</module> | ||
|
||
and enjoy |