Thanks for your healp: my cron.xml: <?xml version="1.0" encoding="UTF-8"?> <cronentries> <cron> <url>/cron/flushCache.do</url> <description>This's a Chinese description! 这是一个中文描述!</description> <schedule>every 2 minutes</schedule> </cron> </cronentries>
When description of cron isn't ascii code,i can't deploy my web app! so i change description to:<description>This's a Chinese description! </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 [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.
