Error :No source available ..

2011-11-16 Thread learning coding
Hi i have added some external jar file in web application When i compile it its show me eror related to all the jar file which i am using in application error Line 12: No source code is available for type ...; did you forget to inherit a required module? how to rectify it.?

Re: Error :No source available ..

2011-11-16 Thread Hilco Wijbenga
On 16 November 2011 08:58, learning coding learning.codin...@gmail.com wrote: Hi i have added some external jar file in  web application When i compile it its show me eror related to all the jar file which i am using in application        error Line 12: No source code is available for type

no source available

2009-06-12 Thread Peter Kirklewski
Hi Guys I created an application, it starts and shows the two standard windows but there are some errors: No source is available for type org.timepedia.client.browser.Chronoscope; did you forget to inherit required module ? The answer is no - I didn't as my HelloChart.gwt.xml file contains:

Re: no source available

2009-06-12 Thread Arthur Kalmenson
The inherits tag needs to point to the .gwt.xml module file, not a class file. Looking at the Chronoscope library, it looks like Chronoscope.gwt.xml is actually in org.timepedia.chronoscope.Chronoscope so your inherits tag should look as follows: inherits