|
From: Colin S. <col...@ex...> - 2004-06-26 17:18:40
|
Rod Johnson wrote: >All > >I've added a new CVS module called "samples". > >This is to contain integration samples. I'm going to put in AspectJ >integration and a 1.5 attributes preview soon. A JSF sample app would also >be an obvious candidate in the new future. > >Why a separate module? > >* Most of these samples should probably be released separately >* They may have separate binary dependencies, that shouldn't go onto the >classpath of the main project >* I want these samples to be independent projects, rather than part of the >main Spring project >* It's impossible to put an independent Eclipse project (with AspectJ/1.5 >support etc.) within the top-level Eclipse project AFAIK > >Rgds >Rod > > It's very annoying that Eclipse will not allow you to nest one project within another. There is a sort of workaround though, which I use for loading projects underneath autobuild for example. The workaround is to use two workspaces. One workspace which is for Spring itself, and another one in which you load any contained projects. Colin |