Code Search for Developers
 
 
  

cruise.properties from cruisecontrol at Krugle


Show cruise.properties syntax highlighted

######################################################################
### CRUISE CONTROL MASTER PROPERTIES #################################
######################################################################
## 
## cruise.run.dir - Root build directory for Cruise Control, this is,
##      the local directory containing "checkout" and "logs" 
##      directories in the canonical Cruise Control install structure.
## jini.port - Port Jini's registrar should run on. This is auto-
##      discoverd and so doesn't really matter, except that it 
##      shouldn't conflict with other services running on your
##      machine
## jini.policy.file - Java security policy file Jini should use. The
##      default file is entirely insecure and should only be used in
##      a trusted environment.
## jini.config - Jini 2.0 configuration file (shouldn't require
##      changes)

# value of "." works for unit testing, should be set to real value as needed.
cruise.run.dir=.
jini.port=8050
jini.policy.file=insecure.policy
jini.config=start-jini.config




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

  README.html
  agent-build.xml
  agent.properties
  cruise.properties
  insecure.policy
  jini.logging
  log4j.properties
  lookup-build.xml
  start-jini.config
  transient-reggie.config
  user-defined.properties
  util-build.xml