This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 3d1ff35737f15f6321dc9873f617a96bd2654cd6
tree 9a62d46b062c6a8a8d2faf1c01b8209cdf62e380
parent 03c051cfb05ad9f03c3cdd07f624204332f2752d
tree 9a62d46b062c6a8a8d2faf1c01b8209cdf62e380
parent 03c051cfb05ad9f03c3cdd07f624204332f2752d
badjo /
| name | age | message | |
|---|---|---|---|
| |
README.txt | Sat Apr 26 02:28:28 -0700 2008 | [zmack] |
| |
assets/ | Sat Apr 26 04:24:02 -0700 2008 | [zmack] |
| |
bin/ | Sat Apr 26 02:28:28 -0700 2008 | [zmack] |
| |
lib/ | Sat Apr 26 02:28:28 -0700 2008 | [zmack] |
| |
rakefile.rb | Sat Apr 26 02:28:28 -0700 2008 | [zmack] |
| |
script/ | Sat Apr 26 02:28:28 -0700 2008 | [zmack] |
| |
src/ | Sat Apr 26 06:49:10 -0700 2008 | [zmack] |
| |
test/ | Sat Apr 26 06:02:04 -0700 2008 | [zmack] |
README.txt
######################################## This project was generated using Sprouts http://code.google.com/p/projectsprouts/ Please report any bugs to: http://code.google.com/p/projectsprouts/issues/list Please feel free to ask questions at: http://groups.google.com/group/projectsprouts ######################################## Using your favorite terminal, cd to this directory have fun! ######################################## To create a new ActionScript class, TestCase and rebuild all project TestSuites: script/generate class -s utils.MathUtil ######################################## To create a new Interface begin the name with I + Capital letter (eg: ISomeName) or end the name with 'able' Name begins with Capital 'I' followed by another capital letter script/generate class utils.ISomeName or Name ends with 'able' script/generate class utils.Observable or Explicitly identify interface creation script/generate interface utils.SomeInterface ######################################## To create a new TestCase only, enter the following: script/generate test utils.SomeTest ######################################## To compile and launch your application: rake ######################################## To compile and launch your test suites: rake test ######################################## To see all available rake tasks: rake -T





