Re: Best practice for packaging a module into a jar?

2010-03-26 Thread sportrider
I'm not sure if it's a good practice To make this work in Eclipse, I had to create virtual src folders in each GWT application, the source of which was the source of the shared project. Then there is a build.xml that copies source from all required projects into the build directory before lau

Best practice for packaging a module into a jar?

2010-03-17 Thread francescoNemesi
Hi, I have a complex GWT application which is dependent on various other GWT projects which are inherited. The application contains both server and client code and it also uses external properties files. I would like to package this application into a jar which can then be inherited by other proj