I think I figured out the problem. In the <source path="path"> tag, I
was using the dot notation. So instead of saying "dir1/dir2", I was
saying "dir1.dir2".

Thanks for the response.

On Nov 12, 8:16 am, Jamesg <james.gust...@googlemail.com> wrote:
> Is the class of the type in the correct package?
> Its has to be in client or shared to be compiled by the GWT compiler.
>
> This can be configured in your  [AppName].gwt.xml
> ie <source path='client'> <source path='shared'>
>
> On Nov 10, 12:59 pm, Jim Majure <jim.maj...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I am trying to create multiple modules in a single Eclipse project. I
> > consistently get the "No source code is available for type <type>: did
> > you forget to inherit a required module?"
>
> > I am using Eclipse 3.5, with the latest version of the GWT plugin. I
> > do have the proper <inherits> tags. The runtime configuration has the
> > source directory in the classpath, so the java source should be
> > available at runtime.
>
> > Clearly, I'm missing something. Any help is appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to