April 2008 Archives

Apr 24, 2008

Flex Builder + Ant Build + Debug + Console Output

Posted by Dennis in AIR, ActionScript, Flex 4 comments

Flex Builder, as opposed to Visual Studio, doesn’t have post-build scripts that allow you to easily copy assets to the build folder.
If you need to do this Ant is a good alternative. There can be problems connecting the Ant build process to the debugger though.
The solution to this problem is to add a builder to [...]