how do i arrange multiple projects depdendcies ?

2011-05-19 Thread Elhanan
let's say i have 2 projects the first is the gwt application while the 2nd is a simple java project, which does contain entry points and modules to be included in the application's module. so far this works fine, but what about the jars? if i use hibernate and jpa, i would need to include jars

Re: how do i arrange multiple projects depdendcies ?

2011-05-19 Thread Brandon Donnelson
You might want to try something like maven, were it can manage the libs for you. I would make an Ant build.xml file like GWT standalone does to move libs were you need them. Brandon Donnelson http://gwt-examples.googlecode.com -- You received this message because you are subscribed to the