Hi.
As i have previously mentioned, i am a noob at GAE and GWT. Here is the
thing.

I had some training project, in which i wrote a composite widget i quite
like. Then i created a project that i intend to turn into something
meaningful, in which i wanted to use that composite widget, so in Eclipse i
dragged the package with that widget from the first project to the second
one, changed the package declarations in its classes to reflect its new
location, and tried to initialize that widget in that new project the same
way i did (or so it seems) in the trial project. And i did "import" that
widget's package. However, when i try to compile the new project, the
compilation fails, and i get the following error message:

      [ERROR] Errors in
'file:/Users/dtv/Documents/workspace/c-bay/src/ur/g05/smc/client/NewPageForm.java'

         [ERROR] Line 40: No source code is available for type
ur.g05.smc.widgets.RichTextAreaWithFormatPanel; did you forget to inherit a
required module?

Again, the class declaration does exist in that package. And i can almost
swear there were no .xml files relating to the RichTextAreaWithFormatPanel
in the first project. In other words, it seems that everything is the same,
but it doesn't work.

Is there something i miss? Thank you in advance
-- 
Best Regards,
Timofey Danshin.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.


Reply via email to