Ok..just figured this out. I was putting the .gwt.xml file in the wrong package; i was putting it in the package with the class and not the parent one.
On Aug 20, 9:29 am, Jason M <[email protected]> wrote: > I'm trying to import a jar file with pojo classes and am getting: > Unable to find 'de/vogella/gwt/module/model.gwt.xml' on your > classpath; could be a typo, or maybe you forgot to include a classpath > entry for source? > > I followed this tutorial:http://www.vogella.de/articles/GWT/ar01s08.html > and couldn't get it to work and then tried to export the person > eclipse project as a jar with source code. No luck. > > Has anyone solved this or seen this issue? -- 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.
