我遵循指示http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html 以創建示例GWT程序。將GWT項目更改爲Maven項目
現在我想添加Maven支持到這個應用程序(我想使用Spring +休眠支持)。我有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?
它不工作正確的,我已經在pom.xml中和Java類的錯誤錯過了引用,例如GreatingServiceAsync.java。 –
我明白你在說什麼。如果你想集成Spring + GWT + Hibernate + Maven,我會尋找一個骨架的實現或在線教程。這一個來谷歌第一:http://www.javacodegeeks.com/2010/07/gwt-2-spring-3-jpa-2-hibernate-35.html – dimitrisli