Code Search for Developers
 
 
  

agent.properties from cruisecontrol at Krugle


Show agent.properties syntax highlighted

#####################################################################
### CRUISE CONTROL AGENT PROPERTIES #################################
#####################################################################
## cruise.build.dir - Directory into which builds should be
##		checked out on this build agent machine.
## jini.policy.file - Java security policy file Jini should use
## jini.logging.file - Java logging properties used by Jini

cruise.build.dir=.

jini.policy.file=insecure.policy
jini.logging.file=jini.logging


# If mulicast is not available on your network, you may try uncommenting
# the property below. Change the ip address to a machine
# (or machines - comma separated list) that is running a lookup service.
# This should only be done as a last resort, as it is far less robust,
# and probably won't work if DNS is not configured correctly on your network.
#
#registry.url=jini://ubuntudan,jini://10.6.18.51




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