Re: Manage dependent GWT projects with Eclipse

2011-03-15 Thread Juan Pablo Gardella
You can use maven and add sources dependencies: javax.inject javax.inject 1 sources provided jar Juan 2011/3/15 Samuru Jackson > Hi, > > I have a project that contains certain common stuff which is defined as a > GWT module. > > I want to included that commons project into several other inde

Manage dependent GWT projects with Eclipse

2011-03-15 Thread Samuru Jackson
Hi, I have a project that contains certain common stuff which is defined as a GWT module. I want to included that commons project into several other independent GWT projects. At design time there is no problem adding the commons project as a dependency. However, running jetty from Eclipse fails.