libreccm-legacy/tools-ng/ecdc/conf/build.properties

58 lines
1.4 KiB
Properties

##
## build.properties
##
## Sets configuration properties for the junit test environment and
## compiler options for the build process (previously ant.properties)
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "local.build.properties" in the project base dir with the properties
## to overwrite.
##
## TESTING #################################################
# This must point to an initialization file, such as enterprise.init
# test.initscript=
# 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
# 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.source=1.6
compile.target=1.6
compile.encoding=UTF-8
# These properties are specific to Jikes
build.compiler.emacs=off
build.compiler.pedantic=off
build.compiler.fulldepend=off