[flexcoders] Re: Flex Builder and Ant

2008-03-28 Thread Shailesh Mangal
Why do you want to combine the two? We use flex builder for UI project dev and debugging and Maven/ant for automated builds. Shailesh Now, Test Management http://www.getzephyr.com , is a breeze --- In flexcoders@yahoogroups.com, Weyert de Boer [EMAIL PROTECTED] wrote: Does anyone know how I

Re: [flexcoders] Re: Flex Builder and Ant

2008-03-28 Thread Scott Melby
There are good reasons for doing GUI builds using Ant etc. as well. I like to build all of my production releases from a stamped build, pulled fresh from my repository (to ensure no resources exist in the build dir structure that are not under version control). I have blogged about using Ant

Re: [flexcoders] Re: Flex Builder and Ant

2008-03-28 Thread Weyert de Boer
Hi! I have received a working apache build script from James Ward via the ApolloCoders list. Now I will see if I can somehow combine Flex Builder and this build script together. Yes, mainly for the profiler and the debugging.

[flexcoders] Re: Flex Builder and Ant

2008-03-28 Thread ivan.division40
Hi, The easiest way is to install ant on your machine and to configure it as external tool. Open External Tool Dialog and press New launch configuration. Give it a name. In Main tab: Location type X:\apache-ant-1.7.0\bin\ant.bat, Working Directory: X:\apache-ant-1.7.0\bin Arguments: -buildfile