build.properties revision 4631
1327N/A# CDDL HEADER START
2362N/A#
1327N/A# The contents of this file are subject to the terms of the
1327N/A# Common Development and Distribution License, Version 1.0 only
1327N/A# (the "License"). You may not use this file except in compliance
1327N/A# with the License.
1327N/A#
1327N/A# You can obtain a copy of the license at
1327N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
1327N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
1327N/A# See the License for the specific language governing permissions
1327N/A# and limitations under the License.
1327N/A#
1327N/A# When distributing Covered Code, include this CDDL HEADER in each
1327N/A# file and include the License file at
1327N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
1327N/A# add the following below this CDDL HEADER, with the fields enclosed
1327N/A# information:
2362N/A# Portions Copyright [yyyy] [name of copyright owner]
2362N/A#
2362N/A# CDDL HEADER END
1327N/A#
1327N/A#
1327N/A# Copyright 2007-2009 Sun Microsystems, Inc.
1327N/A
1327N/A
1327N/A# Shared folder
1327N/Ashared.dir=${basedir}/shared
1327N/A
1327N/A
1327N/A######
1327N/A## These values can be overrided using the user.properties file
1327N/A######
1327N/A
1327N/A# Repository section
1327N/Arepository.dir=${basedir}/temp/repository
1327N/A
1327N/A# STAF section
1327N/Astaf.install.dir=${repository.dir}/install/staf-${os.myname}
1327N/Astaf.config.dir=${repository.dir}/configs
1327N/Astaf.shared.dir=${shared.dir}/staf
1327N/Astaf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
1327N/Astaf.config.file=${staf.config.dir}/staf-${staf.type}-${host.name}.cfg
1327N/Astaf.bin.dir=${staf.install.dir}/bin
1327N/Astaf.daemon=${staf.bin.dir}/STAFProc${extension.binary}
1327N/Astaf.executable=${staf.bin.dir}/STAF${extension.binary}
1327N/A
1327N/A# Archives section
1327N/Aarchives.dir=${repository.dir}/archives
1327N/Astaf.default=true
1327N/Astaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
1327N/Astaf.version=332
1327N/Astaf.port=6500
1327N/A## staf.archive value depends on os
1327N/Astax.version=335
1327N/Astax.archive=STAXV${stax.version}.zip
1327N/Aemail.version=332
1327N/Aemail.archive=EmailV${email.version}.zip
1327N/Aevent.version=312
1327N/Aevent.archive=EventV${event.version}.zip
1327N/Aeventmanager.version=334
1327N/Aeventmanager.archive=EventManagerV${eventmanager.version}.zip
1327N/Ahttp.version=301
1327N/Ahttp.archive=HTTPV${http.version}.zip
1327N/Atomcat.version=6.0.20
1327N/Atomcat.url=http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin
1327N/Atomcat.archive=apache-tomcat-${tomcat.version}.zip
1327N/A
# Proxy section
proxy.enabled=false
proxy.host=
proxy.port=
proxy.user=
proxy.pass=
# Email section
email.enabled=false
email.to=
email.server.host=emailhost
email.server.port=25
######
## These values can be overrided using the tests-XXX-XXX.properties file
######
# Hostname section
local.hostname=${host.name}
remote.hostname=${host.name}
client.hostname=${host.name}
# Log directory section
logs.dir=${basedir}/temp/logs
# OpenDS section
default.opends.dir=${project.home}/build/package
default.opends.name=${product.name}
opends.dir=${default.opends.dir}
opends.name=${default.opends.name}
# Java section
java.path=${java.home}/..
local.javahome=${java.home}/..
remote.javahome=${java.home}/..
# Tests section
tests.default=true
tests.dir=${basedir}/${tests.type}
tests.shared.dir=${shared.dir}/tests
tests.config.stubs=${tests.shared.dir}/config.py.stubs
tests.topology.dir=${shared.dir}/topology
tests.run.dir=${logs.dir}/${tests.type}/run
tests.tmp.dir=${logs.dir}/${tests.type}/tmp
tests.xml=${tests.shared.dir}/runTestJob.xml
opends.port.ldap=1389
opends.port.admin=4444
opends.port.ldaps=1636
opends.admin.dn=cn=myself
opends.admin.pwd=password
snmp.opendmk.lib.dir=
ldclt.dir=
test.plan.custom=
test.plan.functional.default=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,replication,schema,security,setup,snmp,tasks,virtualAttributes
test.plan.stress.default=ldap_operation,import_ldif
verbose.mode=false
logs.uri=file://
tests.os.string=${os.name}
tests.jvm.string=${java.version}(${sun.arch.data.model} bits)
replication.split=false