I have not been able to make the gwt:eclipse create a Launch that will work with the Plugin (the arguments tab is empty). So I am wondering how compatible it is with the Google Plugin: - Will I be able to use the GWT Designer? - Will I be able to run in Hosted Mode - Will I be able to run GWTTests?
The steps I followed are: - Use the Archetype to create Maven Project - Import the project - Go to the project properties and enable the Web Toolkit from the Google folder - Copy my *.gwt.xml file to src/main/java - run gwt:eclpse to create a Launch file (Which does not show in Run As by the way)
In the end it seems that I have to create a Run Configuration by hand. So how compatible are these 2 tools?
Thanks,