WidgetSet in eclipse add-on projects

Hi,

I’m currently developing two Vaadin7 applications using eclipse and the Vaadin plugin. The 2 applications share a common set of Vaadin extensions (my own code and 3:d party extensions) that I’ve organized in a separate eclipse project.

When I add the dependency on that extensions project, to either of the application projects, the widget sets are not compiled. Even I succeed in triggering the compilation it’s not done correctly. The widget set from that extensions project is not compiled/copied to the correct location.

When I add an add-on to the WEB-INF/lib directory the eclipse plugin handles everything automatically, but if I add a dependency to a development project in my workspace that essentially is an add-on it doesn’t work.

Is there a way to make this work?

/Anders