GWT:有没有办法修改Gwt在编译中使用的Cast.java文件?

时间:2012-09-05 14:46:11

标签: javascript gwt

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

我做错了什么?

1 个答案:

答案 0 :(得分: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