For the eclipse users out there, these are the instruction on how to
configure a checkstyle plugin inside your IDE:
- after restarting eclipse go to window->preferences->checkstyle.
Click on NEW and select "external configuration file" from the
dropdown and name the configuration "magnolia". Click on location and
select the "checkstyle.xml" file inside the magnolia project
directory. Click ok and close the preference window.
- Now right click on your magnolia project and select properties. In
the checkstyle tab select "checkstyle active...", "use simple
configuration", and choose "magnolia" from the check configuration
drop down.
- Now rebuilds your project: you should see a few thousands of new
warnings in the "problems" view (I recommend to set up the problem
view to only show problems "on selected resources and their children,
or you will get lost)
In its previous incarnation on JspWiki, this page was last edited on Feb 9, 2007 10:25:03 AM by Philipp