Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
34 views

gwt-maven-plugin and hibernate

I'm having a bit of a weird issue here, basically, im using hibernate together with gwt, maven and the gwt maven plugin. However, hibernate fails during initialization with the following message: ...
1
vote
2answers
59 views

Maven build fails upon compiling widgetset

I am having trouble compiling my widgetset using maven and vaadin. when i run this command: mvn vaadin:update-widgetset install Stack trace [INFO] Scanning for projects... [INFO] ...
0
votes
0answers
2 views

gwt-maven netbeans6.7

I am trying to debug gwt client-server aplication using Netbeans6.7. I am getting this warning: [WARNING] Your POM does not match your hosted webapp WEB- INF/classes folder for GWT Hosted ...
0
votes
1answer
39 views

GWT Maven Plugin — gwt:run works but gwt:compile doesn't. Why?

I'm using gwt-maven-plugin to manage a GWT project. I use the gwt:run goal all the time to run locally in "dev mode" for testing. I now want to compile my project into a war for deployment on Tomcat. ...