-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide more specific error when missing app-engine-java gcloud component #165
Comments
To be clear, the problem is that the user has not run gcloud components install app-engine-java As an initial fix, I suggest throwing a specific exception in this case so that IDEs and other tools can alert the user in the way appropriate to their environment: error dialog. System.out (maven), etc. Longer term, I'd like to either bundle this or install it automatically if necessary. |
probably do this in com.google.cloud.tools.appengine.cloudsdk.CloudSdk |
We've had |
… configuration based on dev appserver 1 or 2-alpha. (#165) * WIP - Fixes #158 - dev appserver 1 stuff * javadoc and simpler code whether checking <services> parameter has been configured by the user * remove default value from appYamls, revert file->path change * unit tests for RunMojo * update appengine-plugins-core dependency to 0.3.0 * try to fix kokoro test * use custom ports to test run in integration test to avoid port clash on Kokoro * fix async run test as well for Kokoro * Fixes #158 - dev appserver 1 stuff * additional tests * add datastorePath to RunMojo * add javadoc to datastorePath * increase timeout to see if it fixes the kokoro-ubuntu build * reformat pom.xml dependency for junitparams, rename SupportedVersion to SupportedDevServerVersion
It would be nice if the library threw a specific exception if appcfg was unavailable (via the gcloud component). Currently this is what users are shown:
The text was updated successfully, but these errors were encountered: