问题标签 [gwt-compiler]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
712 浏览

java - GWT 编译无法加载类

我正在尝试像这样从命令行(无 Ant/Maven)从我的项目中编译 GWT

但抛出错误

我确实有该文件src/com/myapp/webservices/client/util/GitCommitGenerator.java,所以我不明白我的这个错误是否显示。我的 gwt config xml 文件看起来像这样

上面的配置有什么问题,我怎样才能得到一个干净的编译?