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

Make GWT Maven Plugin use -XdisableUpdateCheck flag during GWT compile

I have several GWT-based projects that won't compile unless the "-XdisableUpdateCheck" flag is passed to the GWT compiler. I've been trying to mavenize these projects by using the "gwt-maven-plugin"; however, I can't seem to figure out a way to…
user2392570
  • 31
  • 1
  • 2
0
votes
1 answer

GWT Maven Archetype in Eclipse - Unknown output directory

I've created a new Maven project using the gwt-maven-plugin archetype in Eclipse Juno. After creating the project I get a build error: Unknown Google Web App Problem: The output directory for the project should be set to…
DD.
  • 21,498
  • 52
  • 157
  • 246
0
votes
1 answer

Can't see java code when runnig GWT 2.5 in SuperDev mode

I have a GWT 2.5 app following Thomas Broyer's maven archetypes. I've followed the guidelines explained in the SO question and everything seems to be OK. The code server is running properly. I browse my app and I start the dev mode from bookmarks…
Juan Carlos González
  • 1,024
  • 2
  • 9
  • 22
0
votes
1 answer

GWT 404 Error on RPC

i have a problem with gwt and rpc. I implementet a Service for my rpc: @RemoteServiceRelativePath("search") public interface SearchService extends RemoteService { List doSearch(String keyWords, Coordinate start, Coordinate…
user1882812
  • 936
  • 5
  • 18
  • 41
0
votes
1 answer

Import project generated by gwt-maven-plugin

i followed the instruction of gwt-maven-plugin, generated then imported the project below, 1) Generate the project $ mvn archetype:generate \ -DarchetypeGroupId=org.codehaus.mojo \ -DarchetypeArtifactId=gwt-maven-plugin \ …
sof
  • 9,113
  • 16
  • 57
  • 83
0
votes
1 answer

initializationError in GWT TestCase Execution

I created a project with default module in GWT with maven. and renamed the Test Case class with *Test.java and executed the command mvn package It is not successfully executing the test case, and terminates with Tests in error: …
Bennet
  • 61
  • 1
  • 3
0
votes
1 answer

Maven GWT Plugin - generateAsync and Generic type

Hi there I successfully installed the GWT Maven plugin and it generates on incremental save the Async RPC services. However I got a little problem, if I use : ArrayList then the Async class generated will have a method…
Michael Laffargue
  • 10,116
  • 6
  • 42
  • 76
0
votes
1 answer

gwt - Error when importing a gwt project using Maven import in Eclipse

I am using Eclipse, Version: Indigo Service Release 1. My GWT version is 2.4.0. I installed everything like GWT and Maven related plugins. I am trying to import a existing gwt-maven project. When importing, I see this dialog: Can anyone tell me why…
Jackson Tale
  • 25,428
  • 34
  • 149
  • 271
0
votes
1 answer

GWT client side logging during maven test phase

I'm writing a GWT library and I'm trying to use GWT's Logging capabilities. My maven build trigger some GWTTestCases that tests my library. Is it possible to have and configure the logging output of my library ? So that I could see the logging…
Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
0
votes
1 answer

"GWT module may need to be (re)compiled" when deployed into the Tomcat and the war is generated with maven

I got the issue( "GWT module 'SmartWPS' may need to be (re)compiled") while accessing the url. I have generated the war file by running maven-clean-install. I placed the same war file in the /webapp folder. I have developed application using GWT…
Saritha
  • 181
  • 17
0
votes
1 answer

How to make GWT Spring project as maven enabled

I have a project which we implemented using GWT and Spring. I want to make the project as maven enabled. How can i achieve that? I have seen GWT maven plugin. Is it definately required? Thanks, Saritha. in the following link, I am unable to find…
Saritha
  • 181
  • 17
1 2 3 4 5 6
7