Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我删除了我的 *.gwt.xml 文件。当我重新创建它时,我的 gwt 应用程序在调试模式下运行良好,但是当我在生产中打开它时,它给了我一个空白屏幕。我相信遗漏了遗产有没有办法找出哪一个?
它编译吗?
如果没有,请使用--logLevel DEBUGjava 编译调用(或者您可以直接在 eclipse 项目设置中设置)查找丢失的模块。
--logLevel DEBUG
如果它编译,只需使用调试模式来跟踪它崩溃的位置。
发现我有
<module rename-to='AppName'>
但显然你不能使用它需要的大写字母
<module rename-to='appname'>