0

我试图将文件放在 com.google.gwt.lang 下,但它仍然在编译中使用旧实现而不是我修改后的实现。

我究竟做错了什么?

4

1 回答 1

1

根据http://code.google.com/searchframe#T04cSGC7sWI/trunk/dev/core/super/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml

<!-- Fundamental types required by code generation and other basics.        -->
<!-- Do not inherit this module directly; inherit com.google.gwt.core.Core. -->
<!--                                                                        -->
<!-- Types from this module are not visible to nor imported into user code. -->
<!--                                                                        -->

如果您真的需要在这里进行更改,我建议您从源代码重建 gwt-dev.jar 并将其放在类路径而不是当前路径中:

https://developers.google.com/web-toolkit/makinggwtbetter#compiling

于 2012-09-05T17:11:41.923 回答