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