views:

415

answers:

1

Hey guys,

I need to run some precompile steps before I build my project using FlexBuilder. I assume I will need to use ANT to do this. Any tutorials that anyone knows of that can help me along my path? I know next to nothing about ANT and Eclipse (FlexBuilder).

Thanks!

+1  A: 

I use solely use ant to build all my Flex applications. I wrote a tutorial on how to set up Flex / ANT in a Linux environment, but much can be translated to windows:

http://blog.apterainc.com/software/setting-up-a-flex-development-enviroment-in-gnulinux/

This link is the Adobe's instructions on how to use ant tasks with Flex (everything from installing to compiling your first Flex application):

http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_1.html

If you run into any problems, post them here and I will help resolve them...

mmattax