What's new? | Help | Directory | Sign in
Google
asproject
AsProject is a tool set that dramatically simplifies the process of creating, sharing and growing a new ActionScript project.
  
  
  
  
    
Search
for
Updated Apr 23, 2007 by lbayes
Labels: Featured
GettingStarted  
Guide to quickly getting up and running with AsProject.

Getting Started

Once you fulfill the only requirements by installing Ruby and Ruby Gems, you can install the latest release of AsProject by entering:

Win: gem install asproject

Mac: sudo gem install asproject

Your First Project

To test your installation, using a terminal, enter the following commands:

asproject SomeProject

This should have generated a bunch of files and directories on your system, next, using your terminal:

cd SomeProject/project
rake

This rake task will:

After you have the initial build working, try the following:

asclass -s utils.MathUtil
rake test

The 'asclass' utility will create classes, test cases and test suites. You can learn more about it by entering:

asclass -h

The 'test' task will compile your application using AsUnit and launch it in the appropriate debug Flash Player, showing you trace output and your test results!

Congratulations, you're up and running!

Next Steps

There aren't any - now get coding!

Tool Resources


Sign in to add a comment