google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Google Cloud Platform plugin for Eclipse
This will add the App Engine flex JAR facet and `src/main/appengine/app.yaml`.
After #2012, consider adding context menu items "Deploy JAR to App Engine Flexible..." and "Deploy WAR to App Engine Flexible..." when a user selects a JAR or a WAR.
Check if moving the JEE XSDs included as part of #2066 to `.validation` will provide validation checks for `web.xml` and other associated descriptors, as we obtain for `appengine-web.xml` with #2074.
This is closely related to #2067, so read it first. It has been speculated that the com.google.cloud API libraries don't work with Java 7. At least, it is known that...
should we have a Google section here with imports for various types of App Engine, GPE, etc.projects? 
https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/1304
We currently launch the devappserver with _automatic-restart=false_ as making changes to a class when debugging causes the server to be restarted and thus terminates the debug session, which is very...
This is incorrect. The Dataflow properties are simply not shown on non-dataflow projects. We should do similarly. 
Search jars mapped to WEB-INF/lib for JSP files referenced in web.xml See http://stackoverflow.com/questions/5013917/can-i-serve-jsps-from-inside-a-jar-in-lib-or-is-there-a-workaround/11063065#11063065
- Steps to reproduce: 1. Create two HelloWorld projects, `Alice` and `Bob`. 2. Select `Alice`. _Run As_ > _App Engine_. 3. Select `Bob`. _Run As_ > _Run on Server_. Select...