GWT项目调试崩溃

时间:2013-08-08 07:15:57

标签: eclipse gwt gecko

我成功构建了GWT项目。在dubug试图在浏览器中运行生成的URL后,出现以下错误。

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

set属性定义为:

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

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

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

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

处理元素'inherits'时出现意外异常

1 个答案:

答案 0 :(得分:1)

添加gecko1_8以支持Firefox。

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