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