Hi, I'm developing web application using GWT. But I've a big problem
compiling the source code with ant configuration. Since 3 days ago
I've never had problems on compliling code, but now during GWTCompile
time, I see the following errors:

     [java]    Translatable source found in...
     [java]       [WARN] No source path entries; expect subsequent
failures
     [java] com.google.gwt.core.ext.typeinfo.NotFoundException:
java.lang.Object
     [java]     at
com.google.gwt.core.ext.typeinfo.TypeOracle.refresh(TypeOracle.java:
544)
     [java]     at
com.google.gwt.dev.javac.TypeOracleMediator.refresh(TypeOracleMediator.java:
394)
     [java]     at
com.google.gwt.dev.javac.CompilationState.compile(CompilationState.java:
137)
     [java]     at
com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:327)
     [java]     at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:
564)

[......]


     [java] Compiling module it.XXX.XXX.XX.XXXX
     [java] Computing all possible rebind results for
'it.XXX.XXX.XX.XX.MyEntryPoint'
     [java]    Rebinding it.XXX.XXX.XX.XX.MyEntryPoint
     [java]       Checking rule <generate-with
class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
     [java]          [ERROR] Unable to find type
'it.XXX.XXX.XX.XX.MyEntryPoint'
     [java]             [ERROR] Hint: Previous compiler errors may
have made this type unavailable
     [java]             [ERROR] Hint: Check the inheritance chain from
your module; it may not be inheriting a required module or a module
may not be adding its source path entries properly
     [java] [ERROR] Build failed
     [java] Java Result: 1


This is very strange because before I've never seen this error I've
never modified both the source code both the configuration files.
Please help me, I'm not sleeping the night since last week :O

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to