GWT RequestFactory compile error Deobfuscator.Builder

286 views
Skip to first unread message

Johann

unread,
Jan 26, 2012, 3:12:13 PM1/26/12
to google-we...@googlegroups.com
Hi everyone,

i try to build my first project with gwt requestfactory.  

after many other errors e.g annotation and missing jason classes. 

the development output show me an hint 
" [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, 

console says:

        [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?

does anyone know which module is here required? 

best regards

Thomas Broyer

unread,
Jan 27, 2012, 10:51:32 AM1/27/12
to google-we...@googlegroups.com
None. This is server-side code. Whether you'll see the error or not really depends on how you compile your project. When your project grows, I'd suggest using 2 Eclipse/Maven/whatever projects for client and server code (and possibly a third one for shared code), then you'd compile client-side and server-side code separately and won't see this message anymore. In the mean time, you can safely ignore it.

Johann

unread,
Jan 28, 2012, 8:29:18 AM1/28/12
to google-we...@googlegroups.com
I already suspected that I should use maven build tool. 
ok thanks for ur hint. that make sense.  i will test it
Reply all
Reply to author
Forward
0 new messages