By Erik van Nieuwburg, an independent, interactive developer.

Speeding up FDT

Posted: August 31st, 2010 | Author: erik | Filed under: FDT | Tags: , , , , , | 2 Comments »

When launching/compiling a project in FDT, you usually have to wait a short moment for FDT to do a build. During this building process, it generates your TODO lists and performs deep binding. When your project grows and grows (like in my last project with 1000+ of classes), this will take longer and longer. I reached the point of annoyance, since I just wanted to launch and knew that my code was error free. Also, the Flex compiler will tell me if there are errors in my code, so waiting for the FDT build to tell me seemsĀ  to be a redundant task to me.

So I searched the Eclipse preferences panel and discovered that my solution was just sitting there all the time. Here it is:

fdt build bypassing


FDT, ANT and FTP

Posted: May 28th, 2009 | Author: erik | Filed under: ANT, FDT | Tags: , , | 1 Comment »

The default installed ANT in Eclipse doesn’t seem to support FTP protocols. To be able to use this feature, you’ll need to add 2 extra *.jar files, which are:

Save these files in the following folder: /Applications/FDT3/plugins/org.apache.ant_***/bin/

Now goto: Preferences > ANT > Runtime > Classpath

Read the rest of this entry »