Questions tagged [fdt]

FDT is an Eclipse development toolkit for interactive developers. FDT can be used to target multiple platforms such as Flash and HTML5 / JavaScript / PHP via Haxe.

FDT(Flexible Development Toolkit) comes in both free and commercial editions. Both the free and commercial versions support:

  • Apache FlexJS Compiler support
  • Live Error Highlighting
  • Quickfixes
  • Auto completion
  • Dead Code Detection

The commercial version also supports:

  • Advanced Refactoring
  • ASDoc Support
  • SWC Source Attachement
  • Project References
  • Command Line Handling
  • AIR SDK Merging
  • Advanced Navigation Features
  • Font Library Creator
  • Maven Flex Mojos Support
  • AIR/Mobile Support

References

166 questions
9
votes
1 answer

Ant produces jsfl with backslashes instead of slashes

I'm using Ant with FDT 3 and I have Ant creating a jsfl to compile fla's. When I use the built in '${basedir}' property in Ant it gives me the path with backslashes(\) in it because I'm on Windows. The problem is that when its run through jsfl the…
Jordan
  • 1,233
  • 2
  • 12
  • 32
9
votes
1 answer

Why Does FDT 5.5 Not Find My Flex SDKs?

I've downloaded the latest Flex SDKs from Adobe; however, when FDT asks me to locate the SDKs it doesn't find them. I've also tried to search in FDT's plugin…
Alan Klement
  • 1,218
  • 7
  • 18
6
votes
1 answer

What does System property http.nonProxyHosts has been set to local|*.local... mean? And what are the implications?

I am a designer who has strayed into coding, and frequently my lack of knowledge snaggles me. Like this example: Working on Mac OS 10.5.8 in fdt 4 to build an osmf (open source media framework) media player, I suddenly started seeing this in the…
sine
  • 61
  • 1
  • 1
  • 4
6
votes
2 answers

How to include ant-contrib.jar dynamically in Ant

I'm looking for a way to include a .jar from within an Ant file so I can use it straight away and call its methods in my targets. In my case it's ant-contrib-1.0b3.jar.
Thomas Pujolle
  • 155
  • 1
  • 1
  • 11
4
votes
3 answers

How do I compile Flash .FLAs using command line?

how do I compile Flash .FLAs using command line? I am using Eclipse + FDT for Flash development and I would like to use ANT to automatize the compilation. I am using AS3 and need to compile for Flash Player 10.1. Many thanks Update: I need to…
daniel.sedlacek
  • 8,129
  • 9
  • 46
  • 77
4
votes
1 answer

iOS Installation Error: ApplicationVerificationFailed

I have spent the last 6hrs searching the web for this bugs, I have read and tried many suggested solutions and still couldn't fix my problem. So lets hope someone can point me to the right direction this time. I am using FDT to build AIR app, I…
DT DT
  • 378
  • 2
  • 6
  • 16
4
votes
2 answers

How can I dynamically wire a Starling view with Parsley MVC IOC injection

I am using Starling with in a Flex app. The app is using Parsley framework and doing IOC on the views. Starling is of corse not a regular Flash displayobject. Normally within a Parsley project if I want to dynamically inject when a view is created I…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
3
votes
0 answers

FDT5 doesn't like s:RemoteObject

Even the simplest Flex project using the normal s:RemoteObject syntax moans it can't resolve RemoteObject. The rpc.swc is correctly listed in the build options. You can replicate this by creating a new Flex project and add
Tom Chiverton
  • 670
  • 6
  • 18
3
votes
4 answers

Differences between Flash Builder 4.6 Premium and FDT 5 max?

Can anyone make a detailed comparison of these IDEs (I can't find any)? Which would you recommend for what, etc.? I need a good IDE for flash and flex. I know for example both have permormance profilers, and testing tools, both are very expensive,…
User
  • 31,811
  • 40
  • 131
  • 232
3
votes
1 answer

What version of Java is "1.8.0_191" on my Ubuntu install?

On of our (remote) developers needs to install FDT (an Eclipse based IDE) to compile some legacy ActionScript code. I've got FDT working on my Ubuntu 18.04 laptop just fine, but the dev is having trouble getting it to work on his Mac. When he has…
kramer65
  • 50,427
  • 120
  • 308
  • 488
3
votes
1 answer

Quick fix (CTRL+1) in Flash Builder 4

What is the purpose of quick fix in Flash Builder 4? I have tried using it to auto create event listener functions, class methods or properties, local variables etc but none of these work. Does this functionality only exist in FDT? If so what does…
geo
  • 253
  • 2
  • 12
3
votes
1 answer

How Can I Have Multiple Descriptor Files For One AIR Target In FDT 5.5?

In FDT 5.5, the launch configuration for Desktop AIR applications was removed and with it the option to simultaneously have one target (e.g. Desktop) deploy & test with various description.xmls. Now I have to change it by hand in the 'Building' tab…
Alan Klement
  • 1,218
  • 7
  • 18
3
votes
1 answer

FDT: Flash Player Debugger not connecting when debugging from Haxe project

I have a Haxe project set up and I have a debug configuration set up to launch the External Swf Viewer. All of that works great but the debugger doesn't connect back to FDT. I get message in the console every few seconds saying that it's trying to…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
2
votes
4 answers

How to set up Jeash for Haxe?

I am trying to setup Jeash for Haxe, so I read this: http://old.haxe.org/com/libs/jeash/firststeps Now, I found out that I cannot do that just yet: "This is the first time you are runing haxelib. Please run haxelib setup first" (and I love the…
jansensan
  • 633
  • 1
  • 8
  • 23
2
votes
2 answers

Air native extensions FDT

I am using FDT 5 and trying to use IOS native extensions. I am pulling my hair out because every time I try running the application locally I get the following error: "Not supported native extensions profile" So I've tried scouring the web to find…
K2xL
  • 9,730
  • 18
  • 64
  • 101
1
2 3
11 12