2

我已删除:

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

以及我的项目和 gwt.xml 中的相应 jars(GWT Incubator),但我在编译时仍然面临这个问题:

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?

有什么线索吗?谢谢

4

1 回答 1

0

您需要执行以下操作:

  1. 在eclipse中清理他的项目
  2. 重建项目

如果上述方法没有帮助:检查您的主项目所依赖的任何其他项目是否仍然在他们的gwt.xml文件中继承您的库。

于 2012-06-08T07:57:20.900 回答