Building AIR with FDT
It’s been a while, but I had some spare moments lately to testdrive both FDT and the latest beta of AIR.
The cool thing about FDT is that it enables you to develop, test and package AIR applications straight from the Eclipse IDE. This process is explained in detail on the Powerflasher site. However, the Ant build script provided there does not work with the latest version of the Flex 3 SDK.

I corrected the XML build file and tried to post the corrections on the Powerflasher site. Unfortunately, their CMS filters comments quite rigorously, so my corrections never actually appeared there.
So, if you are interested in developing AIR with FDT, first follow the instructions on the Powerflasher blog and then use this Build_AIR.xml file for testing and packaging your project. Enjoy!
Please make sure you double check he SDK path properties in the XML file and the certificate properties you wish to use. For instance, I work on a Mac, so, if you work on Windows, make sure you add .exe to the name of the Air debug launcher:
<property name="adl" value="${sdk_dir}/bin/adl" />
into
<property name="adl" value="${sdk_dir}/bin/adl.exe" />

April 9th, 2008 at 10:38
Martijn de Visser,
You Rock!!! Thanks for posting this man. Massive! This post saved me some time setting up my new coding environment in FDT. Reespek!
Cheers,
Sam