将GWT项目更改为Maven项目

时间:2011-12-04 23:03:41

标签: java gwt java-ee maven

我已按照说明http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html 为了创建样本GWT程序。

现在我想为这个应用程序添加Maven支持(我想使用Spring + hibernate支持)。我有m2e插件,根据建议我使用

将这个项目变为Maven项目

鼠标右键 - > Maven->转换为Maven项目

现在当我运行项目时,我遇到以下问题:

Loading modules
   com.google.gwt.sample.stockwatcher.StockWatcher
      [ERROR] Unable to find 'com/google/gwt/sample/StockWatcher.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] shell failed in doStartup method

任何解决方法?是否还有其他方法来整合GWT项目和Maven 3?

2 个答案:

答案 0 :(得分:2)

重新开始,您可以使用正是您的GWT maven archetype

或者,如果您不想进入将此示例GWT项目修改为符合Maven的结构的技术细节,我建议您在线查找Spring + GWT + Hibernate + Maven骨架实现或教程。 This one comes up google-first

答案 1 :(得分:1)

考虑使用gwt-maven-plugin并遵循其文档。这对我帮助很大。

http://mojo.codehaus.org/gwt-maven-plugin/