Re: Error :No source available ..

2011-11-16 Thread frostedsugar
Your jar file needs to include the *.java files for the classes you want to use with GWT. -- 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 gr

Re: Error :No source available ..

2011-11-16 Thread Hilco Wijbenga
On 16 November 2011 08:58, learning coding 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 ...; > did you

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.? t

Re: no source available

2009-06-12 Thread Arthur Kalmenson
The 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 tag should look as follows: Regards, -- Arthur Kalmenson On Fri, Jun 12, 2009 at 2:24 PM,

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: