I use ant buildfiles for my Flex projects. A typical application would
usually involve an ant script that builds a few lib swcs and then finally
builds the swf.
I'd like to integrate this as part of the Flex Builder IDE, meaning when I
hit F11 (the debug key) I'd like Flex Builder to run my ant script and then
launch the specified file (swf or html wrapper page) and invoke the debugger
if required.

I think I can do part of this by specifying the ANT script as a builder, but
I cannot see an easy way to invoke the debugger on the swf/html wrapper.
Is there an easy way to set this up ?

TIA

-superabe

Reply via email to