Are You Doing Continuous Integration with Flex?
I'm working up a new article for Flex Authority on Continuous Integration using Flex and was looking to see if anyone else out there was working with Hudson, Cruise Control or any of the other CI solutions for their projects. If you are, and would like to compare notes, please either comment below or email me - peter at this domain name.



As far as build goes Ant works well and keeps things simple, but the flex-mojos plugin for Maven is pretty nice and we use it at the office. If you want dependency management and don't want to use Maven however, Apache Ivy is just as good, just requires a bit more config. I did a preso at FlexCamp Miami about Flex and CI using Hudson, Ant, and fluint. I hope to have it online with my code soon, if it can help any.
Good luck with the article, if you have any questions, just let me know.
@Brian
That's good to hear about fluint. We'd like to start using it in the next month or two, and it would be great if it works with the rest of our stack.
I tried to make people aware of a way sending few emails
fwd copy here
http://groups.google.co.uk/group/flex-mojos/msg/a0...
but nobody (except a few) seemed that much more interested
Recently, I set up an Ubuntu Server 8.10 machine running Tomcat and setting up the new builds couldn't have been simpler. Lately, I've been writing custom assemblies which zip builds for download by clients... pretty neat.
Thanks,
Santosh