(GWT)Errai编译错误消息没有帮助

时间:2015-11-30 13:56:14

标签: java gwt

以下是来自Errai编译的示例错误消息:

[INFO]          Rule did not match
[INFO]          Found better fallback match for <replace-with class='com.google.gwt.logging.client.LogConfiguration.LogConfigurationImplRegular'/>
[INFO]          Checking rule <generate-with class='org.jboss.errai.marshalling.rebind.MarshallerGenerator'/>
[INFO]             Checking if all subconditions are true (<all>)
[INFO]                <when-assignable class='org.jboss.errai.marshalling.client.api.GeneratedMarshaller'/>
[INFO]                   Yes, the requested type was assignable
[INFO]                Yes: All subconditions were true
[INFO]          Rule was a match and will be used
[INFO]          Invoking generator org.jboss.errai.marshalling.rebind.MarshallerGenerator
[INFO]             Type 'org.jboss.errai.marshalling.client.api.Marshaller_a_j_l_StackTraceElement_D1_Impl' already exists and will not be re-created 
[INFO]             Generator returned type 'org.jboss.errai.marshalling.client.api.Marshaller_a_j_l_StackTraceElement_D1_Impl; mode USE_EXISTING; in 0 ms
[INFO]          Rebind result was org.jboss.errai.marshalling.client.api.Marshaller_a_j_l_StackTraceElement_D1_Impl
[INFO] Shutting down PersistentUnitCache thread
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:52 min

我的问题是如何进入需要修复的实际错误或至少更详细的错误。

0 个答案:

没有答案