|
GettingStarted
Guide to quickly getting up and running with AsProject.
Getting StartedOnce 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 ProjectTo 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 StepsThere aren't any - now get coding! Tool Resources
|
Sign in to add a comment