

AIR-based installer on LinuxĪdobe no longer provide updates for their installer for the AIR runtime used by the installer, so clicking the installer badge may give an error, or the package it sends you will fail to correctly install.

This preference setting allows to revert it to a warning, non-blocking message. In recent versions of OS X, this became a blocking error instead of a warning by default. You must allow unsigned apps (in Security & Privacy pane of the System preferences) in order to install. AIR-based installer on Mac OS (10.9 or later) Use 'mxmlc -help' for information about using the command line. NextChapter 4.Loading configuration file.apache-flex-sdk-4.12.0-bin/frameworks/flex-config.xmlĬopyright 2013 The Apache Software Foundation.PrevChapter 3. About the Example Applications.Your output should look something like this:Īpache Ant version 1.7.0 compiled on December 13 2006 To do this type ant -version at the command prompt. Add a semicolon and the path to the ant bin directory. On Windows you do this by opening the Control Panel from the Start Menu, switching it to classic view if necessary, then editing the PATH environment variable found in System/Advanced/Environment Variables/System Variables/Path. You can do this by adding the following line to your. Create a new variable, call it ANT_HOME and set it to be the ant directory.Īdd $ANT_HOME/bin to the system path to be able to run ant from the command line. On Windows you do this by opening the Control Panel from the Start Menu, switching it to classic view if necessary, then opening System/Advanced/Environment Variables. bashrc file (substituting with the actual location of the ant directory on your system):Įxport ANT_HOME=/home/user/apache-ant-1.7.0

Unzip the downloaded file to the directory of your choice.Ĭreate an environment variable called ANT_HOME pointing to the Ant installation directory.
