build.properties revision 3832
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#
3232N/A# Copyright 2007-2008 Sun Microsystems, Inc.
3112N/A
3832N/A## These values can be overrided using the user.properties file
3832N/A
3832N/A# Log directory section
3832N/Alogs.dir=${basedir}${file.separator}temp${file.separator}logs
3832N/A
3832N/A# Repository section
3832N/Arepository.dir=${basedir}${file.separator}temp${file.separator}repository
3827N/A
3832N/A# OpenDS section
3832N/Adefault.opends.dir=${project.home}${file.separator}build${file.separator}package
3832N/Adefault.opends.zip=${product.name}.zip
3832N/Aopends.dir=${default.opends.dir}
3832N/Aopends.zip=${default.opends.zip}
3832N/A
3832N/A# Java section
3832N/Ajava.path=${java.home}
3832N/A
3832N/A# Shared folder
3832N/Ashared.dir=${basedir}${file.separator}shared
3832N/A
3832N/A# Proxy section
3832N/Aproxy.enabled=n
3832N/Aproxy.host=webcache.central.sun.com
3832N/Aproxy.port=8080
3832N/Aproxy.user=
3832N/Aproxy.pass=
880N/A
3832N/A# Archives section
3832N/Aarchives.dir=${repository.dir}${file.separator}archives
3832N/Astaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
3832N/Astaf.version=330
3832N/A## staf.archive value depends on os
3832N/Astax.version=333
3832N/Astax.archive=STAXV${stax.version}.zip
3832N/Aemail.version=331
3832N/Aemail.archive=EmailV${email.version}.zip
3832N/Aevent.version=311
3832N/Aevent.archive=EventV${event.version}.zip
3832N/Aeventmanager.version=332
3832N/Aeventmanager.archive=EventManagerV${eventmanager.version}.zip
3832N/Ahttp.version=300
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
3832N/A# STAF section
3832N/Astaf.install.dir=${repository.dir}${file.separator}install${file.separator}staf-${os.myname}
3832N/Astaf.port=6500
3832N/Astaf.config.dir=${repository.dir}${file.separator}configs
3832N/Astaf.shared.dir=${shared.dir}${file.separator}staf
3832N/Astaf.config.stubs=${staf.shared.dir}${file.separator}staf-${staf.type}.cfg
3832N/Astaf.config.file=${staf.config.dir}${file.separator}staf-${staf.type}-${host.name}.cfg
880N/Astaf.bin.dir=${staf.install.dir}${file.separator}bin
3832N/Astaf.daemon=${staf.bin.dir}${file.separator}STAFProc${extension.binary}
3832N/Astaf.executable=${staf.bin.dir}${file.separator}STAF${extension.binary}
880N/Astaf.email.send=false
880N/Astaf.email.to=
880N/A
3832N/A# Tests section
3832N/Atests.dir=${basedir}${file.separator}${tests.type}
3832N/Atests.shared.dir=${shared.dir}${file.separator}tests
3832N/Atests.config.stubs=${tests.shared.dir}${file.separator}config.py.stubs
3832N/Atests.config.file=config-${host.name}.py
3832N/Atests.run.dir=${logs.dir}${file.separator}${tests.type}${file.separator}run
3832N/Atests.tmp.dir=${logs.dir}${file.separator}${tests.type}${file.separator}tmp
3832N/Atests.xml=${tests.shared.dir}${file.separator}runTestJob.xml
900N/Aopends.port.ldap=1389
900N/Aopends.port.ldaps=1636
900N/Aopends.port.jmx=1689
927N/Aopends.admin.dn=cn=myself
900N/Aopends.admin.pwd=password
3832N/Asnmp.opendmk.lib.dir=
3832N/Atest.plan.custom=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-custom-suites.dat
3832N/Atest.plan.default=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-default-suites.dat
3832N/Atest.plan.list=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,quickstart,replication,schema,security,setup,snmp,tasks,virtualAttributes
964N/A
3832N/A# Email section
964N/Aemail.enabled=n
964N/Aemail.to=${user.name}@${host.name}
964N/Aemail.from=${user.name}@${host.name}
964N/Aemail.server.host=${host.name}
964N/Aemail.server.port=25
964N/Aemail.server.user=
964N/Aemail.server.pwd=