[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.

[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 A

[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

[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