Automating Flex Compilation Using ANT
Sunday, June 15th, 2008When we first started developing Flex applications for clients when the time would come to send the SWF over, I would build the application in Flex Builder and send off the generated SWF. This got the job done, but it imposed a few limitations since I was the only Flex developer in our office:
- I was the only one that knew how to compile the application
- If someone else wanted to try to compile the application, they’d have to install Flex Builder
After reading a blog post by Marc Hughes I realized it was time we put in place a more versatile environment for building Flex applications.