As one of our projects have a focus on home automation, an office automation setup of the project, like this, would be very cool. Very much configurable with Hudson. It lights lava lamps based on the status of the Hudson RSS feed- if the most recent of any builds fails, the red lamp will light; [...]
Here is a nice posting with code examples on how to do some asyncronous tests with FlexUnit and PureMVC. How would the same posting look like if changing from FlexUnit to Fluint? Or how would the same samples look like if you switched from TDD to BDD? Something TODO for me, or someone else who [...]
A very nice blogpost about how to configure FlexUnit and Ant with Hudson on a Linux machine has been posted here: http://www.blackpepper.co.uk/black-pepper-blog/Flex-unit-testing-and-continuous-integration-Part-2-of-2.html. The author of the article is using Peter Martin´s FlexAntTask. My case was slightly different, because I would like to run Hudson in a Windows (Vista) environment. In an earlier post I wrote [...]
How would you do if you want to add an image to the background of a piechart field? One smart way is to use the Degrafa framework. By using the BitmapFill class you can easy add any images to the PieSeries fill property. I have created a small sample demonstrating this, and the use of [...]