Current we are running GWT 2.2.0 and SmartGWT 3.1 on Java 1.6 I am
attempting to upgrade to SmartGWT 4.0. However when I execute the GWT build I get the following error.
[ERROR] Errors in 'jar:file:/opt/opd/zfxb6work/drivers/smargwt/smartgwt.jar!/com/smartgwt/client/util/LogicalDate_CustomFieldSerializer.java'
[ERROR] Line 3: The import com.google.gwt.user.client.rpc.CustomFieldSerializer cannot be resolved
[ERROR] Line 8: CustomFieldSerializer cannot be resolved to a
type
I searched our application's GWT jars and the com.google.gwt.user.client.rpc.CustomFieldSerializer file does not exist.
How do I resolve this issue without upgrading the apps GWT version at this time?
attempting to upgrade to SmartGWT 4.0. However when I execute the GWT build I get the following error.
[ERROR] Errors in 'jar:file:/opt/opd/zfxb6work/drivers/smargwt/smartgwt.jar!/com/smartgwt/client/util/LogicalDate_CustomFieldSerializer.java'
[ERROR] Line 3: The import com.google.gwt.user.client.rpc.CustomFieldSerializer cannot be resolved
[ERROR] Line 8: CustomFieldSerializer cannot be resolved to a
type
I searched our application's GWT jars and the com.google.gwt.user.client.rpc.CustomFieldSerializer file does not exist.
How do I resolve this issue without upgrading the apps GWT version at this time?
Comment