Sha256: e2f22132c35a1424f29b062d6beedb797c9e132416035634e6381f11f8f526a6

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

== Setup

To include mxmlc, adl and adt (from Flex Builder):
  export PATH="/Applications/Adobe Flex Builder 3/sdks/moxie/bin:$PATH"
  
To include adl and adt (from Apollo SDK):
  export PATH="/Applications/ApolloSDK/bin:$PATH"
  
== Creating an AIR project

  airake path/to/MyProject com.company.MyProject
  
will build a project scaffold with application name of MyProject and application id (used for AIR descriptor) of com.company.MyProject

The project includes as3corelib and flexunit, and test scaffolding as well.  
  
== Tasks

  Run: rake --tasks 

  # Compiling
  rake air:compile 

  # Running air debug launcher (ADL)
  rake air:adl 
  
  # Start FCSHD (for faster compilation)
  rake air:start_fcshd

  # Stop FCSHD
  rake air:stop_fcsh

  # Restart FCSHD
  rake air:restart_fcshd

  # Running alternate MXML, (the following expects src/Test-app.xml descriptor file)
  rake air:adl MXML=src/Test.mxml

  # Run ADL with debug enabled
  rake air:adl DEBUG=true

  # Testing
  rake air:test

  # Package AIR file
  rake air:package

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
airake-0.1.5 README.txt
airake-0.1.5 app_generators/airake/templates/README
airake-0.1.6 README.txt
airake-0.1.6 app_generators/airake/templates/README