I'm using RequestFactory in an Android Connected AppEngine project with a shared folder. The Eclipse AnnotationProcessor (that does the interface validation) works fine for the AppEngine project, but does not generate the MyRequestFactoryDeobfuscatorBuilder.java class for the Android project. It seems it does not do anything when I build the project. My project properties are like described in http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation.
Now my question: how can I obtain any information why the Interface Validation is not working? There is nothing in my logs or under "Problems".