gpt4 book ai didi

java - 使用 GWT 编译项目时出错

转载 作者:行者123 更新时间:2023-12-01 13:16:01 26 4
gpt4 key购买 nike

我刚刚使用 SVN checkout 了一个项目,并向我显示以下错误。我是 gwt 的新手,如果您能帮助我,我将非常感激。

这是错误:

Loading inherited module 'com.google.web.bindery.event.Event'
[ERROR] Unable to find 'com/google/web/bindery/event/Event.gwt.xml' on your classpath; could be a
a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 22: Unexpected exception while processing element 'inherits'

这是我的 xml 文件

<?xml version="1.0" encoding="UTF-8"?>
<module>

<!-- Inherit the core Web Toolkit stuff. -->
<inherits name="com.smartgwt.SmartGwt" />
<inherits name="com.smartgwt.tools.SmartGwtTools" />
<inherits name="com.google.gwt.activity.Activity" />
<inherits name="com.google.gwt.place.Place" />
<inherits name='com.google.gwt.user.User'/>


<inherits name="com.google.web.bindery.event.Event" />
<inherits name="com.google.gwt.core.Core" />
<entry-point class='ch.datalynx.clessidra.client.Clessidra' />
<inherits name='com.google.gwt.user.theme.standard.Standard'/>

<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->

<replace-with
class="ch.datalynx.clessidra.client.mvp.clientfactories.ClientFactoryImpl">
<when-type-is
class="ch.datalynx.clessidra.client.mvp.clientfactories.ClientFactory" />
</replace-with>

<source path='client' />
<source path='shared' />

</module>

最佳答案

确保 gwt-user.jar 文件位于您的构建路径中。它是 GWT SDK 的一部分。

找不到gwt-user.jar/com/google/web/bindery/event/Event.gwt.xml

关于java - 使用 GWT 编译项目时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22465577/

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