Archive for November 19th, 2007
Little Continuous Integration with Growl Notifier
Monday, November 19th, 2007 | Fun, Java, Mac, OSX, Programming, debug, freeware, opensource | 2 Comments
Are you tired to run ant scripts and wait for tests results whenever you change some source file? Yes, me too, basically I got autotest’s idea for ruby and Did it work for ant as well. Continually runs tests based on files you’ve changed improving feedback with a fancy Growl alert.
If you are a Java developer and works with ant (on mac of course) check out my bash script( and avoid cruise control for little stuf ) **see update
Change all images paths on the script, put the script in your project folder and execute it
remember you need unit tests to use this script properly.


If you have some idea on how to improve it, let me know
** now hosted at github
git clone git://github.com/fmeyer/autotestmac.git