Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Mayflower Blog:
Cinder now available at Mayflower Open Source Labs
Dec 24, 2010 @ 15:50:05

On the Mayflower blog today there's a new post about an extension that's been released for Eclipse environments that lets you work with the error output from your continuous integration server right in the IDE.

Cinder is a plug-in for your eclipse-based IDE (eclipse, Zend Studio, etc.) to display results of your Continuous Integration environment right inside your IDE. [...] You open the XML file containing the errors and warnings of your build (for us that's typically the PHP_CodeBrowser XML generated by a Hudson build) and get an overview of reports. Now you can sort them, categorize them and work on them in any order. Cinder can grab these files periodically if you make them available via http or on a filesystem.

They've included two screenshots with the list of errors and the panel showing the specific problem directly in the code.

tagged: cinder eclipse plugin opensource continuousintegration error

Link:


Trending Topics: