Re: Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-18 Thread Dan
It did the job! I wasn't aware of the right value for *inherits*. I have just realised it's the gwt.xml file without the extension... Thanks! On Mar 16, 6:24 pm, ocaner oca...@gmail.com wrote: Try to compile it and I get the error copied below. I believe i need to inherit it, or need to

Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-16 Thread Dan
Hi, I am trying ot use the DatePicker that the user created here: http://advanced-gwt.sourceforge.net/demo/index.html = *Text and Button Widgets* tab = Select a date. In the *Source Code* section it imports this: import org.gwt.advanced.client.ui.widget.DatePicker; I downloaded the relative

Re: Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-16 Thread ocaner
Try to compile it and I get the error copied below. I believe i need to inherit it, or need to specify the source path in Monkee.gwt.xml, but don't know how to do it. And the source code of the whole project I downloaded is a bit too complicated for me to understand, as I am still a beginner.