GWT project dependencies in Eclipse - managing class files in war.

2009-09-14 Thread AndrewG
I have quite a large project - developed in eclipse Ganymede - into which I am incorporating gwt. I want to organise this as follows: 1) A 'low level' GWT component library (mostly containing custom widgets). 2) A GWT library containing complex UI web pages (with test harness facilities). 3) A

Re: GWT project dependencies in Eclipse - managing class files in war.

2009-09-14 Thread Jason Parekh
Hey Andrew, There's an alternative to the JAR approach: In your (3)'s project properties, set up (1) and (2) as linked source folders, and in (2)'s project properties, set up (1) as a linked source folder. This is ugly, but it should work until we get proper support dependent projects in the