Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Deploy to App Engine disabled in Eclipse

I am using the Google Plugin for Eclipse to deploy my project to App Engine, and this has worked great for over a year. But a couple of days ago it stopped working, and I can not seem to find the reason. The project is still an App Engine project, but the Deploy to App Engine button is disabled.

I already reinstalled the entire Google Plugin in Eclipse. I also added another GAE project, but then the button is still disabled. I managed to enable the button once to upload, but I don't know what triggered the enabling.

enter image description here

Has anyone seen this before and any clue on how to fix this?

EDIT: The button enabled when I removed and re-added the App Engine SDK from the build path of the project. After the deployment, the button disabled again..

like image 439
bashoogzaad Avatar asked Apr 30 '16 09:04

bashoogzaad


2 Answers

This is a known bug in the latest 3.9.1 release. The fix will be pushed on Monday, 5/2.

like image 184
Elliotte Rusty Harold Avatar answered Nov 04 '22 23:11

Elliotte Rusty Harold


The same thing is happening for my eclipse mars. The workaround I'm using is, File >> Close Project, then double click to open project, voila.

like image 20
codebusta Avatar answered Nov 04 '22 21:11

codebusta