First let me introduce myself. My name is Joshua Garnett. I joined Adobe last fall as a Computer Scientist on the Flash Platform Services Team. I’m currently working on the InMarket app distribution service. If you’re an app developer and looking to simplify your deployment process, you should definitely check it out.
Now on to the actual reason behind this post. Recently I was tasked with getting FlexUnit tests to run in our CI environment. There is a lot of documentation out there on how to get things up and running on Hudson, but I wasn’t able to find a fool-proof method for those of us who just want to use an ant build script to run the tests. This is a brief summary of the items that need to be setup and installed in order to do just that.
Here is the software that I ended up using:
- CentOS 5.5
- Flex 3.5.0.12683 SDK
- Ant 1.7.0
- FlexUnit 4.1 RC2 for Flex 3.5 – Note, I ran into issues getting things working with FlexUnit 4.0, that is why I ended up using the RC for Flex 4.1
