【发布时间】:2012-01-12 20:07:38
【问题描述】:
我已按照说明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 吗?
【问题讨论】:
标签: java gwt jakarta-ee maven