You can use maven and add sources dependencies: <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <classifier>sources</classifier> <scope>provided</scope> <type>jar</type> </dependency>
Juan 2011/3/15 Samuru Jackson <[email protected]> > 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. > > The only simple solution that I'm aware of is to link the source folders > from commons into the sub-projects. > > Is there any alternative to that? > > Thanks > /SJ > > > -- > 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. > -- 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.
