Hi, i have a problem with gwt-maven-plugin. I have a project with objectify, request-factory and gwt. And i want use maven plugin to upload project to gae, but when i call mvn appengine:update, exception arise:
------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.runetfind.webapp.client.SandboxJukitoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- gwt-maven-plugin:2.5.1:compile (default) @ runetfind --- [INFO] Compiling module com.runetfind.webapp.Runetfind [INFO] Validating units: [INFO] [ERROR] Errors in 'file:/home/ustinkin/git/runetfind/runetfind/target/generated-sources/apt/com/runetfind/webapp/shared/service/ServerRequestFactoryDeobfuscatorBuilder.java' [INFO] [ERROR] Line 7: No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module? [INFO] [ERROR] Line 9: No source code is available for type com.google.web.bindery.requestfactory.vm.impl.OperationKey; did you forget to inherit a required module? [INFO] [ERROR] Line 10: No source code is available for type com.google.web.bindery.requestfactory.vm.impl.OperationData.Builder; did you forget to inherit a required module? [INFO] [ERROR] Aborting compile due to errors in some input files Could someone help me to solve the problem? Full log and pom.xml are attached. pom.xml is modified pom file from archetype: https://github.com/ArcBees/ArcBees-tools/tree/master/archetypes/gwtp-appengine-objectify Thank you -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
update.log
Description: Binary data
pom.xml
Description: XML document
