Skip to content
rudovjan edited this page Jan 15, 2012 · 17 revisions

Welcome to the grails-vaadin-plugin wiki!

How to install the plugin

  1. Download the latest version of plugin: https://github.com/ondrej-kvasnovsky/grails-vaadin-plugin/downloads
  2. Run this command in Grails command line: install-plugin [path to the zip file]/grails-vaadin-x.x.zip
  3. In console answer y for update.
  4. Done

Example of successfully installed plugin:

| Loading Grails 2.0.0
| Configuring classpath.
| Environment set to development.....
> You currently already have a version of the plugin installed [vaadin-1.4]. Do you want to update to [vaadin-x.x]? [y,n] y
| Installing zip vaadin-x.x.zip...
| Installing zip vaadin-x.x.zip.....
| Installed plugin vaadin-x.x
| Resolving plugin JAR dependencies.....
| Plugin installed.

Problems with installing vaadin-x.x

Error with rights

| Loading Grails 2.0.0
| Configuring classpath.
| Environment set to development.....
> You currently already have a version of the plugin installed [vaadin-1.4]. Do you want to update to [vaadin-x.x]? [y,n] y
| Error installing plugin: Unable to delete file \Users\xxx\.grails\2.0.0\projects\xxx\plugins\vaadin-1.4\lib\vaadin-6.5.1.jar
  1. Turn off your eclipse
  2. Remove vaadin jar from: [username]\.grails\2.0.0\projects\agile-tool-ui-vaadin\plugins\vaadin-1.4.0\lib\
  3. Turn on your eclipse
  4. Uninstall vaadin-1.4 from "plugins" folder
  5. Try again normal installation

Application is started but it doesn't work

  1. Try to add ?debug after your URL address, if there is "Warning: your widget set seems to be built with a different version than the one used on server. Unexpected behavior may occur." then you have to recompile your widgetset.