Questions tagged [gwt-maven-plugin]

Facilitates GWT web application development using Maven as build tool.

Facilitates GWT web application development using Maven as build tool to provide:

  • GWT compiler execution for packaging your application into a WAR Compile and Debug
  • generate GWT internationalization ("i18n") interfaces from bundles Internationalization
  • running tests (or test suites) based on GWTTestCase framework as part of Maven build, Testing Support
  • run (or debug) in DevMode from Maven DevMode
  • generate boiler code for GWT-RPC Async interface from synchronous server-side interfaces Generate Async interfaces for GWT-RPC
  • integrate nicelly into Eclipse, thanks to M2Eclipse and the Google Plugin for Eclipse.

More Info

101 questions
0
votes
1 answer

compileSourcesArtifact not working...?

I have a project intended to work as a GWT library, which I prepare using this recommended approach. When I build my 'Library' project I can see the resulting JAR in the repository, I can even see it has *.java files in the 'shared' folder, also I…
Jaroslav Záruba
  • 4,694
  • 5
  • 39
  • 58
0
votes
2 answers

GWT Async generation, turn off in some cases?

When using gwt-maven-plugin's generateAsync, is it possible to apply an annotation (or something) to an individual gwt-rpc service so that the corresponding async isn't auto-generated and can be written manually? Alternatively, is there an…
CasualT
  • 4,869
  • 1
  • 31
  • 53
0
votes
1 answer

How to deploy GWT App to Google App Engine?

I am using gwt-maven-archetypes and I have the problem that I can't recall how I can deploy my application to the Google App Engine. It's been a while since I did this last time. I can remember that there is a command line tool that I have to use…
Stefan Falk
  • 23,898
  • 50
  • 191
  • 378
0
votes
1 answer

GWT 2.7.0 project doesn't compile with maven gwt:compile: Annotation errors

I created a maven GWT project which runs fine in Eclipse. However, when I call mvn gwt:compile on the command line, I get these errors: [INFO] Scanning for projects... [INFO] [INFO]…
user3629892
  • 2,960
  • 9
  • 33
  • 64
0
votes
1 answer

how to copy the static resource files in webapp folder automatically while debugging and on modification in a gwt maven project

I have a maven gwt web app. Whenever I modify my html or css file while my gwt project is running the changes are not reflected in target folder which is a pain. Since I need to run gwt:run goal again by stopping the GWT super dev mode. Is there a…
Gautam
  • 1,030
  • 13
  • 37
0
votes
1 answer

how can I specify multiple runTargets in a single Pom when using gwt maven plugin

I have a gwt maven project with multiple modules and different host pages using gwt maven plugin. Though while testing I am able to specify only one runTarget configuration as UiAddressBook.html in the plugin execution…
Gautam
  • 1,030
  • 13
  • 37
0
votes
1 answer

Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

I feel like this might be a dumb question and the answer is probably very simple. I am using Eclipse 4.4 and Maven to run my GWT 2.7 app. I am in the process of redesigning my project layout and wanted to use the new gwt-maven-plugin by…
Will
  • 292
  • 4
  • 16
0
votes
0 answers
0
votes
2 answers

Project creation using GWT+maven(gwt-maven-plugin) compiles following error,normal GWT project creation(without maven)compiles good(luna,GWT sdk2.6)

This is the exception while project compilation, The environment is ubuntu 14.01LTS, ECLIPSE LUNA, also eclipse Juno, gwt-eclipse-plugin, Java 1.7, But it compiles good when i was creating without maven project(New project - > google gwt) Loading…
Thangaraj
  • 53
  • 1
  • 7
0
votes
1 answer

GWT SuperDevMode - mvn gwt:run-codeserver dosen't find translations

I'm trying to use the GWT SuperDevMode, so far I've got it running with a simple test project, but I get errors if I try to run the mvn gwt:run-codeserver: [INFO] Caused by: java.lang.NoClassDefFoundError:…
0
votes
1 answer

Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.6.1:compile

I'm using Vaadin 7 and I want to add an addon to my projet. I followed all the steps described here but it doesn't work. Here is my configuration in pom.xml: UTF-8
deltascience
  • 3,321
  • 5
  • 42
  • 71
0
votes
2 answers

Can't run GwtTestCase when updating GWT to 2.6.0

After updating my GWT version to 2.6.0, i got this error when running my old GwtTestCase : [ERROR] The -out option is deprecated. This option will be removed in future GWT release and will throw an error if it is still used. Please use -war…
Oussama Zoghlami
  • 1,660
  • 17
  • 24
0
votes
1 answer

GWT Custom Library Dependency issues

I have created a library of widgets that export to a jar and reuse in several other projects. In my library, I depend on a few other jars in my war/WEB-INF/lib. The problem is that when I use my library in another project the dependencies of the…
Will
  • 292
  • 4
  • 16
0
votes
1 answer

Maven GWT Plugin + JDO + MySQl

I am creating GWT project using gwt-maven-plugin with archetype. Configure JDO using datanucleus with jdo. and adding Mysql dependency mysql mysql-connector-java
Dipesh Gandhi
  • 765
  • 1
  • 13
  • 31
0
votes
1 answer

How can I fix maven hang during gwt-maven-plugin:compile?

mvn clean install results in the following which stalls until I kill the process. This only happens as a part of a much larger build on a bamboo server. When I build locally the build doesn't stall. [INFO] --- gwt-maven-plugin:2.4.0:compile…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135