Re: cvs checkout of multiple subprojects [newbie]

2004-02-04 Thread Svetlin Stanchev
OK, I took a look, thanks for the pointer. Yes, I also decided to use an external script for initial checkout of the other Maven build files grouped in a module in CVSROOT/modules. But to retain platform independence, it is also a maven subproject (albeit very simple). So one needs to checkout

cvs checkout of multiple subprojects [newbie]

2004-01-29 Thread Svetlin Stanchev
Hi, I am trying to enhance/replace our Ant build with Maven. But I am unable to find the answer or a good practice for a seemingly basic activity: How can I perform a cvs checkout from scratch of multiple (20) projects, including their project.xmls starting from the upper/top level

Re: cvs checkout of multiple subprojects [newbie]

2004-01-29 Thread Jeffrey Bonevich
For mevenide we are using a simple shell/batch script that does all the checkout and then runs maven to build; not using maven per se to do this initial stuff. I believe there is also a bootstrap concept for maven install that you might be able to adapt, but have not dealt with this. For the