In your code,
TaskOptions TO = new TaskOptions(TOdefault);
I suggest you change it to
TaskOptions TO = TOdefault;
--
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 google-appengine-java@googl
Hi,
Do you work on local dev server or on live infrastructure ?
Local dev servers requires additional jars to be included
regards
didier
On Jan 24, 12:02 pm, Simon Knott wrote:
> As Fabrizio has mentioned, the API methods have changed. However,
> you're saying that you can get the code to co
As Fabrizio has mentioned, the API methods have changed. However,
you're saying that you can get the code to compile and it's throwing
errors at runtime, which suggests that something has gone wrong with
your imports - are you including both the labs and the non-labs API
imports in the same class?