robotlegs-utilities-AntGenerator icon indicating copy to clipboard operation
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:

  1. Robotlegs Folder structure.
  2. Robotlegs libraries and source code
  3. Automatic ThunderBolt integration to each user-gesture.
  4. Creating VO.
  5. Add event command user gesture
  6. Add Startup command
  7. Add main class and Context class
  8. Create Model class
  9. Create Service class
  10. Create view and mediator combo
  11. Move libraries and source code to project lib
  12. Passive Presentation Model implementation
  13. 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