google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Google Cloud Platform plugin for Eclipse
Probably in the Managed SDK preferences we need to enable users to choose a specific SDK version, since sometimes the latest version has a bug and users need to roll...
A recent change? Seen on the Oxygen builds in a number of tests, although they seem harmless. Maybe we need to include an additional test-time dependency? ``` com.google.cloud.tools.eclipse.appengine.validation.ToServlet25QuickFixTest testGetLabel(com.google.cloud.tools.eclipse.appengine.validation.ToServlet25QuickFixTest) Time...
We have to periodically update the Cloud SDK, whatever the frequency we do. For the first iteration, when an update is in progress, we'll block local run and deploy (and...
A message from the [_google-appengine_ mailing list](https://groups.google.com/d/msg/google-appengine/0tOSuWZoQlI/8Ol5FphACAAJ) requests the ability to deploy multiple services at once. The poster reports this as a blocking issue preventing migration from GPE.
I don't remember having seen this. The GPE test project certainly has the old GPE facet by its setup, but at the failure point, Eclipse did not think the project...
`DataflowDependencyManager#getProjectMajorVersion(IProject)` is used to detect the Dataflow API major version (1.x, 2.x, or 3.x) required by a project. The implementation retrieves the version(s) of the `com.google.cloud.dataflow:google-cloud-dataflow-java-sdk-all` dependency from the project's...
Note that this is a false positive. Eclipse is incorrectly flagging an XML file without a DOCTYPE declaration as an error. It shouldn't do this. It's a huge bug in...
Looking at it now, changing the service account key path should be sufficient evidence of success: 
In Eclipse you can remove the autocomplete suggestions for certain packages (I do it manually for com.ibm.icu4j versions of stuff), you should do it for the appengine repackaged classes so...
Write down in the wiki the steps for adding a new third party library to Cloud Tools for Eclipse. Be very explicit about which files need to be edited how.