build.properties revision 04545c19d1a0771e637bb903fa83321b4a9ca15d
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## These values can be overrided using the user.properties file
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Log directory section
2cacab200fb387e290386593d9b2fca2e7beef33csovantlogs.dir=${basedir}${file.separator}temp${file.separator}logs
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Repository section
2cacab200fb387e290386593d9b2fca2e7beef33csovantrepository.dir=${basedir}${file.separator}temp${file.separator}repository
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# OpenDS section
2cacab200fb387e290386593d9b2fca2e7beef33csovantdefault.opends.dir=${project.home}${file.separator}build${file.separator}package
2cacab200fb387e290386593d9b2fca2e7beef33csovantdefault.opends.zip=${product.name}.zip
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.dir=${default.opends.dir}
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.zip=${default.opends.zip}
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Java section
2cacab200fb387e290386593d9b2fca2e7beef33csovantjava.path=${java.home}
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Shared folder
2cacab200fb387e290386593d9b2fca2e7beef33csovantshared.dir=${basedir}${file.separator}shared
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Proxy section
2cacab200fb387e290386593d9b2fca2e7beef33csovantproxy.enabled=n
2cacab200fb387e290386593d9b2fca2e7beef33csovantproxy.host=webcache.central.sun.com
2cacab200fb387e290386593d9b2fca2e7beef33csovantproxy.port=8080
2cacab200fb387e290386593d9b2fca2e7beef33csovantproxy.user=
2cacab200fb387e290386593d9b2fca2e7beef33csovantproxy.pass=
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Archives section
2cacab200fb387e290386593d9b2fca2e7beef33csovantarchives.dir=${repository.dir}${file.separator}archives
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
04545c19d1a0771e637bb903fa83321b4a9ca15dcsovantstaf.version=332
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
2cacab200fb387e290386593d9b2fca2e7beef33csovanttomcat.version=6.0.14
2cacab200fb387e290386593d9b2fca2e7beef33csovanttomcat.url=http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin
2cacab200fb387e290386593d9b2fca2e7beef33csovanttomcat.archive=apache-tomcat-${tomcat.version}.zip
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# STAF section
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.install.dir=${repository.dir}${file.separator}install${file.separator}staf-${os.myname}
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.port=6500
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.config.dir=${repository.dir}${file.separator}configs
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.shared.dir=${shared.dir}${file.separator}staf
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.config.stubs=${staf.shared.dir}${file.separator}staf-${staf.type}.cfg
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.config.file=${staf.config.dir}${file.separator}staf-${staf.type}-${host.name}.cfg
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.bin.dir=${staf.install.dir}${file.separator}bin
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.daemon=${staf.bin.dir}${file.separator}STAFProc${extension.binary}
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.executable=${staf.bin.dir}${file.separator}STAF${extension.binary}
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.email.send=false
2cacab200fb387e290386593d9b2fca2e7beef33csovantstaf.email.to=
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Tests section
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.dir=${basedir}${file.separator}${tests.type}
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.shared.dir=${shared.dir}${file.separator}tests
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.config.stubs=${tests.shared.dir}${file.separator}config.py.stubs
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.config.file=config-${host.name}.py
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.run.dir=${logs.dir}${file.separator}${tests.type}${file.separator}run
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.tmp.dir=${logs.dir}${file.separator}${tests.type}${file.separator}tmp
2cacab200fb387e290386593d9b2fca2e7beef33csovanttests.xml=${tests.shared.dir}${file.separator}runTestJob.xml
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.port.ldap=1389
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.port.ldaps=1636
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.port.jmx=1689
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.admin.dn=cn=myself
2cacab200fb387e290386593d9b2fca2e7beef33csovantopends.admin.pwd=password
2cacab200fb387e290386593d9b2fca2e7beef33csovantsnmp.opendmk.lib.dir=
2cacab200fb387e290386593d9b2fca2e7beef33csovanttest.plan.custom=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-custom-suites.dat
2cacab200fb387e290386593d9b2fca2e7beef33csovanttest.plan.default=${basedir}${file.separator}${tests.type}${file.separator}testcases${file.separator}run-default-suites.dat
2cacab200fb387e290386593d9b2fca2e7beef33csovanttest.plan.list=aci,backends,clu,core,dsconfig,dsml,groups,i18n,indexes,logging,monitoring,plugins,privileges,quickstart,replication,schema,security,setup,snmp,tasks,virtualAttributes
2cacab200fb387e290386593d9b2fca2e7beef33csovant
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Email section
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.enabled=n
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.to=${user.name}@${host.name}
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.from=${user.name}@${host.name}
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.server.host=${host.name}
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.server.port=25
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.server.user=
2cacab200fb387e290386593d9b2fca2e7beef33csovantemail.server.pwd=