47 lines
1.3 KiB
Properties
47 lines
1.3 KiB
Properties
## For local modifications of the build options overwrite
|
|
## the appropriate properties
|
|
## Default values are shown commented out.
|
|
|
|
|
|
## TESTING #################################################
|
|
|
|
# This must point to an initialization file, such as enterprise.init
|
|
#test.initscript=${app.server.parent.dir}/conf/log4j.properties
|
|
|
|
# This should be set to the base URL of your Web server,
|
|
# so HTTP unit tests can find it.
|
|
#test.server.url=http://localhost:8080
|
|
|
|
# This should be set to the URL of the Cactus ServletRedirector
|
|
# used for Cactus JUnit tests
|
|
#test.server.cactusURL=http://localhost:8080/ServletRedirector
|
|
|
|
# JUnit properties
|
|
#junit.test.haltonfailure=off
|
|
#junit.test.haltonerror=off
|
|
#junit.fork=true
|
|
|
|
## BUILDING ################################################
|
|
|
|
# Set to 'modern' or 'jikes'
|
|
#build.compiler=modern
|
|
|
|
# Set to Eclipse JDT batch compiler (requires ecj.jar)
|
|
#build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
|
|
|
|
# These properties apply to Javac and Jikes
|
|
#compile.debug=on
|
|
#compile.optimize=on
|
|
#compile.deprecation=off
|
|
#compile.verbose=off
|
|
#compile.nowarn=on
|
|
|
|
# Optionally specifiy version of target JVM.
|
|
# By default the version of the build system is determined and used as target.
|
|
#compile.target=1.6
|
|
|
|
# These properties are specific to Jikes
|
|
#build.compiler.emacs=off
|
|
#build.compiler.pedantic=off
|
|
#build.compiler.fulldepend=off
|