Re: [flexcoders] Flex Builder and Ant

2008-03-28 Thread Charlie Hubbard
We use both Flexbuilder and ant to build our projects.  Mainly so that
we can script our builds with Ant for both automated builds, and so
it's easy to build the entire application (web, flex, etc), and deploy
it to our servers.  Ant has great support for doing secure copy so we
can push our builds to our development servers, and production servers
all from ant.  When you say "combine" what exactly are you
envisioning?  Are you just asking how to build your projects with ant?

Charlie

On Fri, Mar 28, 2008 at 9:34 AM, Weyert de Boer <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Does anyone know how I can combine the use of Flex Builder and Ant to
>  compile Flex/AIR projects?
>
>  


[flexcoders] Flex Builder and Ant

2008-03-28 Thread Weyert de Boer
Does anyone know how I can combine the use of Flex Builder and Ant to 
compile Flex/AIR projects?