Hi, I want to integrate the GWT in my product for some UI screens. I have created the GWT project and extended the entry point class with the class from my product. Those related classes are packaged in product specific jar files.
I have given the class name in <inherits> tag in <project- name>.gwt.xml I have added the same in classpath through eclipse--> project--> properties-->java build path At eclipse, the code is compiled. But when I have started to compile the code through GWT compiler to generate the javascript and html, i am getting below error. " No source code is available for type .................... did you forget to inherit a required module?" Does any one faced this problem? Please share if any clue asap Thanks in advance. -- 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.
