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

2018-11-12 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
You can follow this example:

https://cloud.google.com/appengine/docs/standard/java/config/appref#automatic_scaling_min_pending_latency

On Monday, November 12, 2018 at 7:32:47 AM UTC-5, Attila-Mihaly Balazs 
wrote:
>
> There is a deploy.version paramter for the Maven goal: 
> https://cloud.google.com/appengine/docs/standard/java/tools/maven-reference#appenginedeploy
>
> Attila
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/18805071-f1dc-4e0a-84d8-5447dec679ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-11-12 Thread Attila-Mihaly Balazs
There is a deploy.version paramter for the Maven goal: 
https://cloud.google.com/appengine/docs/standard/java/tools/maven-reference#appenginedeploy

Attila

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ffeb4bbf-4794-4f4c-8318-cb2080e52866%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-11-10 Thread ABR Arun
Hi Brian,
  We are deploying GAE Standard Application using eclipse, But one 
drawback in it is, we couldn't set the Version number if we use eclipse. it 
deploys to the random number as version

  But If I use "gcloud app deploy " we can mention the versions where 
it need to be deployed

  Do we have any option to set the version number/name in eclipse ?

On Tuesday, June 19, 2018 at 6:25:54 PM UTC+5:30, Brian de Alwis wrote:
>
> Hi Thomas.
>
> You can deploy your App Engine projects from within Eclipse by selecting 
> the project and using the "Deploy to App Engine Standard…" option in the 
> GCP toolbar item, or by right-clicking on the project and choosing "Deploy 
> to App Engine Standard…".  You can read more at:
>
> https://cloud.google.com/eclipse/docs/deploying
>
> Hope that helps.
>
> Brian.
>
>
> On 18-Jun-2018, at 7:07 AM, Thomas Becker  > wrote:
>
> 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 
> plugin, I was prompted to convert to a Google Cloud Tools project, which I 
> did. Since I wasn't using Maven before, my project was  converted to a 
> non-Maven Google Cloud Tools for Eclipse project. So now what I need to do 
> is convert a non-Maven Google Cloud Tools for Eclipse project to a Maven 
> Google Cloud Tools for Eclipse project. I haven't seen that particular work 
> flow mentioned anywhere in the docs. Any advice, any experience?
>
> On Sunday, June 17, 2018 at 12:49:45 PM UTC-6, George (Cloud Platform 
> Support) wrote:
>>
>> 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 cloud.google.com, for 
>> instance the collection of tutorials linked to on the "Building an App on 
>> App Engine" documentation page 
>> , 
>> and I stress "all", indicate mvn appengine:deploy as the proper command to 
>> deploy a Java app. This cannot be a simple coincidence. 
>>
>> Why do you prefer to use gcloud in spite of the general consensus in 
>> favor of Maven? Would this meet a special need of yours? Maven offers other 
>> advantages, beside ease of app deployment. 
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-appengi...@googlegroups.com .
> To post to this group, send email to google-a...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/ad0a2922-dd35-4983-81f7-1d855ad97047%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7eb9c9ea-23ce-4190-b5c4-1c76ae496005%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-06-19 Thread Thomas Becker
Thanks, I'll do that then. In the past, I've always deployed from the 
command line despite the fact that  I was using the Eclipse plugin, but why 
not doing it from Eclipse and not have to worry. Thanks again for the 
advice.

Thomas


On Tuesday, June 19, 2018 at 6:55:54 AM UTC-6, Brian de Alwis wrote:
>
> Hi Thomas.
>
> You can deploy your App Engine projects from within Eclipse by selecting 
> the project and using the "Deploy to App Engine Standard…" option in the 
> GCP toolbar item, or by right-clicking on the project and choosing "Deploy 
> to App Engine Standard…".  You can read more at:
>
> https://cloud.google.com/eclipse/docs/deploying
>
> Hope that helps.
>
> Brian.
>
>
> On 18-Jun-2018, at 7:07 AM, Thomas Becker  > wrote:
>
> 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 
> plugin, I was prompted to convert to a Google Cloud Tools project, which I 
> did. Since I wasn't using Maven before, my project was  converted to a 
> non-Maven Google Cloud Tools for Eclipse project. So now what I need to do 
> is convert a non-Maven Google Cloud Tools for Eclipse project to a Maven 
> Google Cloud Tools for Eclipse project. I haven't seen that particular work 
> flow mentioned anywhere in the docs. Any advice, any experience?
>
> On Sunday, June 17, 2018 at 12:49:45 PM UTC-6, George (Cloud Platform 
> Support) wrote:
>>
>> 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 cloud.google.com, for 
>> instance the collection of tutorials linked to on the "Building an App on 
>> App Engine" documentation page 
>> , 
>> and I stress "all", indicate mvn appengine:deploy as the proper command to 
>> deploy a Java app. This cannot be a simple coincidence. 
>>
>> Why do you prefer to use gcloud in spite of the general consensus in 
>> favor of Maven? Would this meet a special need of yours? Maven offers other 
>> advantages, beside ease of app deployment. 
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-appengi...@googlegroups.com .
> To post to this group, send email to google-a...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/ad0a2922-dd35-4983-81f7-1d855ad97047%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/10d1630b-195c-4fa9-a328-5f86746f28ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-06-19 Thread Brian de Alwis
Hi Thomas.

You can deploy your App Engine projects from within Eclipse by selecting the 
project and using the "Deploy to App Engine Standard…" option in the GCP 
toolbar item, or by right-clicking on the project and choosing "Deploy to App 
Engine Standard…".  You can read more at:

https://cloud.google.com/eclipse/docs/deploying

Hope that helps.

Brian.


> On 18-Jun-2018, at 7:07 AM, Thomas Becker  wrote:
> 
> 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 plugin, I was 
> prompted to convert to a Google Cloud Tools project, which I did. Since I 
> wasn't using Maven before, my project was  converted to a non-Maven Google 
> Cloud Tools for Eclipse project. So now what I need to do is convert a 
> non-Maven Google Cloud Tools for Eclipse project to a Maven Google Cloud 
> Tools for Eclipse project. I haven't seen that particular work flow mentioned 
> anywhere in the docs. Any advice, any experience?
> 
> On Sunday, June 17, 2018 at 12:49:45 PM UTC-6, George (Cloud Platform 
> Support) wrote:
> 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 cloud.google.com 
> , for instance the collection of tutorials linked 
> to on the "Building an App on App Engine" documentation page 
> , and I 
> stress "all", indicate mvn appengine:deploy as the proper command to deploy a 
> Java app. This cannot be a simple coincidence. 
> 
> Why do you prefer to use gcloud in spite of the general consensus in favor of 
> Maven? Would this meet a special need of yours? Maven offers other 
> advantages, beside ease of app deployment. 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-appengine+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to google-appengine@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/google-appengine 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/ad0a2922-dd35-4983-81f7-1d855ad97047%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/021E7D14-ACDA-4694-AAF1-8569AF394055%40gmail.com.
For more options, visit https://groups.google.com/d/optout.