针对 Errai 3.1 编译 GWT 2.7.0。1.Final

Compiling GWT 2.7.0 against Errai 3.1.1.Final

我想知道 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

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