gpt4 book ai didi

java - 从 1.7 升级到 2.0 后,GWT 加载模块时出错

转载 作者:行者123 更新时间:2023-12-01 04:53:27 25 4
gpt4 key购买 nike

在我的项目中,我使用了 gwt 1.7,但最近我升级到了 2.0。现在我遇到了这个错误:

    ERROR: Unable to find 'portal.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
ERROR: Failed to load module 'portal' from user agent 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0' at localhost:40456

Portal - 是要加载的模块的名称。我确实没有这个文件,而是包含以下内容的 Application.gwt.xml:

<module rename-to="portal">

<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.extjs.gxt.ui.GXT'/>
<inherits name='com.google.gwt.http.HTTP'/>

<source path="client"/>
<source path="data"/>
<source path="com.extjs.gxt.ui.client.data.BaseModel"/>
<source path="com.thoughtworks.xstream.XStream"/>

<!-- Inherit AMPS Applica module. -->
<inherits name="com.example.core.application.AmpsApplicationApi"/>
<inherits name="com.example.core.domain.CoreDomainApi"/>

<!-- inherit css based theme -->

<!-- Specify the app entry point class. -->
<entry-point class='com.example.portal.ui.client.Application'/>

<!-- Specify the application specific style sheet. -->
<stylesheet src='Application.css'/>
<!--<stylesheet src='loginPage.css'/>-->

</module>

以前好像可以,现在不行了。

附注我正在使用 Intellij Idea 12

最佳答案

我假设这是在开发时(即不是在编译时);我敢打赌您仍在使用 HostedMode 而不是 DevMode(或类似的模式)。

顺便说一句,从 GWT 2.5.1 开始,HostedMode 将会被删除。

关于java - 从 1.7 升级到 2.0 后,GWT 加载模块时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14565305/

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