> I'm trying to get a multi-project build with GWT working in Eclipse,
> utilizing Ivy and IvyDE.
I have this setup outside of IvyDE, by adding the folders manually to
the classpath of the GWT launcher. E.g. I have a foo-project.launch file
which starts DevMode, then in the classpath tab, add folders for:
/bar-project/src/main/java
/bar-project/src/main/super
Etc.
It is not automatic like IvyDE is, and you have to add/remove the
folders as you open/close the bar project, but works once you set it
up.
(I typically have foo.launch which is just foo and relies on regular
release jars for bar, and then foo-with-bar.launch which is foo + bar's
source folders on the classpath.)
- Stephen