On this page we show some optional Eclipse customizations that you might find useful when setting up you developers enviorment.
Necessary plugins
- AJDT - http://www.eclipse.org/ajdt/ - AspectJ Development Tools
Plugins
- Checkstyle - http://eclipse-cs.sourceforge.net/downloads.html - Eclipse Checkstyle Plug-in v5.1.0
- Atlassian - http://update.atlassian.com/atlassian-eclipse-plugin/e3.6 - Atlassian Connector for Eclipse, Atlassian JIRA Connector, Atlassian Bamboo Integration
- EGit - oficjalne repozytorium Heliosa - Collaboration / Eclipse EGit
- PMD - http://pmd.sourceforge.net/eclipse - PMD for Eclipse 3
- Mylyn - oficjalne repozytorium Heliosa Mylyn - Mylyn Task ListAJDT - http://www.eclipse.org/ajdt/ - AspectJ Development Tools
Checkstyle configuration
- Go to Eclipse -> Preferences -> Checkstyle -> New ...
- Choose Project Relative Configuration, type in the name Qcadoo Checkstyle and choose the checkstyle.xml file from the projects main source directory
- Click OK
- Choose the new configuration and click Set as Default
- Click OK
- In the projects menu click on Checkstyle -> Activate Checkstyle
...