robotlegs-utilities-AntGenerator
robotlegs-utilities-AntGenerator copied to clipboard
Lightweight Ant script extensions generator for Robotlegs following best practices.
Lightweight Ant script extensions generator for Robotlegs implementation of MVCs by @EladElrom
Features:
- Robotlegs Folder structure.
- Robotlegs libraries and source code
- Automatic ThunderBolt integration to each user-gesture.
- Creating VO.
- Add event command user gesture
- Add Startup command
- Add main class and Context class
- Create Model class
- Create Service class
- Create view and mediator combo
- Move libraries and source code to project lib
- Passive Presentation Model implementation
- AS Signals integration
In case you are running into errors: You need to ensure you copy the following plugins: Copy to [eclipse-directory]/plugins
* BSF - http://jakarta.apache.org/site/downloads/downloads_bsf.cgi
* Rhino - http://www.mozilla.org/rhino/download.html
After you add the jars you will need to do the following step:
Flash Builder>Preferences>Ant>Runtime>Classpath, �Ant Home Entries� > �Add External JARs� - point to jar files for:
* bsf
* rhino
* org.apache.commons.logging._[ver].jar (which should already be in your Eclipse plugins directory)
Otherwise you will get the errors when trying to run an Ant task, such as the one below: /Users/501706853/Documents/workspace/tools/�/build.xml:245: Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManage