Using Ant with FlexBuilder

I need to follow some preliminary steps before I create my project using FlexBuilder. I assume that I will need to use Ant for this. Any tutorials anyone knows about this can help me on my way? I know almost nothing about Ant and Eclipse (FlexBuilder).

Thank!

+3
source share
1 answer

I use ant exclusively to build all my Flex applications. I wrote a tutorial on how to configure Flex / ant in a Linux environment, but much can be translated into windows:

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

Adobe ant Flex ( Flex):

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

- , , .

+1

All Articles