On 19 January 2012 19:22, Paul Shannon <[email protected]> wrote: > You were right, Hilco: I misspelled the module name. Fixing that got > me a bit further, but alas, linking problems continue.
Just for the record, it really is quite simple. Add the JAR (+ sources) to your classpath and add an inherits line. It really isn't hard. Maybe the SVG library has it's own dependencies? > All of which reminds me that, when in Rome, one should do as the > Romans do. Eclipse, here I come. If you're using some sort of SCM, you should be able to check the changes Eclipse makes. (I mean you should be able to create a diff between the before and after.) That ought to tell you what you want to know. I bet it's something small: a typo or editing the wrong file. Or missing dependencies. > Thanks for your kind assistance! You're welcome. Good luck. -- 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.
