I see the following exceptions on console while doing a gwt compile on my project. I am using 1.0 version of uibinding-smartgwt from their
website
[INFO] Validating newly compiled units
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/ssajddlo/.m2/repository/uibinding-smartgwt/uibinding-smartgwt/1.0/uibinding-smartgwt-1.0.jar!/org/synthful/smartgwt/client/widgets/UIDataSource.java'
[INFO] [ERROR] Line 390: The method setServerConstructor(String) is undefined for the type DataSource
[INFO] [ERROR] Line 394: The method getServerConstructor() is undefined for the type DataSource
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/ssajddlo/.m2/repository/uibinding-smartgwt/uibinding-smartgwt/1.0/uibinding-smartgwt-1.0.jar!/org/synthful/smartgwt/client/widgets/UIDataSourceField.java'
[INFO] [ERROR] Line 367: The method setMaxFileSize(Integer) is undefined for the type DataSourceField
[INFO] [ERROR] Line 371: The method getMaxFileSize() is undefined for the type DataSourceField
[INFO] [ERROR] Line 431: The method setStoreWithHash(HashAlgorithm) is undefined for the type DataSourceField
[INFO] [ERROR] Line 435: The method getStoreWithHash() is undefined for the type DataSourceField
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/ssajddlo/.m2/repository/uibinding-smartgwt/uibinding-smartgwt/1.0/uibinding-smartgwt-1.0.jar!/org/synthful/smartgwt/client/widgets/UIDataSource.java'
[INFO] [ERROR] Line 390: The method setServerConstructor(String) is undefined for the type DataSource
[INFO] [ERROR] Line 394: The method getServerConstructor() is undefined for the type DataSource
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/ssajddlo/.m2/repository/uibinding-smartgwt/uibinding-smartgwt/1.0/uibinding-smartgwt-1.0.jar!/org/synthful/smartgwt/client/widgets/UIDataSourceField.java'
[INFO] [ERROR] Line 367: The method setMaxFileSize(Integer) is undefined for the type DataSourceField
[INFO] [ERROR] Line 371: The method getMaxFileSize() is undefined for the type DataSourceField
[INFO] [ERROR] Line 431: The method setStoreWithHash(HashAlgorithm) is undefined for the type DataSourceField
[INFO] [ERROR] Line 435: The method getStoreWithHash() is undefined for the type DataSourceField
[INFO] [ERROR] Cannot proceed due to previous errors
Resolution:
To fix this issue, checkout the project code from svn, rebuild and update the new 1.0.1 version of the created jar file. The issues are resolved in latest svn but the jar is not published.