forked from jgonian/GWT-maven-GPE-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
26 lines (23 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description
-----------
A simple GWT project with a minimal POM to help you started with GWT, maven and GPE. This project was generated
from gwt-maven-plugin's archetype and then modified to make it work with GPE.
How to Run
-----------
From a command window:
- mvn gwt:run - to run the development mode
- mvn test gwt:test - to run both, JRE and GWT tests
- mvn gwt:compile - to compile the GWT permutations
From Eclipse:
1. make sure you have installed the following in your Eclipse environment:
- Google Plugin for Eclipse 3.6 (2.3.1+) from http://dl.google.com/eclipse/plugin/3.6
- Maven Integration for Eclipse (0.12+) from http://m2eclipse.sonatype.org/sites/m2e
- Maven Integration for WTP (0.12+) from http://m2eclipse.sonatype.org/sites/m2e-extras
2. Import | Existing maven project
3. Locate the pom.xml and click finish
4. Run or Debug As | Web application
Known Issues
------------
http://code.google.com/p/google-web-toolkit/issues/detail?id=6430
http://code.google.com/p/google-web-toolkit/issues/detail?id=4784
http://code.google.com/p/google-web-toolkit/issues/detail?id=4929