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.






















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.
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???
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.
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..
all figured.. I tied all the “dependencies” together and now it generates all the AS3 files as well as the folders..