Sha256: 80e4d2e7165d3c7c1fb57ab5465f3bec03611a747a32863b6eb67f092993da86

Contents?: true

Size: 981 Bytes

Versions: 2

Compression:

Stored size: 981 Bytes

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 

  # Start FCSHD
  rake start_fcshd

  # Compiling
  rake compile 

  # Running air debug launcher (ADL)
  rake adl 

  # Stop FCSHD
  rake stop_fcsh

  # Restart FCSHD
  rake restart_fcshd

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

  # Run ADL with debug enabled
  rake adl DEBUG=true

  # Testing
  rake test

  # Package AIR file
  rake package

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
airake-0.1.3 README.txt
airake-0.1.4 README.txt