I have a custom resource that looks like this:

package foo.resources.client;
...
@ResourceGeneratorType(MyResourceGenerator.class)
public interface MyResource extends ResourcePrototype {
  ...
}


and a custom resource generator that looks like this:

package foo.resources.rg;
...
public final class MyResourceGenerator extends
AbstractResourceGenerator {
  ...
}

This used to work in 2.0, but after upgraded to 2.1, I get the
following error:
foo.resources.rg.MyResourceGenerator can not be found in source
packages. 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.

Can someone help me out here?

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