feel free to shoot me a zip of the project and I will tell you whats wrong.
On Aug 18, 11:44 am, Sleeveen <[email protected]> wrote: > I've dropped the JAR in war/WEB-INF/lib since it will (eventually) be > used on the server side of things. > > I've removed the hyphens from the name of the module (everywhere): > still no luck. > > I've removed the rename-to attribute: still no luck. > > I am indeed using Eclipse. The JAR is configured as a library on my > Java build path. > > I appreciate the comments though! > > Keep 'em coming! > > Thanks > > On Aug 18, 12:58 pm, lineman78 <[email protected]> wrote: > > > > > From what I can tell there is nothing wrong with the structure of your > > project or the packaging. Generics have been supported since GWT > > 1.5. > > > First of all, you dont want it to be in war/WEB-INF/lib. This is for > > server-side Java libraries, but this won't hurt anything. > > > Second, I would try taking the hyphen out of the module name as that > > may be causing issues. > > > Thirdly, you might think about removing the rename-to from the library > > gwt.xml. > > > I would also double check your classpath to ensure that the jar is in > > it. How are you compiling? Eclipse? -- 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.
