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.

I've got CC installed at /opt/CC on a linux box, you'll have to translate for use on Windows ;). Under the CC install dir I created a "work" directory that contains "checkout" and "logs" subdirs.

For each project to run within CC:

   1 cd to work/checkout and I manually check out the src (CVS in my case)
   2 cd into the project dir and run maven cruisecontrol:config
3 copy cruisecontrol.xml to /opt/CC/work/config.xml. Note, you'll have to merge with any existing config.xml if you have more than 1 project. 4 edit config.xml and fixup any paths so they refer to the checkout and logs subdirs of work instead of <project>/target/...
   5 cd to work and start CC (e.g., /opt/CC/main/bin/cruisecontrol.sh)

That's how it works for me, YMMV. Reply off list and I may be able to help further.

DD




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to