Re: design question: How to easily build a tree of projects?

2008-01-21 Thread Michael McCallum
i have a tree of modules projects to aggregate all of my projects together for CI, it works very well... NOTE the modules projects are not parents but siblings of the modules they aggregate On Tue, 22 Jan 2008 01:43:50 Jan Torben Heuer wrote: > Hi, > > I have a tree of projects which depend on

Re: design question: How to easily build a tree of projects?

2008-01-21 Thread Wayne Fay
It might work without the tags. But it certainly will not work without the . Wayne On 1/21/08, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > Wayne Fay wrote: > > > Make sure you have and tags set up properly. It > > should go into each child directory and build all the various projects > > in

Re: design question: How to easily build a tree of projects?

2008-01-21 Thread Jan Torben Heuer
Wayne Fay wrote: > Make sure you have and tags set up properly. It > should go into each child directory and build all the various projects > in the proper order etc if you build from the top. so I need this bi-directional connection with parent and module. There is not a simpler way? I'd rathe

Re: design question: How to easily build a tree of projects?

2008-01-21 Thread Wayne Fay
Make sure you have and tags set up properly. It should go into each child directory and build all the various projects in the proper order etc if you build from the top. Wayne On 1/21/08, Rex Huang <[EMAIL PROTECTED]> wrote: > If you setup the multi-module-projects correctly. > it will build ch

Re: design question: How to easily build a tree of projects?

2008-01-21 Thread Rex Huang
If you setup the multi-module-projects correctly. it will build child projects if the parent project is built. Rex On Jan 21, 2008 1:43 PM, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > Hi, > > I have a tree of projects which depend on each other and of course its > parents. It is a xmlbeans sch

design question: How to easily build a tree of projects?

2008-01-21 Thread Jan Torben Heuer
Hi, I have a tree of projects which depend on each other and of course its parents. It is a xmlbeans schema tree, but that should not matter. Right now, I have simple projects in the filesystem, but it is very hard to compile or built them, because I have to invoke maven on each project. Is ther