Hi all, I'm trying to build a small GWT library of my own to implement a new widget. I have created a jar file with the java classes I've written. I added this jar file to my classpath in Eclipse and I can access these classes from my Eclipse project without any compilation errors. For e.g., I have a class 'A' which uses class 'B' which I've developed as part of my library. This class compiles fine in Eclipse, but when I try to do a GWT compilation using com.google.gwt.dev.GWTCompiler to get the JS files generated, I get an error indicating that the class 'B' cannot be found, even though the jar file is in classpath in the compile command.
Can someone advise me on what all should be added to the jar file if I need to publish it as a generic GWT library? What all should I define in my 'libraryname'.gwt.xml file and where should it be placed?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
