Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kura-dev] Errors in web project

Hi,

I am seeing the following errors in the web project in eclipse.

GwtComponentServiceAsync cannot be resolved to a type
Messages cannot be resolved to a type
Missing asynchronous interface GwtComponentServiceAsync
Missing asynchronous interface GwtNetworkServiceAsync
Missing asynchronous interface GwtSettingServiceAsync
Missing asynchronous interface GwtDeviceServiceAsync
Missing asynchronous interface GwtSnapshotServiceAsync  
Missing asynchronous interface GwtStatusServiceAsync
Missing asynchronous interface GwtPackageServiceAsync
The import org.eclipse.kura.web.client.messages cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtComponentServiceAsync cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtDeviceServiceAsync cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtNetworkServiceAsync cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtSnapshotServiceAsync cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtStatusServiceAsync cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtPackageServiceAsync cannot be resolved
The import org.eclipse.kura.web.shared.service.GwtSettingServiceAsync cannot be resolved
ValidationMessages cannot be resolved to a type


There are multiple of such errors. Because of these errors I cannot run the web interface. Please advice on how to resolve..

Thanks,
Harini Sirisena
GSoC Student

Back to the top