How to make ant build.xml for a working FlashBuilder project?
I have a Flex project that uses BlazeDS and I want to make an external build script so I can build the project outside of FlashBuilder. The eclipse environment lets you export an ant build xml file but it only has the java commands. Is there a way to export the mxmlc commands used by FlashBuilder to make an ant build file?
|