Sha256: 12b48418498a72fb6d3f29ef404ffb6e6d485845770ab8840bcf923c4dc14411

Contents?: true

Size: 657 Bytes

Versions: 2

Compression:

Stored size: 657 Bytes

Contents

== Setup

Path to have access to adl and adt:
  export PATH="/Applications/ApolloSDK/bin:$PATH"
  
Path to have access to mxmlc, etc. (flex compiler):
  export PATH="/Applications/Adobe Flex Builder 3/sdks/moxie/bin:$PATH"
  
== 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 app_generators/airake/templates/README
airake-0.1.4 app_generators/airake/templates/README