blob: 11ffb39db5f381223f8fe406db78272b01786124 [file] [log] [blame]
david_williams42f9b242006-11-27 18:45:14 +00001#!/bin/sh
2
david_williams0985c462007-08-29 18:24:10 +00003# If "local" users have this file on their path,
4# that is, in "someDirectory" on the users local path,
5# then the bash "include source" function will find that version
6# first, instead of the "standard" eclipse production one.
david_williams42f9b242006-11-27 18:45:14 +00007
8# this file is intentionally named "shsource" to denote this is intended to
9# be included in other sh files, with "source" command, not
10# executed on its own.
11
12
13export BUILD_HOME=/shared/webtools
14
15export DISPLAY=127.0.0.1:1.0
16
david_williams0985c462007-08-29 18:24:10 +000017echo "remember to check X virtual frame buffer is running for headless JUnit testing";
18ps -ef | grep Xvfb
19
david_williams42f9b242006-11-27 18:45:14 +000020export JAVA_4_DIR="IBMJava2-ppc-142"
21export JAVA_5_DIR="ibm-java2-ppc-50"
david_williams7d381042007-03-24 05:05:12 +000022export ANT_DIR="apache-ant-1.7.0"
david_williamsf7696842007-09-22 01:45:15 +000023export CC_DIR_NAME="cruisecontrol-bin-2.7.1"
david_williams42f9b242006-11-27 18:45:14 +000024
25export BASEOS=linux
26export BASEWS=gtk
27export BASEARCH=ppc
28
29# no local build properties, for production builds
30export LOCAL_BUILD_PROPERTIES_DIR=
31
david_williamse997dab2006-11-29 03:52:45 +000032export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties
david_williams42f9b242006-11-27 18:45:14 +000033
david_williams2cbcbb72007-08-29 18:41:32 +000034# these are the required pre-req software needed, that is, directory names,
35# installed under the apps directroy, that is ${BUILD_HOME}/apps
david_williams42f9b242006-11-27 18:45:14 +000036export BUILD_BUILDMASTER_EMAIL=wtpBuild@eclipse.org
david_williams6afd2662007-08-20 06:43:52 +000037export BUILD_RETURN_NAME=wtpBuild
david_williamsa33db8f2006-11-27 23:36:51 +000038export BUILD_RESULT_URL=http://build.eclipse.org:7777/cruisecontrol/buildresults
david_williams6afd2662007-08-20 06:43:52 +000039export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
david_williams42f9b242006-11-27 18:45:14 +000040
david_williams2a12be02007-07-20 03:56:35 +000041# for builds on local machines, SKIPUSERS should be 'true' to avoid
42# notifying users about those builds on your local machine
david_williams13d378c2007-08-22 04:04:54 +000043export SKIPUSERS=false
44
45# normally, cvs logging output can be "really quiet", but if problems, then it can be turned back on
46# to get more potentially diagnostic information
david_williams329769e2007-11-17 02:00:30 +000047export CVS_QUIET=false
david_williams16c01e42007-08-29 18:28:07 +000048export CVS_REALLY_QUIET=false
david_williamsd33d3a02007-08-22 04:40:40 +000049
david_williamsd33d3a02007-08-22 04:40:40 +000050# controls quietness of logging to console
51# false means more output to console, true uses ant's logger
david_williams0985c462007-08-29 18:24:10 +000052export USE_LOGGER=false
david_williamsd33d3a02007-08-22 04:40:40 +000053
54#contols ANT's quietness level
55# true logs error and warnings only
david_williams0985c462007-08-29 18:24:10 +000056export USE_QUIET=false
david_williamsb25ea8d2007-08-22 07:22:55 +000057
david_williams0985c462007-08-29 18:24:10 +000058# controls ANT's debug level
59# setting to true will result in TONS of ouput
david_williamsb25ea8d2007-08-22 07:22:55 +000060export USE_DEBUG=false
david_williams4d17cf52007-11-19 03:27:13 +000061
62export USE_LOCAL_MAPS=false