Yes Gregor is right. I want to add one more point. A project is included or inherited in the .gwt.xml file only if that is a GWT project (atlesat to my knowledge).
i have all other external jars in a lib folder and have them in my classpath. -Satya On Nov 26, 6:30 pm, gregor <[EMAIL PROTECTED]> wrote: > Hi vitor, > > The rules are: > > 1. the library jar must include source as well as byte code if you > need any of its classes compiled by the GWT compiler for client side > use. > 2. in addition those classes must be compatible with GWT JRE Emulation > - see list in GWT docs for supported subset of Java 1.5. > 3. this does not apply to libraries used by GWT RPC servlets server > side where you can use whatever you want. > > regards > gregor > > On Nov 26, 6:36 pm, vitorLundberg <[EMAIL PROTECTED]> wrote: > > > Hello, > > Before posting here I read some post with the same kind of problem > > but I didn't really understand how to use it. > > > So I have a gwt project that's use a external jar, is a char4j > > ( library to build charts). > > but I get this error : > > > [ERROR] Line 85: No source code is available for type > > com.googlecode.charts4j.RadarPlot; did you forget to inherit a > > required module? > > > RadarPlot is under the charts4j.jar. > > > So if I understood in my Project.gwt.xml I need to set a inherits > > defining the sources path for all my charts4j classes. > > > I don't know if it's the solution for this problem, and also how to > > exactly do that ? > > > regards, > > Vitor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
