无法生成Cloud Endpoint客户端库 - “不是App Engine项目”

时间:2021-08-23 15:50:31

When I attempt to generate an endpoint client library in Eclipse (GPE 3.5.1, GAE SDK 1.9.4) I get this error: "Not an App Engine project". The project is an App Engine project (and is deployed). The project is configured as an EAR project with backend and frontend modules. I don't get any errors in the Error Log.

当我尝试在Eclipse中生成端点客户端库(GPE 3.5.1,GAE SDK 1.9.4)时,我收到此错误:“不是App Engine项目”。该项目是一个App Engine项目(并已部署)。该项目配置为具有后端和前端模块的EAR项目。我没有在错误日志中收到任何错误。

GAE SDK 1.9.3 gives me the same error. I've also tried the command line but simply get 'Error'.

GAE SDK 1.9.3给了我同样的错误。我也试过命令行,但只是得到'错误'。

2 个解决方案

#1


2  

If you created your your cloud-endpoints projects using WTP, then Right click on the "cloud-endpoints" project => "Google App Engine WTP" => "Generate Cloud Endpoint Client Library"

如果您使用WTP创建了您的云端点项目,请右键单击“cloud-endpoints”项目=>“Google App Engine WTP”=>“生成云端点客户端库”

You get the error if you right click on the "cloud-endpoints" project => "Google" => "Generate Cloud Endpoint Client Library".

如果右键单击“cloud-endpoints”项目=>“Google”=>“生成云端点客户端库”,则会出现错误。

If you do not see the "Google App Engine WTP" menu item, ensure you are using the Java EE perspective.

如果您没有看到“Google App Engine WTP”菜单项,请确保您使用的是Java EE透视图。

#2


0  

You need create firts app engine project, then in that prject generate the library for you cliens.

你需要创建第一个应用程序引擎项目,然后在该项目中为你的cliens生成库。

#1


2  

If you created your your cloud-endpoints projects using WTP, then Right click on the "cloud-endpoints" project => "Google App Engine WTP" => "Generate Cloud Endpoint Client Library"

如果您使用WTP创建了您的云端点项目,请右键单击“cloud-endpoints”项目=>“Google App Engine WTP”=>“生成云端点客户端库”

You get the error if you right click on the "cloud-endpoints" project => "Google" => "Generate Cloud Endpoint Client Library".

如果右键单击“cloud-endpoints”项目=>“Google”=>“生成云端点客户端库”,则会出现错误。

If you do not see the "Google App Engine WTP" menu item, ensure you are using the Java EE perspective.

如果您没有看到“Google App Engine WTP”菜单项,请确保您使用的是Java EE透视图。

#2


0  

You need create firts app engine project, then in that prject generate the library for you cliens.

你需要创建第一个应用程序引擎项目,然后在该项目中为你的cliens生成库。