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