GWT项目调试崩溃



我成功地构建了我的GWT项目。在尝试在浏览器中运行生成的URL时出现以下错误。

[ERROR] The value gecko was not previously defined. 
[ERROR] Line 35: Unexpected exception while processing element 'set-property'

集合属性定义为:

<set-property name="user.agent" value="ie6,ie8,safari,opera" />

一定是个愚蠢的错误,请指出。

控制台中报告的其他错误包括:

[ERROR] Failure while parsing XML
[ERROR] Unexpected error while processing XML

处理元素"继承"时出现意外异常

添加gecko1_8以支持Firefox。

<set-property name="user.agent" value="gecko1_8" />

最新更新