Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You'll have to create a custom build script. For whatever reason, the included, default 'builder' is not editable through the interface, so you'll have to replicate a lot of its functionality. Luckily, (or maybe not) Flex Builder uses Apache Ant for its build scripts, so this may or may not be a familiar way to do this for you.</p> <p>To create a custom build script:</p> <ol> <li>In the Flex Navigator view, select a project and then right-click (Control-click on Macintosh) to display the context menu and select Properties.</li> <li>Select the Builders properties page. If you're using other Eclipse plug-ins, there may be more than one builder listed. Flex Builder provides a builder named Flex, which you cannot modify.</li> <li>Select New.</li> <li>In the Choose Configuration Type dialog box, select the appropriate configuration type. Flex Builder supports the program type. Select it and click OK to continue. From the new builder properties page you define the builder properties and reference the Ant script (an XML file).</li> <li>Click OK to apply it to the project.</li> </ol> <p>Flex builder is based on Eclipse 3.1, so <a href="http://www.eclipse.org/documentation/" rel="nofollow noreferrer">documentation</a> for Ant integration for that release is relevant here.</p> <p><strong>Note:</strong> Ant support must be enabled in Flex Builder first. I usually use Flex Builder as a plugin, rather than the standalone version, and the standalone version doesn't come with it out of the box. <a href="http://flex.gunua.com/?p=78" rel="nofollow noreferrer">Here's a tutorial on how to do this</a>.</p>
 

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