On 9/27/13 6:01 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> wrote:
>Hi, > >I have seen there is an ide/ folder in flex-sdk/ with scripts and even a >build for FB. >Maybe I should run build.xml there, or makeApacheFlexForIDE.bat to have >an installable SDK? You can try the makeApacheFlexForIDE to convert your repo to an FB-compatible SDK. Personally, I don't do that because I'm trying to mix as few external things as possible into the repo folders, but others do. AIR is incompatibly licensed which is why it isn't mixed in by default. I don't use FB projects for development in the SDK. I just use command-line tools and occasionally run the 'release' target and the IDE scripts or use a recent SDK and overlay a SWC or two. > >Also, I notices the scripts will copy the contents from env.AIR_HOME to >the SDK, which means you cannot use an AIR-enabled SDK as env.AIR_HOME >but you need >A "pure" AIR SDK. >Is that correct ? It might work. It is just copying certain files. It might copy more than you want from bin, but those files don't change very often. -Alex