As far as I can tell, the BlueJ CheckStyle plugin only
works with CheckStyle version 3.3; how difficult would
it be to upgrade it to compatibility with CheckStyle 4.1?
Hi Stephen --
The following seems to have worked for me at first blush. Pseudocode:
(a) Move a newer version of checkstyle-all-4.x.jar into bluej-extension-dir/checkstyle/
(b) In the checkstyle-extension source, edit 'config/manifest.mf'
so that "Class-Path" includes checkstyle/checkstyle-all-4.x.jar
(c) Then rebuild checkstyle-extension.jar ('ant -f build.xml build.bindist').
(d) Move your rebuilt checkstyle-extension.jar into the bluej-extension-dir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Hi Stephen --
The following seems to have worked for me at first blush. Pseudocode:
(a) Move a newer version of checkstyle-all-4.x.jar into bluej-extension-dir/checkstyle/
(b) In the checkstyle-extension source, edit 'config/manifest.mf'
so that "Class-Path" includes checkstyle/checkstyle-all-4.x.jar
(c) Then rebuild checkstyle-extension.jar ('ant -f build.xml build.bindist').
(d) Move your rebuilt checkstyle-extension.jar into the bluej-extension-dir