Re: How can I share classes (code) between 2 projects

2009-11-30 Thread FKereki
Check http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModuleXml and, in particular, the "Dividing code into multiple modules" entry. Good luck! F.Kereki On Nov 30, 11:32 am, tedpottel wrote: > Hi, > > I would like to make some genrick classes that I could shar

Re: How can I share classes (code) between 2 projects

2009-11-30 Thread olivier nouguier
You need to define a GWT Module. - Module: build a jar with .class and .java inside. + gwt.xml file - Application 1 & 2: add the jar to classpath && import the module. On Mon, Nov 30, 2009 at 2:32 PM, tedpottel wrote: > Hi, > > I would like to make some genrick classes that I could share betwe

How can I share classes (code) between 2 projects

2009-11-30 Thread tedpottel
Hi, I would like to make some genrick classes that I could share between multple gwt projects. Does anybody know how I would do this? - Ted -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-