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