Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>With FDT 5.5, you cannot use the workflow you mentioned by only using FDT's ANT tasks or launchers. The FDT team is looking to make adjustments so that it can.</p> <p>Until the next (soon) minor release, you have three options:</p> <ol> <li>Create a new AIR project for each module and use the Launcher Chain. Techniques for this (and why it s) are described in two other stackoverflow questions, <a href="https://stackoverflow.com/questions/10707457/how-can-i-have-multiple-descriptor-files-for-one-air-target-in-fdt-5-5">here</a> and <a href="https://stackoverflow.com/questions/10695831/how-can-i-use-fdt-launch-application-for-air-projects-fdt-5-5">here</a>.</li> <li>Create another project that isn't an AIR project and use that to house your modules.</li> <li>Create a custom Project Type</li> </ol> <h2>AIR project for each module</h2> <p>Creating a project for each module is not as unusual as it may it seem. It's actually the suggested workflow in the Java world and many large teams work this way. They will often have a project with 10-50 modules and have 1-2 developers working on each module. For small teams one-man shops, this might not make sense.</p> <h2>Create Another Project That Isn't An 'AIR' project (e.g. A Web Project)</h2> <p>You might be able to create another project that isn't an AIR project and use that to compile your modules. If you are not using AIR APIs, this is easy; however, if you are, try to adjust your SDK settings </p> <h2>Create A Custom Project Type</h2> <p>This is a bit of a hack and not recommended for general use; however, it will solve your issue. You can use a custom project type that is 'hacked' to use the AIR SDK &amp; API but launch like a web project. To use this, put it in your FDT Project Types folder:</p> <p>For OSX, place it in: /Users/[your user name]/Library/Application\ Support/FDT/projectTypes</p> <p>...then restart FDT. Next create a simple web project than right click >Flash Project>Set Project Type and choose this new project type. I called mine 'Air Module'</p> <p>Here is an <a href="https://docs.google.com/folder/d/0B3WnAIjk6Fw9T1lqVGFxNDN0LU0/edit#" rel="nofollow noreferrer">example project type</a> to download: </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload