views:

386

answers:

1

I'm running my first project that I'm compiling with flex builder. Before I used to compile with flash or flash develop.

For a while it worked pretty neatly. But as soon as it start throwing typeerrors, I can't seem to compile the updated and saved actionscript files. It seems as if it keeps stuck in time and compiles the actionscript file from when the error was still there.

Perhaps any options I missed regarding configuring the debugger ?

+1  A: 

Have you tried doing a Clean? In FlexBuilder, the Project menu, select Clean...

It's possible Flex is building off of temp files, in which case doing a clean should clear them out.

Herms
ok, it fixes the problem, but is there a work around for it, to clean up every time something goes wrong is a bit annoying
Kasper
I've never seen this happen, so I'm guessing something else is going on on your system that's causing Flex to think it doesn't need to recompile the changed files.
Herms