[appengine-java] Re: Error message after updating AppEngine in my project

2010-04-21 Thread
Me too have the misstake!
It's not effect gae application running!but it's :(

ubuntu 9.10 64b,Eclipse 3.5,GAE 1.3.3,jdk1.6.20

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] How to use junit test in the newest SDK1.3.1

2010-02-10 Thread
I found the class
com.google.appengine.tools.development.ApiProxyLocalImpl is not
public,but before 1.3.1 it's public!
In the JUnit document:

import java.io.File;
import com.google.appengine.tools.development.ApiProxyLocalImpl;
import com.google.apphosting.api.ApiProxy;

ApiProxy.setDelegate(new ApiProxyLocalImpl(new File(".")){});

So I can't new a ApiProxyLocalImpl instance!
Any body know how to use JUnit?
Thanks :)

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] How to clear logs?

2010-02-09 Thread
Thanks for your help ^ ^

My GAE Application has too mush logs!
But I don't know how to clear the logs!

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] a description of cron job bug! It's not support for UTF-8

2010-01-06 Thread
Thanks for your healp:
my cron.xml:


 
   /cron/flushCache.do
   This's a Chinese description! 这是一个中文描述!
   every 2 minutes
 


When description of cron isn't ascii code,i can't deploy my web app!
so i change description to:This's a Chinese description!
, it's work ok!
My xml encoding is utf-8,but cron.xml can't supported by utf-8!
-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.