1 Reply Latest reply on Sep 1, 2005 6:17 AM by aron.gombas

    Kosmos Cruise Control Integration

    sikharsaikia

      Hi Aron
      I tried to integrate CruiseControl with Kosmos? I have installed it in my Windows machine (Same machine that has Kosmos). I think I just need to change the bold values in with Local Path?

      <init-param>

      monitored.dirs<!-- replace these with your local
      paths -->



      /!Usr/Aron/Own/midori/projects/kosmos/testdata/cc-log/AIS,

      /!Usr/Aron/Own/midori/projects/kosmos/testdata/cc-log/various,

      /!Usr/Aron/Own/midori/projects/kosmos/testdata/cc-log/various-



      </init-param>

      But can you please tell me Local path to what? (This is first time I
      am using Cruise Control; So don?t have much idea actually) I tried the
      following but that didn?t work


      C:\cruisecontrol-bin-2.3.0.1\cruisecontrol-bin-2.3.0.1\logs\commons-math

        • 1. Re: Kosmos Cruise Control Integration
          aron.gombas

          You have to list the local paths of the dirs(!) where the cruisecontrol build logs get generated. You separate them by ','.

          A typical local path:
          blablabla\cruisecontrol-2.2.1\main\bin\logs

          Warning! These are dirs, not files!
          (Kosmos will look for the latest logfile in the given dir and process that.)

          HTH