我试图弄清楚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
答案 0 :(得分:1)
根据发行说明,3.1.1.Final应该使用2.7.0:https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310890&version=12326327