eclipse - Tryint to generate "Cloud Endpoint Client Library" from Google-app-engine project failed in MAC OS X -
i'm trying generate "cloud endpoint client library" google app-engine project using eclipse plug-in, fails exception: invocationtargetexception - "all api classes same api name , version must have exact same api-wide configuration". i'm using eclipse 4.2 google app-engine plug-in 1.8.3 on mac os x 10.8.4. strange thing is: on pc running windows same eclipse , plug-in versions, generating libraries project doesn't raise exception.
i having same problem. ended removing resource attribute of endpoint classes, difference.
@api(name = "shoppingassistant", // resource = "deviceinfos", version = "v1", namespace = @apinamespace(ownerdomain = apikeysandids.api_owner, ownername = apikeysandids.api_owner, packagepath = apikeysandids.api_package_path), clientids = { apikeysandids.android_client_id, apikeysandids.ios_client_id, apikeysandids.web_client_id }, audiences = { apikeysandids.audience_id })
the project compiles now, , able generate client lib. (i haven't tried android project yet)
Comments
Post a Comment