[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-18 Thread Thomas Becker
George, I'm sure you're right about Maven being the better way to do things. Here's the reason why I haven't gone there. I've been working with the Google App Engine Eclipse plugin since 2010 or so. I recently switched to the new plugin, Google Cloud Tools for Eclipse. After installing that

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, This is an excellent observation! Grateful for bringing this apparent discrepancy to our attention. The page you refer to might well have to be brought in tune with the others. Why do I mention the other pages? Because all other Java-related pages and tutorials on

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-16 Thread Thomas Becker
I'm going to have to respectfully disagree with you here. Below is a direct copy and paste from the page https://cloud.google.com/sdk/gcloud/reference/app/deploy To deploy an App Engine Standard Java service, run: $ gcloud app deploy

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, There is no contradiction between the two pages you link to, as one page refers to Python apps, the other to Java. Your request to not change the default values of options refers to gloud app deploy, a deployment command that is specifically described in documentation as not

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread Thomas Becker
After some more research and experimentation, I believe that I solved the mystery. So again, on the page https://cloud.google.com/sdk/gcloud/reference/app/deploy is says that you can deploy Java services to App Engine standard with "gcloud app deploy", and on the page

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread Thomas Becker
Thanks for the information. As a suggestion, you may want to correct the page https://cloud.google.com/sdk/gcloud/reference/app/deploy On that page, in the example section, it says, To deploy an App Engine Standard Java service, run: $ gcloud app deploy

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Per this article , currently the gcloud command-line tool does not deploy Java applications to production App Engine. So if you use the Cloud SDK to develop in Java on App Engine, you must use the