On Thursday, January 26, 2012 9:48:42 PM UTC+1, Johann wrote: > > hi everyone, > > i build my first gwt requestfactory app and got first an error in the > development output.. > > 21:43:01.805 [INFO] xxxxx] Ignored 1 unit with compilation errors in first > pass. > Compile with -strict or with -logLevel set to TRACE or DEBUG to see all > errors. > > i did it and the console says: > > Validating newly compiled units > [ERROR] Errors in > 'file:/D:/Active%20Workspace/Indigo/xxxxx/.apt_generated/de/xxxxxx/shared/xxxxxxxRequestFactoryDeobfuscatorBuilder.java' > [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? > [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? > [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? > [ERROR] Aborting compile due to errors in some input files > > any idea what im missing? >
Nothing, you can safely ignore this warning; this class is server-side only; so don't compile in -strict mode and ignore the "INFO" message. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/cMFVIpadZFAJ. 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-web-toolkit?hl=en.
