Skip to content

Commit

Permalink
write a bit README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Burkhardt committed Oct 1, 2009
1 parent 7b3f05f commit 16eef53
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
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

0 comments on commit 16eef53

Please sign in to comment.