23
Dec
08

Lightweight Ant scripts for PureMVC following best practices

I am working on a lightweight and easy to use Ant script to generate PureMVC project, that follow best practices such as Test Driven Development (TDD) and possibly implementation of the Presention Model. The following scripts will be generated automatically for PureMVC projects:

1. PureMVC Folder structure.
2. Creation of application facade class.
3. PureMVC Custom creation of commands, proxies and Mediators.
4. FlexUnit custom test unit and test suite classes.
5. Integration of ThunderBolt.
5. ASDOC generator.

I managed to do some of the work, however the work is not completed if you are interested of joining the project and contributing, please let me know.

http://code.google.com/p/puremvc-generator/


4 Responses to “Lightweight Ant scripts for PureMVC following best practices”


  1. 1 Jonathan Dec 23rd, 2008 at 12:45 pm

    Nice Ant script… I’ll definitely add it to my arsenal of other scripts.
    When you have a chance, check out flashMVC: http://www.jadbox.com/flashmvc/
    I developed it as a faster way to build MVC frameworks without all the startup effort.

  2. 2 pierre Mar 12th, 2010 at 5:31 am

    downloaded your scripts, and they work nicely but strangely it is not producing any files.. it creates the folders but nothing more.. what command do you issue to actually generate the files from the templates???

  3. 3 elad.ny Mar 12th, 2010 at 7:10 am

    When you set the property file you need to ensure you set the paths correctly and that the ant project and your project are in the same folder.

  4. 4 pierre Mar 13th, 2010 at 8:36 pm

    what command do you run, i have put all the files in my project folder, run ant and it just generates the folders, but no class files..