Skip to main content

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

Hi Frank,

Thanks. I had missed out on adding the target/generated-sources folder to the build path of the web project as per the README. All errors in eclipse resolved afterwards:)

Regards,
Harini


On Sun, Jul 6, 2014 at 2:05 AM, Frank Kusters <Frank.Kusters@xxxxxxxx> wrote:
Hello Harini,

I'm just getting started on Kura myself. I saw in the readme.md on www.github.com/eclipse/kura there's a section on Google Web Toolkit (towards the bottom). Might that be of use to you?

Best regards,
Frank Kusters
Sioux Embedded Systems
________________________________________
Van: kura-dev-bounces@xxxxxxxxxxx [kura-dev-bounces@xxxxxxxxxxx] namens Harini Sirisena [harini.sirisena@xxxxxxxxx]
Verzonden: zaterdag 5 juli 2014 18:01
To: Kura Developers mailing list
Onderwerp: [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

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev


Back to the top