In Eclipse you specified the dependency on another project, which is enough for Dev mode, but is not sufficient for compilation. If you use Ant or Maven, you need to specify the dependencies in your build scripts.
On 5 août, 03:15, avepa <[email protected]> wrote: > I'm using Eclipse and attempting to import a project from another > location. I adjusted the source path in the .gwt.xml file so that it > reflected this and added the additional build path location. However, > when I attempt to run it on a server, these problems come up from the > debugger: > > No source code is available for type.com.sample."blah"; did you forget > to inherit a required module. > > Could someone please help me on this? > > Thanks -- 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.
