Hi Doug, > -----Original Message----- > From: Doug Douglass [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 septembre 2005 22:44 > To: Maven Users List > Subject: Re: RE : CruiseControl issues trying to install and run from > maven.Pleasehelp. > > Mick Knutson wrote: > > So, the config.xml is at least a starting point right? > > What I need to know then, is: > > > > 1. What is missing to at least get an initial checkout and build working > > 2. Where do I put the config.xml? > > 3. Do I just run c:\cc\main\bin\cruisecontrol.bat once to get the whole > > thing into motion? > > > > > > Thank You > > Mick Knutson > > > > As I said, I pretty much follow the CC docs but I don't have a link > handy. From what I recall, maven CC plugin wants to run CC _within_ the > maven project, whereas CC itself usually runs _outside_ of any single > project.
That is not quite correct. The default CC plugin properties run CC in the target dir (for lack of a better default) but you can change them to run CC anywhere on your machine. That said, this goal is just a convenience and you're free not to use it of course. [snip] -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
