build.properties revision 46d65eecfbcfec665501d308ac990af49f7b37ae
2cacab200fb387e290386593d9b2fca2e7beef33csovant# CDDL HEADER START
2cacab200fb387e290386593d9b2fca2e7beef33csovant#
2cacab200fb387e290386593d9b2fca2e7beef33csovant# The contents of this file are subject to the terms of the
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Common Development and Distribution License, Version 1.0 only
2cacab200fb387e290386593d9b2fca2e7beef33csovant# (the "License"). You may not use this file except in compliance
2cacab200fb387e290386593d9b2fca2e7beef33csovant# with the License.
2cacab200fb387e290386593d9b2fca2e7beef33csovant#
2cacab200fb387e290386593d9b2fca2e7beef33csovant# You can obtain a copy of the license at
2cacab200fb387e290386593d9b2fca2e7beef33csovant# trunk/opends/resource/legal-notices/OpenDS.LICENSE
2cacab200fb387e290386593d9b2fca2e7beef33csovant# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2cacab200fb387e290386593d9b2fca2e7beef33csovant# See the License for the specific language governing permissions
2cacab200fb387e290386593d9b2fca2e7beef33csovant# and limitations under the License.
2cacab200fb387e290386593d9b2fca2e7beef33csovant#
2cacab200fb387e290386593d9b2fca2e7beef33csovant# When distributing Covered Code, include this CDDL HEADER in each
2cacab200fb387e290386593d9b2fca2e7beef33csovant# file and include the License file at
2cacab200fb387e290386593d9b2fca2e7beef33csovant# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2cacab200fb387e290386593d9b2fca2e7beef33csovant# add the following below this CDDL HEADER, with the fields enclosed
2cacab200fb387e290386593d9b2fca2e7beef33csovant# information:
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Portions Copyright [yyyy] [name of copyright owner]
2cacab200fb387e290386593d9b2fca2e7beef33csovant#
2cacab200fb387e290386593d9b2fca2e7beef33csovant# CDDL HEADER END
2cacab200fb387e290386593d9b2fca2e7beef33csovant#
2cacab200fb387e290386593d9b2fca2e7beef33csovant#
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovant# Copyright 2007-2009 Sun Microsystems, Inc.
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# Shared folder
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantshared.dir=${basedir}/shared
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant######
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant## These values can be overrided using the user.properties file
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant######
2cacab200fb387e290386593d9b2fca2e7beef33csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# Repository section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantrepository.dir=${basedir}/temp/repository
2cacab200fb387e290386593d9b2fca2e7beef33csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# STAF section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.install.dir=${repository.dir}/install/staf-${os.myname}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.config.dir=${repository.dir}/configs
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.shared.dir=${shared.dir}/staf
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.config.file=${staf.config.dir}/staf-${staf.type}-${host.name}.cfg
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.bin.dir=${staf.install.dir}/bin
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.daemon=${staf.bin.dir}/STAFProc${extension.binary}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.executable=${staf.bin.dir}/STAF${extension.binary}
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Archives section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantarchives.dir=${repository.dir}/archives
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.default=true
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovantstaf.version=332
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantstaf.port=6500
2cacab200fb387e290386593d9b2fca2e7beef33csovant## staf.archive value depends on os
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovantstax.version=335
2cacab200fb387e290386593d9b2fca2e7beef33csovantstax.archive=STAXV${stax.version}.zip
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovantemail.version=332
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.archive=EmailV${email.version}.zip
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovantevent.version=312
2cacab200fb387e290386593d9b2fca2e7beef33csovantevent.archive=EventV${event.version}.zip
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovanteventmanager.version=334
2cacab200fb387e290386593d9b2fca2e7beef33csovanteventmanager.archive=EventManagerV${eventmanager.version}.zip
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovanthttp.version=301
2cacab200fb387e290386593d9b2fca2e7beef33csovanthttp.archive=HTTPV${http.version}.zip
46d65eecfbcfec665501d308ac990af49f7b37aecsovanttomcat.version=6.0.20
2cacab200fb387e290386593d9b2fca2e7beef33csovanttomcat.url=http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin
2cacab200fb387e290386593d9b2fca2e7beef33csovanttomcat.archive=apache-tomcat-${tomcat.version}.zip
2cacab200fb387e290386593d9b2fca2e7beef33csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# Proxy section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantproxy.enabled=false
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantproxy.host=
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantproxy.port=
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantproxy.user=
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantproxy.pass=
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swift# Email section
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftemail.enabled=false
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftemail.to=
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftemail.server.host=emailhost
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftemail.server.port=25
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swift
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant######
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant## These values can be overrided using the tests-XXX-XXX.properties file
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant######
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# Hostname section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantlocal.hostname=${host.name}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantremote.hostname=${host.name}
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftclient.hostname=${host.name}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# Log directory section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantlogs.dir=${basedir}/temp/logs
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# OpenDS section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantdefault.opends.dir=${project.home}/build/package
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantdefault.opends.name=${product.name}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantopends.dir=${default.opends.dir}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantopends.name=${default.opends.name}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovant# Java section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantjava.path=${java.home}/..
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantlocal.javahome=${java.home}/..
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantremote.javahome=${java.home}/..
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Tests section
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.default=true
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.dir=${basedir}/${tests.type}
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.shared.dir=${shared.dir}/tests
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.config.stubs=${tests.shared.dir}/config.py.stubs
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.topology.dir=${shared.dir}/topology
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.run.dir=${logs.dir}/${tests.type}/run
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.tmp.dir=${logs.dir}/${tests.type}/tmp
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttests.xml=${tests.shared.dir}/runTestJob.xml
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.port.ldap=1389
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantopends.port.admin=4444
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.port.ldaps=1636
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.admin.dn=cn=myself
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.admin.pwd=password
2cacab200fb387e290386593d9b2fca2e7beef33csovantsnmp.opendmk.lib.dir=
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftldclt.dir=
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovanttest.plan.custom=
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swifttest.plan.functional.default=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,replication,schema,security,setup,snmp,tasks,virtualAttributes
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swifttest.plan.stress.default=ldap_operation,import_ldif
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantverbose.mode=false
62ecec3a82a8b838ee76c1f6610902d8fd7015cbmatthew_swiftlogs.uri=file://
7105a7fae63b264b6fab32f41a1990c75bfdf524csovanttests.os.string=${os.name}
7105a7fae63b264b6fab32f41a1990c75bfdf524csovanttests.jvm.string=${java.version}(${sun.arch.data.model} bits)