How plugin to Eclipse my Checkstyle rule [message #49330] |
Fri, 08 April 2005 12:00 |
Eclipse User |
|
|
|
Originally posted by: frymi.wp.pl
Hi,
I wrote new checkstyle rule. I know it works becouse I tested it (TDD), I
created a .jar file with .class files and with messages.properities.
I can't plugin my rule to Eclipse - I don't know how do it ?
I tried chenge files: plugin.xml and DefaultChecks.xml, but it dosn't work.
I tested that rule also on the command line like that:
java -classpath myCheck.jar:checkstyle-all-4.0-beta1.jar
com.puppycrawl.tools.checkstyle.Main -c config.xml -r .
It shows wornings in lines where it have to shown (where my rule find bugs).
How import(plugin) my new rule to Eclipse ??
Sincerely,
KamilF
|
|
|
Powered by
FUDForum. Page generated in 0.06702 seconds