Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download and unpack the attachment and mvn install (or deploy) the project inside
  2. Run the New Maven Project wizard
    Image Modified Image Modified
  3. Include snapshot archetypes and select smartgwtee-archetype-basic. You will probably have to change the Catalog to "All Catalogs".
    Image Modified
  4. The 'module' property takes the name of your GWT module, and should be capitalized. 
    Image Modified
  5. Once you click finish eclipse will create the project and after a bit of time (some times a couple minutes) eclipse will setup the project properly (classpaths, builders, etc based on the POM file). This may take a bit of time as it downloads any resources it needs. Keep an eye on the "Progress" tab to see how far along it is.
    Image Added
  6. Your new EntryPoint references some GWT i18n Messages interfaces.  Run mvn:generate-sources on your new project to have them created from the included resource bundles.
  7. Add the target/generated-sources/gwt folder to your Eclipse build path
  8. Debug As (Google) Web Application.

...