Hi all, maybe this question is stupid and has a very simple answer, but I could not find it. I create a Gwt client module, and In particular I create Widget subclasses containing objects from my personal library, which in turn are built using third party libraries.
While building I get the error: No source code is available for type xxxx...... The questions are: 1) If I do NOT have the source code for class xxxx, what should I do? 2) for my own classes (of which obviously I have the source code) , could somebody point me to an example of how to add it to the gwt.xml config file? 3) I understand that the java code is translated to javascript, but isn't this limited to just the code realizing the page elements? i.e. if a Java object is contained in the client modules, do all his methods have to be translated and all the methods of all the classes that it references, even if they are NEVER used for rendering the page? Thanks in advance, Marino Segnan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
