Elliotte Rusty Harold

Results 446 comments of Elliotte Rusty Harold

How does this interact with the JSR 305 annotations in appengine-plugins-core? What about the errorprone annotations?

We can send a PR to add Felix and OSGI to the errorprone pom.xml. We can look into where we might request bazel OSGI support. Also see this: https://github.com/hsyed/osgi_rules

What's the root cause here? Does this happen when the user has deleted/moved some files outside the project from their local filesystem?

![image](https://user-images.githubusercontent.com/1005544/26979091-a757d3e2-4cfb-11e7-8bd6-27594eb0bf21.png)

A different error: ``` ERROR: (gcloud.app.deploy) You do not have permission to access project [hellojava8-160121] (or it may not exist): The caller does not have permission ```

As step 1, we should parse and pretty print this rather than dumping it into a single line.

Related: this also shows up in the Eclipse error log and it shouldn't. ERROR: (gcloud.app.deploy) Error Response: [13] Deployment Manager operation failed, name: operation-1501791484577-555df13f704e9-a9de280e-705e3058, error: [{"code":"RESOURCE_ERROR","location":"/deployments/aef-george-20170803t161735/resources/aef-george-20170803t161735-hcfw","message":"{\"ResourceType\":\"compute.v1.firewall\",\"ResourceErrorCode\":\"404\",\"ResourceErrorMessage\":{\"code\":404,\"errors\":[{\"domain\":\"global\",\"message\":\"The resource 'projects/hellobrowser/global/networks/default' was not...

Part of the problem is in `AppEngineProjectDeployer.deploy`. Yet again we forgot to catch an `AppEngineException` because it is a runtime exception instead of a checked exception. We really need to...

We need to continue to encourage the gcloud team to provide reliable, documented output.

I'm bumping this one. We may need to work across teams to fix this, but it needs to be fixed. This happened to me again, and it's really not an...