How can I use the same buildscript for Flash Builder 4 and Ant/Mvn?
Posted
by David Laing
on Stack Overflow
See other posts from Stack Overflow
or by David Laing
Published on 2010-04-30T07:49:48Z
Indexed on
2010/05/01
4:57 UTC
Read the original article
Hit count: 295
I'm setting up a build system for a Flash Builder 4 (Flex 4) based project; and I'm struggling to get a setup that compiles in the IDE the same as it does from the command line on the build server.
I come from a C# background; and my expectation is that I'll be able to create a "solution" with a collection of "projects" that I can compile from the IDE, or from the command line on the build server.
The best I've managed sofar is 2 separate build "scripts", a custom ant script for the build server, and the default Flash Builder IDE config based on a workspace; but this is making my DRY daemons jump around in fury.
Please can someone point me in the right direction :)
© Stack Overflow or respective owner