Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Like the legacy compiler, Falcon provides <mxmlc> and <compc> Ant tasks. They are implemented by the classes MXMLCTask and COMPCTask in the org.apache.flex.compiler.ant package. These classes are part of falcon.jar. To use these tasks in an Ant script, first do

No Format
<taskdef ???/>

The require that the Ant property FLEX_HOME be set to a Flex SDK directory so that config files and SWC files can be found.

...

The relevant entry points for a Debug Configuration are the MXMLC and COMPC classes in the comorg.adobeapache.flashflex.compiler.clients package.

...