include dependent project in gwt project war file / creating war files

2011-10-21 Thread cri
I have two GWT projects that both use classes in a dependent eclipse java project. In DEV mode I can get the GWT projects to include classes from the dependent project by adding the dependent project to the eclipse build path of my GWT projects. However, when I create my war file by jar-ing up

Re: include dependent project in gwt project war file / creating war files

2011-10-21 Thread cri
I think I figured it out. I didn't know about this eclipse capability. You can add the Dynamic Web Project facet to a GWT project then pretty much problem solved. On Oct 21, 10:17 am, cri chuck.irvine...@gmail.com wrote: I have two GWT projects that both use classes in a dependent eclipse java