I have a Flex Builder workspace with a number of actionscript projects in it - they all fit together into the same application and I am getting to the point where I want to put together a build that can be released ‘live’ for beta testing. I understand that I need to use Export Release Build to produce an optimised version of the code, but is there a way to do all my projects with one click?
From what I can see I have to do a build for each project, and as I have quite a few this is going to be a very manual process (and especially so if I then need to rerelease frequently whilst in beta testing phase).
Is there a way to automate this process and batch build all my projects in one click?