Hi Experts,

I have created my own jar file, which contains some reusable classes
(only .class files ).

Now i want to use this jar file in my GWT Application.If i put
that .jar file in class path i am getting following errors


"Removing units with errors
   [ERROR] Errors in 'file:/C:/shashikiran_b/workspace/gwt-scheduler/
src/com/span/gwt/client/controllers/week/CustomGrid.java'
      [ERROR] Line 41: No source code is available for type
com.span.gwt.client.widgets.events.IDesignerForLayout; did you forget
to inherit a required module?
   [ERROR] Errors in 'file:/C:/shashikiran_b/workspace/gwt-scheduler/
src/com/span/gwt/client/controllers/CalendarEvents.java'
      [ERROR] Line 76: No source code is available for type
com.span.gwt.client.widgets.events.MergedEventComponent; did you
forget to inherit a required module?
      [ERROR] Line 159: No source code is available for type
com.span.gwt.client.widgets.events.GridAdapter; did you forget to
inherit a required module?
   [ERROR] Errors in 'file:/C:/shashikiran_b/workspace/gwt-scheduler/
src/com/span/gwt/client/controllers/week/LayoutCreater.java'
      [ERROR] Line 31: No source code is available for type
com.span.gwt.client.widgets.events.DesignSupervisor; did you forget to
inherit a required module?
      [ERROR] Line 45: No source code is available for type
com.span.gwt.client.widgets.events.MergedEventComponent; did you
forget to inherit a required module?
   [ERROR] Errors in 'file:/C:/shashikiran_b/workspace/gwt-scheduler/
src/com/span/gwt/client/CalScheduler.java'
      [ERROR] Line 52: No source code is available for type
com.span.gwt.client.widgets.events.GridAdapter; did you forget to
inherit a required module?
   [ERROR] Errors in 'file:/C:/shashikiran_b/workspace/gwt-scheduler/
src/com/span/gwt/client/widgets/base/GridCreater.java'
      [ERROR] Line 251: No source code is available for type
com.span.gwt.client.widgets.events.IDesignerForLayout; did you forget
to inherit a required module?
Computing all possible rebind results for
'com.span.gwt.client.CalScheduler'
   Rebinding com.span.gwt.client.CalScheduler
      Checking rule <generate-with
class='com.google.gwt.user.rebind.ui.ImageBundleGenerator'/>
         [ERROR] Unable to find type
'com.span.gwt.client.CalScheduler'
            [ERROR] Hint: Previous compiler errors may have made this
type unavailable
            [ERROR] Hint: 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
[ERROR] Build failed"



Do i need to do any other configuration to use this jar file.

Could any body please help me out from this issue.

Thanks in advance,
Shashi



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