build.properties revision 5688
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# CDDL HEADER START
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt#
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# The contents of this file are subject to the terms of the
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# Common Development and Distribution License, Version 1.0 only
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# (the "License"). You may not use this file except in compliance
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# with the License.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt#
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# You can obtain a copy of the license at
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# trunk/opends/resource/legal-notices/OpenDS.LICENSE
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# See the License for the specific language governing permissions
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# and limitations under the License.
4b6cb8d09e75ce9f04b2e40bd9d2e449c09b0c1fMark Andrews#
4b6cb8d09e75ce9f04b2e40bd9d2e449c09b0c1fMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
4b6cb8d09e75ce9f04b2e40bd9d2e449c09b0c1fMark Andrews# file and include the License file at
712b976a0633806b7140b17354a9398300f616b9Mark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
712b976a0633806b7140b17354a9398300f616b9Mark Andrews# add the following below this CDDL HEADER, with the fields enclosed
712b976a0633806b7140b17354a9398300f616b9Mark Andrews# information:
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews# Portions Copyright [yyyy] [name of copyright owner]
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews#
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews# CDDL HEADER END
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews#
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews#
cb933b69ff357100768d0b33b88e4ee986b128f2Evan Hunt# Copyright 2007-2010 Sun Microsystems, Inc.
cb933b69ff357100768d0b33b88e4ee986b128f2Evan Hunt# Portions Copyright 2011 ForgeRock AS
cb933b69ff357100768d0b33b88e4ee986b128f2Evan Hunt
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉######
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉## These values can be overrided using the user.properties file
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉######
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉# Repository section
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntrepository.dir=${basedir}/temp/repository
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt# Archives section
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntstaf.default=true
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntstaf.url=http://prdownloads.sourceforge.net/sourceforge/staf
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntstaf.version=347
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntstaf.port=6500
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntstax.version=345
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntemail.version=336
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Huntevent.version=314
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunteventmanager.version=340
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunthttp.version=303
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Huntwc.type=tomcat
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunttomcat.version=6.0.32
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Huntglassfish.version=v3
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Huntsunwebserver.url=
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Huntsunwebserver.version=7_0u6
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt# Proxy section
ff5864ef42c3bc55e9be20434d1f7de2f6794894Mark Andrewsproxy.enabled=false
ff5864ef42c3bc55e9be20434d1f7de2f6794894Mark Andrewsproxy.host=
ff5864ef42c3bc55e9be20434d1f7de2f6794894Mark Andrewsproxy.port=
f3792d4bda1273fe82f9d0a13f141923e41d4537Tatuya JINMEI 神明達哉proxy.user=
f3792d4bda1273fe82f9d0a13f141923e41d4537Tatuya JINMEI 神明達哉proxy.pass=
45d9b38097eb7b43e7e0d5d20c2d0903c7224ebdMark Andrews
45d9b38097eb7b43e7e0d5d20c2d0903c7224ebdMark Andrews# Email section
810656a187f2c358323bbf679f792f19a46a7973Mark Andrewsemail.enabled=false
810656a187f2c358323bbf679f792f19a46a7973Mark Andrewsemail.to=
810656a187f2c358323bbf679f792f19a46a7973Mark Andrewsemail.server.host=emailhost
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrewsemail.server.port=25
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews######
bdc1d1b1bfad04bbae3fdf974e49e392951fb911Mark Andrews## These values can be overrided using the tests-XXX-XXX.properties file
43888c231579e5b021beeadd7265cda302ea1efeMark Andrews######
43888c231579e5b021beeadd7265cda302ea1efeMark Andrews
b7ba273d32232dfadaea5af384f1e6f36c915249Mark Andrews# Shared folder
c52235e52ee12e4d15f808ac06608584257f6479Mark Andrewsshared.dir=${basedir}/shared
4a8dc5f8efcc8bc3033a9383f958d1de22c844f4Mark Andrews
0627874ff86b2d5c9d6d90ea9fde8111dc97654bMark Andrews# Hostname section
4a8dc5f8efcc8bc3033a9383f958d1de22c844f4Mark Andrewslocal.hostname=${host.name}
48dfee71508886d86fe8fb12f91961b5daf3141dMark Andrewsremote.hostname=${host.name}
48dfee71508886d86fe8fb12f91961b5daf3141dMark Andrewsclient.hostname=${host.name}
48dfee71508886d86fe8fb12f91961b5daf3141dMark Andrews
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews# Log directory section
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrewslogs.dir=${basedir}/temp/logs
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews
081b36ff9588e4d67a1a3095f5333a2b223482f7Mark Andrews# OpenDS section
081b36ff9588e4d67a1a3095f5333a2b223482f7Mark Andrewsdefault.opends.dir=${project.home}/build/package
43c770b9987375e9e0efa19617b22e8e6a748a63Mark Andrewsdefault.opends.name=${product.short.name}
43c770b9987375e9e0efa19617b22e8e6a748a63Mark Andrewsopends.dir=${default.opends.dir}
9a56f03c4c63c3729ebfcff9f99b9394c6004a20Mark Andrewsopends.name=${default.opends.name}
9a56f03c4c63c3729ebfcff9f99b9394c6004a20Mark Andrews
9a56f03c4c63c3729ebfcff9f99b9394c6004a20Mark Andrews# Java section
02181a6c7420e8f3c083d0d20e0e65a78ea25d0fMark Andrewsjava.path=${java.home}
02181a6c7420e8f3c083d0d20e0e65a78ea25d0fMark Andrewslocal.javahome=${java.home}
02181a6c7420e8f3c083d0d20e0e65a78ea25d0fMark Andrewsremote.javahome=${java.home}
e24ccb512c110d181e01f977196e518b0e72e451Mark Andrews
e24ccb512c110d181e01f977196e518b0e72e451Mark Andrews# STAF section
e24ccb512c110d181e01f977196e518b0e72e451Mark Andrewsstaf.shared.dir=${shared.dir}/staf
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrewsstaf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews
b7bc86a4d3d78fae33577682cea7d1449abb7b33Mark Andrews# Tests section
b7bc86a4d3d78fae33577682cea7d1449abb7b33Mark Andrewstests.default=true
b7bc86a4d3d78fae33577682cea7d1449abb7b33Mark Andrewstests.tmp.dir=${basedir}/temp/instance
675cc80975eb7d15e0d9f1d5f424baafaf189fdeMark Andrewstests.dir=${basedir}/${tests.type}
675cc80975eb7d15e0d9f1d5f424baafaf189fdeMark Andrewstests.shared.dir=${shared.dir}/tests
675cc80975eb7d15e0d9f1d5f424baafaf189fdeMark Andrewstests.config.stubs=${tests.shared.dir}/config.py.stubs
a20996ab6ff2be473b85470fddd2380a3e180e7bMark Andrewstests.topology.dir=${shared.dir}/topology
a20996ab6ff2be473b85470fddd2380a3e180e7bMark Andrewstests.xml=${tests.shared.dir}/runTestJob.xml
80852eb5a8df5f3d70efb764e00f8f09efc5730cMark Andrewsinstance.bin=${tests.tmp.dir}
a27bbd21cf07371fc71e7ade75c3d78a5b98b7f9Mark Andrewsinstance.dir=${tests.tmp.dir}
a27bbd21cf07371fc71e7ade75c3d78a5b98b7f9Mark Andrewsopends.port.ldap=1389
29f0da7fb84ea8010175769baecd12ab20903bb4Mark Andrewsopends.port.admin=4444
29f0da7fb84ea8010175769baecd12ab20903bb4Mark Andrewsopends.port.ldaps=1636
29f0da7fb84ea8010175769baecd12ab20903bb4Mark Andrewsopends.admin.dn=cn=myself
b00de53de2e37154d9046d481734cfb9a8573204Mark Andrewsopends.admin.pwd=password
b00de53de2e37154d9046d481734cfb9a8573204Mark Andrewssnmp.opendmk.lib.dir=
b00de53de2e37154d9046d481734cfb9a8573204Mark Andrewsldclt.dir=
249dcf3932668693a53c2790b97f5170efb233e1Mark Andrewstemp.dir=/tmp
ead77b9ad4821433ad45ef1de2c072b7c8f94f48Mark Andrewstest.plan.custom=
8e22c73f3ea64337926151b53245f61342fa52faMark Andrewstest.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,plugins,privileges,pta,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read
8e22c73f3ea64337926151b53245f61342fa52faMark Andrewstest.plan.stress.default=import_ldif,operations,replication
8e22c73f3ea64337926151b53245f61342fa52faMark Andrewsverbose.mode=false
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrews
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrewsproduct.name=OpenDJ
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrewslogs.uri=file://
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrewstests.os.string=${os.name}
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrewstests.jvm.string=${java.version}(${sun.arch.data.model} bits)
7d9be933d7f4504cd0355ced1fb7fbd137e455b7Mark Andrewsoriginal.archive=${default.opends.dir}/${default.opends.name}.zip
7d9be933d7f4504cd0355ced1fb7fbd137e455b7Mark Andrewsreplication.split=
7d9be933d7f4504cd0355ced1fb7fbd137e455b7Mark Andrewsreplication.eclmode=
5ae2eac4c16bdbbef032544bd9fc86f47e7bdc2cMark Andrews