【发布时间】:2014-04-01 10:47:00
【问题描述】:
我有一个名为 AwesomesmartGWTUIProject 的智能 GWT 应用示例,来自
javacodegeeks
它的包是com.javacodegeeks.smartgwt.appui
在 Eclipse 中,当我尝试将其作为 Web 应用程序运行时,出现以下错误
In order for your application to run correctly, you will need to include these tags in your host page directly. In order to avoid this error, you will need to remove the script tags from the gwt.xml file, or add this property to the gwt.xml file: <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
[ERROR] shell failed in doSlowStartup method
Mar 31, 2014 10:07:41 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /awesomesmartgwtuiproject/com.javacodegeek.smartgwt.appui.awesomesmartgwtuiproject.nocache.js
当我尝试在浏览器中运行它时,它根本不显示任何内容。我是 smartGwt 的新手,所以对配置不太熟悉。有什么想法吗?
【问题讨论】: