Just checked ASProject.
AsProject is a tool set that dramatically simplifies the process of creating, sharing and growing a new ActionScript project
Installing is easy if you have Ruby/Gem installed:
gem install asproject
asproject MyProjectName
cd MyProjectName/project
rake
And presto!
Now run a unit-test:
rake test
Here’s a video demo.
Update:
found some issues with version 0.1.90 on win32:
- Need to change ‘mxmlc’ to ‘mxmlc.exe’ in mxmlc.rb#36 (located under /ruby/lib/ruby/gems/asproject/templates/ dir)
- Using as3 the default skin (a jpg) is corrupted, need to copy also from /templates to the project’s asset folder. I bet it’s some fopen using “r” (read) instead of “rb” (read binary) switch or something related.



April 11th, 2007 at 5:25 pm
Hey – thanks for the writeup!
You’re correct about the ‘rb’ flag, that’s exactly the problem.
We’ll get those bug fixes in there for the next release (which should be coming shortly).
Luke Bayes
April 11th, 2007 at 8:54 pm
Thanks again for the bug submissions!
I just released a new build of AsProject that addresses those issues. To get the update, just run:
gem update asproject
April 13th, 2007 at 1:54 am
[...] issues with ASProject on win32 I reported are fixed with this [...]
June 13th, 2007 at 7:32 pm
This project has been rebuilt and renamed, the new announcement is at: http://www.asserttrue.com/articles/2007/06/13/announcing-sprouts-was-asproject
Let us know what you think!