FDT Featured In Automating ActionScript Projects
Author and FDT fan Sidney de Koning has just completed a new book titled ‘Automating ActionScript Projects With Eclipse and Ant‘. It’s a short and sweet book that gives a nice introduction for anyone interested in integrating Eclipse & Ant into their Flash workflow. In this book, you’ll find various powerful Ant scripts as well [...]
@danny
Which version of FDT & Flex SDK are you using in your project?
yes i have the same issue as fintan… getting null pointer exception. i tried changing namespace to http://ns.adobe.com/air/application/3.1
Hey Fintan,
The FDT5 mobile templates won’t work with 4.6 out of the box. You’re right about the XML namespace. What you can do is edit the template your self! The templates are kept in your FDT folder in your home directory.
On OSX this may be hidden by default. Here’s some info to fix that:
http://tarastips.net/2011/05/show-hidden-library-folder-in-mac-osx-lion/
should the Flex 4.6 sdk work out of the box with the FDT5 mobile templates? I’ve tried it but the generated *-app.xml file points to the 2.6 namespace rather than 3.1 and I can get it to compile yet(java.lang.NullPointerException).
any help is appreciated
Fintan