ksfreitas / gwt4nb

The GWT4NB project aims to enable developers to take advantage of both: the superior support for creating Web Applications built into the NetBeans IDE and the power of GWT (Google Web Toolkit).
Other
47 stars 17 forks source link

Add actions for gwt:run / gwt:debug to the context menu of mymodule.gwt.xml #21

Open markiewb opened 10 years ago

markiewb commented 10 years ago

mymodule.gwt.xml files are have a gwt icon, a specific editor, but I cannot run the specific module via its context menu

ksfreitas commented 10 years ago

@markiewb the problem is the HTML that triggers the module. If we create a generic index.html, some applications with CSS (or any other HTML resource) dependence will not work properly.

markiewb commented 10 years ago

@ksfreitas My use case is to start gwt:run/gwt:debug with the noServer [1] option. So I don't have to care for resources.

[1] http://mojo.codehaus.org/gwt-maven-plugin/run-mojo.html#noServer