gpt4 book ai didi

java - GWT : how to compile multiple module result into single nocache. js 文件

转载 作者:太空宇宙 更新时间:2023-11-04 06:57:18 24 4
gpt4 key购买 nike

假设我的 gwt 项目中有 2 个模块,其结构如下

src
- main
- java
module1.gwt.xml
module2.gwt.xml
- client
- module1
- stuff
- module2
- stuff

以及每个模块的 xml 文件

<module rename-to='module1'>
... their own entry point and stuff..
</module>

<module rename-to='module2'>
... their own entry point and stuff..
</module>

因此,在编译时,我将得到 2 个 nocache.js 文件,即“module1.nocache.js”和“module2.nocache.js”。通过将其中 2 个包含到 HTML 页面中,效果非常好。

我的问题如下,有什么方法可以编译多个模块并获得一个包含两个模块的 nocache.js 文件吗?

谢谢! :-D

最佳答案

更改项目结构应该可以解决您的问题。

尝试这样的事情:

src
- main
- java
- module1
module1.gwt.xml
- client
- stuff
- module2
module2.gwt.xml
- client
- stuff

您必须定义一个模块来启动您的应用程序。第二个模块应该由第一个模块继承。

关于java - GWT : how to compile multiple module result into single nocache. js 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22562373/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com