I skipped this information from Brian. How to run appcfg from the command 
line:

[1] appcfg.sh is from the App Engine SDK for Java 
<https://cloud.google.com/appengine/docs/standard/java/download>  and not 
included in the Google Cloud SDK.  But it's a simple wrapper around a jar 
that is included in the Google Cloud SDK:

$ java -cp 
$GOOGLE_CLOUD_SDK_HOME/platform/google_appengine/google/appengine/tools/java/lib/appengine-tools-api.jar
 com.google.appengine.tools.admin.AppCfg 
[args]


El martes, 4 de abril de 2017, 12:08:23 (UTC+2), Daniel Garrido escribió:
>
> Hi,
>
> I ran appcfg from the command line. You will have to use appcfg.cmd 
> included in the java app engine sdk. It seems that it is not included in 
> the cloud sdk. At least, I wasn't able to find it. This point doesn't seem 
> very clear in the documentation.
>
> Inside eclipse, I followed the recommendations from Nicola and it worked 
> for me, but you will have to use maven. In your case, you're talking about 
> gwt project. I'm not sure how it will work.
>
> Regards,
> Daniel.
>
>
> El sábado, 1 de abril de 2017, 15:59:22 (UTC+2), my self lky escribió:
>>
>> hi daniel!! same thing is happening with me!! corn job not being 
>> uploded!! what to do?? where to run this appcfg command in eclipse?? im 
>> using eclipse!! its a gwt project!! please tell me how to make it work? 
>> thanx in advance!
>>
>>
>> On Wednesday, March 15, 2017 at 3:05:19 AM UTC+5:30, Daniel Garrido wrote:
>>>
>>> Hi all,
>>>
>>> I have tried to create a cron task using cron.xml file:
>>>
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <cronentries>
>>>   <cron>
>>>     <url>/save</url>
>>>     <description>daily summary job</description>
>>>     <schedule>every 2 minutes</schedule>
>>>   </cron>
>>> </cronentries>
>>>
>>> When I deploy my app to app engine using Google Cloud Tools for Eclipse, 
>>> the cron task is not being created (it doesn't appear in the console).
>>>
>>> I tested the same example using the old Eclipse plugin and it worked.
>>>
>>> It seems that the cron.xml file is not being uploaded. Documentation (
>>> https://cloud.google.com/appengine/docs/standard/java/config/cron) says 
>>> that I have to upload cron tasks using appcfg. This is automatically 
>>> performed by the eclipse plugin.
>>>
>>> Finally, I used appcfg and the cron task was created.
>>>
>>> I am wondering if I can do the same using the new Google Cloud Tools in 
>>> an automatic way.
>>>
>>> Best regards,
>>> Daniel.
>>>
>>

-- 
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/43c98b56-7e10-4c8a-a917-e775ef96a033%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to