Goal which runs the GWT development shell.
Mojo Attributes:
compile| Name | Type | Description |
|---|---|---|
| homePage | String |
The name of the home page. |
| moduleName | String |
The name of the GWT module. |
| outputDirectory | File |
Location to place the web content. |
| sourceDirectory | File |
Location of the source files. |
| testsourceDirectory | File |
Location of the source files. |
| Name | Type | Description |
|---|---|---|
| gwtDirectory | File |
The GWT installation directory. |
| pathelements | String[] |
Additional class path elements to add. |
| properties | Map |
System properties to set on the command line. |
The GWT installation directory.
java.io.FileNo${gwt.home}java.lang.StringYes${gwt.homePage}java.lang.StringYes${gwt.moduleName}java.io.FileYes${project.build.directory}java.lang.String[]Nojava.util.MapNojava.io.FileYes${project.build.sourceDirectory}java.io.FileYes${project.build.testSourceDirectory}