# # ## ===================================================================== ## ## Notes on this file: ## ## This properties file is used by the chainsaw-build.xml file ## to build/run Chainsaw ## ## Please see the accompanying HOWTOBUILD-CHAINSAW2.txt # # @author Paul Smith ## ===================================================================== # # #============================================================================== # Library Path Stuff #============================================================================== # describes the relative or full path to the Jakarta ORO Reg Exp jar file regexp.oro.jar=../oro/jakarta-oro-2.0.6.jar # JAXP location jaxp.home=../jaxp jaxp.jaxp.jar=${jaxp.home}/xerces-1.3.0.jar jaxp.parser.jar=${jaxp.home}/crimson.jar #============================================================================== # LOG4J configuration stuff #============================================================================== # Sets the log4j debug flag, by default it will be on, uncomment this line # to suppress Log4j configuration information #log4j.debug=false # if set to true, then an external ant call is made to rebuild the log4j core # If this is set, the log4j.core.path MUST be set to the root directory # of the jakarta-log4j module (where it's build.xml file is located) # # @TODO: CURRENTLY NOT IMPLEMENTED, WILL ALWAYS REQUIRE log4j.core.jar property set #log4j.core.rebuild=true # The location of a log4j core jar file that you wish to use # for building against chainsaw log4j.core.jar=log4j-1.3alpha.jar # Defines the relateive/full directory where the log4j configuration file sits # this is effectively added to the classpath when Chainsaw runs # so Log4j can locate a configuration file log4j.configuration.dir=src/config/ # The name of the configuration file to use to configure the log4j environment # ideally including some Receivers in it so Chainsaw can get some events! # Log4j will look in the Classpath for this file, of which the log4j.configuration (see above) # property is added log4j.configuration=log4j-sample.xml #============================================================================== #============================================================================== # You can tell Chainsaw what TimeZone you are in # This is particularly important for some JDK 1.4 versions where it seems to default # to GMT. # This parameter supports things like 'Australia/Sydney' (without the quotes) #chainsaw.timezone= #==============================================================================