Widget Library in GWT
Hello,
GWT support in Demetra is awesome!
One question though. I am trying to add a widget library to my project (http://gwt-widget.sourceforge.net/) but when I launch the GWT I get an error that it cannot find the the xml file. I also notice that the new library is not on the classpath even though I added it to the project. How do I get widget libraries working?
Thanks,
Chanan.
请先登录再写评论。
It is a known bug in GWT Run Configuration, which I hope will be fixed
in the next EAP build.
The workaround is to create usual Application Configuration, which will
start GWTShell. Hint: Don't forget to include your sources in the
bebinning of classspath
Chanan Braunstein wrote:
Nice GWT Demo.. Thanks.
I have gwt-widgets-0.1.2.jar in the classpath of my gwt project. Everything works fine.
Have you added ]]> to your moduleName.gwt.xml ?