0

我试图弄清楚 GWT 2.7.0 是否会针对 Errai 3.1.1.Final 进行编译

我的发现表明它似乎无法编译。因为我有一个具有这些版本的应用程序:

<version.gwt>2.5.1</version.gwt>
<version.errai>3.0.0.Final</version.errai>

而且它编译得很好。2.7.0 编译的错误是这样的:

[INFO]          Rule did not match
[INFO]          Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplSevere'/>
[INFO]          Checking rule <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO]             Checking if all subconditions are true (<all>)
[INFO]                <when-type-is class='com.google.gwt.logging.impl.LoggerImplNull'/>
[INFO]                   Not an exact match
[INFO]                No: One or more subconditions was false
[INFO]          Rule did not match
[INFO]          Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LoggerImplRegular'/>
[INFO]          Checking rule <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO]             Checking if all subconditions are true (<all>)
[INFO]                <when-type-is class='com.google.gwt.logging.impl.LevelImplNull'/>
[INFO]                   Not an exact match
[INFO]                No: One or more subconditions was false
[INFO]          Rule did not match
[INFO]          Found better fallback match for <replace-with class='com.google.gwt.logging.impl.LevelImplRegular'/>
[INFO]          Rebind result was com.google.gwt.http.client.Request.RequestImpl
[INFO] Shutting down PersistentUnitCache thread
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.520 s
[INFO] Finished at: 2015-01-23T11:37:03+08:00
[INFO] Final Memory: 23M/328M
4

1 回答 1

1

根据发行说明,3.1.1.Final 应该与 2.7.0 一起使用:https ://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310890&version=12326327

于 2015-01-23T10:41:06.587 回答