Re: Help Please : How to add my own jar file in Gwt Module

2009-03-13 Thread Matías Costa
On Fri, Mar 13, 2009 at 8:08 AM, shashi  wrote:

> Loading inherited module 'com.span.gwt.client.widgets.events'
>  [ERROR] Unable to find 'com/span/gwt/client/widgets/
> events.gwt.xml' on your classpath; could be a typo, or maybe you
> forgot to include a classpath entry for source?
>
>
> Please any body help me out from this issue?
>

Remember that gwt is a java *source code* to javascript compiler. All
classes used in client side must be available as source code when compiling.
You must include the .java files in the jar.

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



Help Please : How to add my own jar file in Gwt Module

2009-03-13 Thread shashi

Hi Experts,

I am facing an issue to configure my own jar file into GWT
Application.

Could you please help me out from the issue.

I have created my own .jar file which contain reusable .class(jar
contains only .class files) files for my application.

If i add that .jar file in class i am getting following error.

Loading inherited module 'com.span.gwt.client.widgets.events'
  [ERROR] Unable to find 'com/span/gwt/client/widgets/
events.gwt.xml' on your classpath; could be a typo, or maybe you
forgot to include a classpath entry for source?


Please any body 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 Google-Web-Toolkit@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
-~--~~~~--~~--~--~---