Skip to content
branaway edited this page Sep 14, 2010 · 5 revisions

How to upgrade to the latest module?

# play install japid
# cd my_project_root
# play japid:regen
# play eclipsify

Basically the install command will replace the current module if it has been previously installed.
Then you need to regenerate all the java artifacts from the html templates.
After that you create the eclipse project files since the new version of the module might have newer lib dependency.