Hi,
When using SmartGWT 3.1 with GWT 2.1, the following exception is thrown when GWT compilation is in progress:
[INFO] Compiling module com.jpmorgan.javelin.JavelinDev
[INFO] Validating newly compiled units
[INFO] [ERROR] Errors in 'jar:file:/D:/temp/repo/com/smartgwt/smartgwt/3.1/smartgwt-3.1.jar!/com/smartgwt/client/util/Logical
Date_CustomFieldSerializer.java'
[INFO] [ERROR] Line 3: The import com.google.gwt.user.client.rpc.CustomFieldSerializer cannot be resolved
[INFO] [ERROR] Line 8: CustomFieldSerializer cannot be resolved to a type
[INFO] [ERROR] Line 23: The method deserializeInstance(SerializationStreamReader, LogicalDate) of type LogicalDate_CustomFieldSeria
lizer must override or implement a supertype method
[INFO] [ERROR] Line 28: The method hasCustomInstantiateInstance() of type LogicalDate_CustomFieldSerializer must override or implem
ent a supertype method
[INFO] [ERROR] Line 33: The method instantiateInstance(SerializationStreamReader) of type LogicalDate_CustomFieldSerializer must ov
erride or implement a supertype method
[INFO] [ERROR] Line 38: The method serializeInstance(SerializationStreamWriter, LogicalDate) of type LogicalDate_CustomFieldSeriali
zer must override or implement a supertype method
The release notes do not mention any specific version of GWT to be used.
Can someone please provide the version of GWT which is compatible with SmartGWT 3.1
When using SmartGWT 3.1 with GWT 2.1, the following exception is thrown when GWT compilation is in progress:
[INFO] Compiling module com.jpmorgan.javelin.JavelinDev
[INFO] Validating newly compiled units
[INFO] [ERROR] Errors in 'jar:file:/D:/temp/repo/com/smartgwt/smartgwt/3.1/smartgwt-3.1.jar!/com/smartgwt/client/util/Logical
Date_CustomFieldSerializer.java'
[INFO] [ERROR] Line 3: The import com.google.gwt.user.client.rpc.CustomFieldSerializer cannot be resolved
[INFO] [ERROR] Line 8: CustomFieldSerializer cannot be resolved to a type
[INFO] [ERROR] Line 23: The method deserializeInstance(SerializationStreamReader, LogicalDate) of type LogicalDate_CustomFieldSeria
lizer must override or implement a supertype method
[INFO] [ERROR] Line 28: The method hasCustomInstantiateInstance() of type LogicalDate_CustomFieldSerializer must override or implem
ent a supertype method
[INFO] [ERROR] Line 33: The method instantiateInstance(SerializationStreamReader) of type LogicalDate_CustomFieldSerializer must ov
erride or implement a supertype method
[INFO] [ERROR] Line 38: The method serializeInstance(SerializationStreamWriter, LogicalDate) of type LogicalDate_CustomFieldSeriali
zer must override or implement a supertype method
The release notes do not mention any specific version of GWT to be used.
Can someone please provide the version of GWT which is compatible with SmartGWT 3.1
Comment