Skip to content

lyokato/as3oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== 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 compile 

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

  # Stop FCSHD
  rake fcsh:stop

  # Restart FCSHD
  rake fcsh:restart

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

  # Testing
  rake test

  # Package AIR file
  rake package

About

ActionScript 3.0 OAuth Client Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published