I'm dealing with the change in task queue apis away from .labs.

One change I've encoutered that is not mentioned in the release notes:
http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

     import static
com.google.appengine.api.labs.taskqueue.TaskOptions.Builder.url;
is now undefined.

I suspect this is the proper replacement method
     import static
com.google.appengine.api.taskqueue.TaskOptions.Builder.withUrl;

Any other surprises with migrating to 1.4 task queues?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to