Code Search for Developers
 
 
  

README.txt from cruisecontrol at Krugle


Show README.txt syntax highlighted

To install CruiseControl as a NTService

First build CruiseControl.
Download and unzip wrapper_win32_3.1.1.zip 
from http://sourceforge.net/projects/wrapper

place wrapper.jar, wrappertest.jar and wrapper.dll in the lib dir.
place wrapper.exe in the bin dir.

run ant -Dcc.work.dir=/Absolute/Path/To/Dir/ContainingConfig.xml/
Verify the generated settings in wrapper.conf

test the wrapper with 
cruisecontrol.bat  

Install the service with
InstallCruisecontrolWrapper-NT.bat

Start the service with
cruisecontrol.bat start

Stop the service with
cruisecontrol.bat stop






See more files for this project here

cruisecontrol

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.

Project homepage: http://sourceforge.net/projects/cruisecontrol
Programming language(s): Java,XML
License: other

  bin/
    InstallCruisecontrolWrapper-NT.bat
    UninstalCruisecontrolWrapper-NT.bat
    cruisecontrol.bat
    cruisecontrolWrapper.bat
    cruisecontrolWrapperNoWrapper.bat
  conf/
    wrapper.template.conf
  lib/
  README.txt
  build.xml