views:

30

answers:

1

I have several Flex Builder projects which depend on each other (both libraries and "applications", i.e. projects which generate an SWF), and want to compile them from commandline. I know there is the fb.exportReleaseBuild ant-Task, but unfortunately it doesn't work on Linux and only comes with Flex Builder.

Is there any other way to build those projects, including their dependencies, from commandline?

A: 

Yes, use the command line compiler in the Flex SDK. More info

www.Flextras.com
This doesnt't handle dependencies between projects, or did I miss something?
Johannes Bittner
A Project is a Flash Builder "Creation" and has no real relation to the command line compiler. Look at properties such as external-library-path, path-element, include-libraries, includes, library-path, runtime-shared-libraries, and source-path.
www.Flextras.com