2012-06-07 60 views
2

我已經刪除:取出後GWT繼承模塊從gwt.xml GWT仍然試圖加載它

inherits name='com.google.gwt.widgetideas.WidgetIdeas' 
inherits name='com.google.gwt.libideas.LibIdeas' 

而且從我的項目,gwt.xml相應的罐子(GWT孵化器),但我仍然當我編譯時遇到這個問題:

Loading inherited module 'com.google.gwt.widgetideas.WidgetIdeas' 
[ERROR] Unable to find 'com/google/gwt/widgetideas/WidgetIdeas.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? 

任何線索?由於

+0

我有同樣的問題 - 你有沒有找到解決方案?謝謝! –

回答

0

你需要做到以下幾點:

  1. 清潔他的Eclipse項目
  2. 重建項目

如果上述不幫助: 是否有其他的項目,其中你的主要項目依賴於他們仍然繼承你的庫在他們的gwt.xml文件。