Hello all, I want to compile multiple modules in a single project. I'm using the Flex Ant Tasks to compile my Flex app with Ant in place of Flex Builder's built-in builder to accomplish this.
I've reached the point that it is successfully compiling and have some integration questions. Is it possible to have MXMLC compile errors displayed in the "Problems" tab, allowing you to double-click them and jump to the problem file/line? Also, I would like to create separate "debug" and "release" output folders under the "bin" folder. How do I change the "Run" and "Debug" Flex Builder toolbar button targets to launch the files in their new locations? I suspect none of these can be addressed. Thanks for any answers you can provide to prove me wrong! Tom

