Commit Graph

8 Commits

Author SHA1 Message Date
John Bintz 9ba79ef3cf start rewriting to remove ant dependency 2009-12-14 15:50:18 -05:00
Greg Jastrab dfaca096a9 0.1.2 - Fixed way directories were passed
Running puremvc-gen commands in a Windows directory that had
spaces somewhere in the path
  e.g. C:\Documents and Settings\
was causing a failure.  Wrapped the directory parameters in
quotes in order for the entire directory to be properly passed.
2008-12-19 18:37:17 -05:00
Greg Jastrab b946ff95de 0.1.1 - Working on Windows!
Now properly executes ANT commands on Windows.

Moved the events directory into the view folder.
2008-12-18 17:21:57 -05:00
Greg Jastrab 558863a224 Bringing versioning of CmdParser in line with Gem. 2008-12-05 14:37:06 -05:00
Greg Jastrab 84018b56af Imported PrepareActorsCommand and added as sub command in StartupCommand 2008-12-05 13:59:30 -05:00
Greg Jastrab e4a82c56b4 Release quality functionality in place.
Command line parsing in place and complete for initial version.
Will look next into reading command name and constant as arguments instead of options.

Script determines whether ant is found on the path, and complains if it is not.

TODO: Fix log messages to be read in appropriately
2008-12-05 13:46:20 -05:00
Greg Jastrab 33bab6c024 Added initial command line parsing to puremvc-gen binary
Using CmdParse to handle command line arguments.

Fixed a few templates
2008-12-05 11:10:22 -05:00
Greg Jastrab 70b9d91930 Initial PureMVCGen gem code in place. 2008-12-02 15:50:24 -05:00