PureMVCGen 0.1.1 Released – Now Works on Windows

December 18th, 2008 by

I just released a minor update to PureMVCGen to fix a bug the original release had that caused the ANT commands to fail on Windows. If you’ve already installed the gem before, then simply run:

$> gem update puremvc-gen

to get the new version. If you’re installing for the first time, refer to the original blog post for instructions.

Introducing PureMVCGen – an ANT based PureMVC Flex Generator

December 5th, 2008 by

I just published a PureMVC code generation tool I’ve been working on lately. It’s an ANT-based tool, but is distributed via Ruby Gems, which allows it to be easily installed as a command-line tool once you have Ruby, rubygems, and ANT installed.

Once you have those programs installed, simply enter ($> just denotes you are at a prompt on the command line)

$> gem install puremvc-gen

and the tool will be installed. Read on to see how to use it…

Read the rest of this entry »