Hi, I'm excited about trying out java google app engine. My tutorials has been going fine while running on eclipse; but i keep getting this error trying to deploy to google.
An internal error occurred during: "Deploying GAEj to Google". XML error validating C:\Users\seni\workspace\GAEj\war\WEB-INF \appengine-web.xml against D:\eclipse\plugins \com.google.appengine.eclipse.sdkbundle. 1.3.1_1.3.1.v201002101412\appengine-java-sdk-1.3.1\docs\appengine- web.xsd Here is my appengine-web.xml -> <?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>sms2fonesreport</application> <version>1</version> <!-- Configure serving/caching of GWT files --> <static-files> <include path="**" /> <!-- The following line requires App Engine 1.3.2 SDK --> <include path="**.nocache.*" expiration="0s" /> <include path="**.cache.*" expiration="365d" /> <exclude path="**.gwt.rpc" /> </static-files> <!-- Configure java.util.logging --> <system-properties> <property name="java.util.logging.config.file" value="WEB-INF/ logging.properties"/> </system-properties> </appengine-web-app> please help out. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.