简体   繁体   English

从gwt.xml中删除GWT继承的模块后,GWT仍然尝试加载它

[英]After removing GWT inherited module from gwt.xml GWT still tries to load it

I've removed: 我删除了:

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

And the corresponding jars (GWT Incubator) from my project and gwt.xml but I'm still facing this issue when I compile : 还有我的项目和gwt.xml中对应的jar(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?

Any clues ? 有什么线索吗? Thanks 谢谢

You need to do the following: 您需要执行以下操作:

  1. Clean he project in eclipse 清理他的日食项目
  2. Rebuild the project 重建项目

If the above don't help: check if any other projects which your main project depend on them still inherut your libraries in their gwt.xml files. 如果上述方法没有帮助:检查您的主项目所依赖的其他项目是否仍将您的库gwt.xml到其gwt.xml文件中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM