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 ${project_loc}/build/build.xml

This will work for all of your projects if you put your build file
into build directory which is sitting in root of the project. :D
Note: You can edit arguments as you like, of course. The above will
build your default target.

Hope it helps,
Ivan


--- In flexcoders@yahoogroups.com, 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?
>


Reply via email to