Tools for developing Sysiphus

Development tools

Build tools

Checkstyle

We are using Checkstyle, a static code analysis tool, to analyze our code base and generate reports. Checkstyle should be used during development by using the Eclipse Checkstyle Plug-in and is integrated in our continuous build process. The Eclipse Checkstyle Plugin update url is http://eclipse-cs.sourceforge.net/update. The Eclipse Plug-in should enforce developers to meet the Sysiphus style guidelines while the build process generates a report that is published on the website. The style guidelines are defined in the http://sysiphus.org/developer/sysiphus_check.xml file.