I use Eclipse for GWT, and I'm trying to use a third party library (OFC GWT) for charting. The most recent version of source code in Subversion repository seems to have the changes I require, but the downloadable JAR file doesn't have those changes in it yet.
Can someone explain how I can take the source code and compile it to a usable JAR library for GWT? I can't seem to find this information anywhere, but it would be highly useful as I often want to fix a bug or two in some libraries when I try to fix them, but I do not know how to compile / generate the JAR library afterwards to test out and use my adjustments. In Eclipse, I know there is an Export - Jar File option. However, when I use this on the project, the 'resources' box on the left is empty, and no files will be added to the JAR file. I'm not sure if this is because there is no Main method (it isn't a typical Java program), or what it has to do with as I have never created a JAR library before. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
