I have a problem with Restlet and GAE. I am working with Windows Seven Pro and Eclipse. I strictly followed this page to setup my project using GWT, RESTLET and GAE. http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/144-restlet/186-restlet.html
I wrote this line in my Project.gwt.xml : <inherits name='org.restlet.Restlet'/> And I added restlet library (org.restlet.jar from GAE library) to my buildpath When I compile my application (Google-GWT compile), I have this error : Loading inherited module 'org.restlet.Restlet' [ERROR] Unable to find 'org/restlet/Restlet.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? [ERROR] Line 14: Unexpected exception while processing element 'inherits' Best regards ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712921

