blob: acab3ad82feb13701d65f8c291649785fec869ae [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001
david_williams0c366d32006-12-10 07:08:39 +00002# comment out, if you want tests to run
3# skipUnitTests=yes
4
david_williams22bd49b2006-11-28 09:17:14 +00005relengroot=
6releng=releng
jlanuti9eb781e2007-04-17 15:02:42 +00007releng.wtpbuilder=releng.wtpbuilder
david_williams22bd49b2006-11-28 09:17:14 +00008
david_williams42f9b242006-11-27 18:45:14 +00009# javacFailOnError must be false otherwise the
10# build will terminated at the first compile error
ndaib8cedc82005-09-13 18:00:32 +000011javacFailOnError=false
ndaib8cedc82005-09-13 18:00:32 +000012javacDebugInfo=true
13
david_williams42f9b242006-11-27 18:45:14 +000014# Asks the compiler for verbose output. This should be set
15# to true in order for *.bin.log files to be generated when
16# using the JDT Compiler Adapter to compile.
david_williams15480102006-09-02 03:58:16 +000017javacVerbose=true
18
19
ndaib8cedc82005-09-13 18:00:32 +000020# This is the eclipse releng driver
21# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +000022# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +000023#
24#
25# in 3.2 based builds, this version is no longer appended to
26# pde builder directory name.
27#eclipse.base.version=3.1.0
28
ndaib8cedc82005-09-13 18:00:32 +000029eclipse.builder=org.eclipse.releng.basebuilder
david_williams827b09f2007-08-23 11:55:21 +000030eclipse.builder.version=M1_34
david_williamsfbadcb72007-09-23 02:37:06 +000031#eclipse.builder.version=r322_v20070104
david_williamsfd416042007-02-17 21:04:52 +000032eclipse.builder.fetch=true
ndaib8cedc82005-09-13 18:00:32 +000033
david_williamsad323fe2007-05-02 06:23:54 +000034
david_williamsf8999d72007-07-01 03:26:27 +000035# WTP specific builder
david_williams4f79e2f2007-07-01 03:56:31 +000036wtpBuildTools.url=http://download.eclipse.org/webtools/wtpBuildTools/drops/R3.0/T-T200706302239-200706302239/updateSite/plugins
david_williamsf8999d72007-07-01 03:26:27 +000037wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.0.0.v200706302235.jar
38
39
david_williams42f9b242006-11-27 18:45:14 +000040archivesFormat=*,*,*-antZip
41
42# This parameter is specific to the compiler
43# being used (JDT Compiler, in our case).
44# 'showversion' causes the version of JDT Compiler to be
45# printed to the compiler log file.
david_williams0c366d32006-12-10 07:08:39 +000046#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
david_williams0b74c592007-04-09 06:11:35 +000047compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
david_williams42f9b242006-11-27 18:45:14 +000048
david_williams0b74c592007-04-09 06:11:35 +000049logExtension=.xml
david_williams42f9b242006-11-27 18:45:14 +000050# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
51# using the JDT Compiler Adapter to compile.
52javacVerbose=true
53
54#############################################################
55
56
57# Set this to the relative path for the
58# directory to be use for the current build.
59# It must be relative to the build home
60# Final name will include the ditribution name and build type
david_williamse2254782007-08-20 16:45:26 +000061# e.g: projects/wtp-R3.0-I
david_williams9ae13be2007-08-20 07:17:07 +000062build.current=projects
david_williams42f9b242006-11-27 18:45:14 +000063
64
65# Set this to the relative path for the
66# directory to be use for the current test pass.
67# It must be relative to the build home
68# Final name will include the component and build type
david_williamse2254782007-08-20 16:45:26 +000069# e.g: tests/wtp-R3.0-I
david_williams9ae13be2007-08-20 07:17:07 +000070build.tests=tests
david_williams42f9b242006-11-27 18:45:14 +000071
72# Set this to the relative path for the
73# directory to be used for the peformance test.
74# It is relative to the build home.
75build.perf.tests=perf-current
ndaib8cedc82005-09-13 18:00:32 +000076
77# This is the directory in which eclipse driver
78# that will be used to compile the build will
79# be installed into it is relative to the build.current
80base.location=eclipse
81
82
david_williams22bd49b2006-11-28 09:17:14 +000083# This is the working directory in which
david_williams42f9b242006-11-27 18:45:14 +000084# build process will do its job
85# It is relative to the build.current
ndaib8cedc82005-09-13 18:00:32 +000086build.directory=workdir
87
david_williamsd3213742006-11-28 18:47:00 +000088# Set this to the relative path for the
89# directory that keeps the downloaded drivers (local repository)
90# It must be relative to the buildHome
91build.local.repository=downloads
david_williams42f9b242006-11-27 18:45:14 +000092
ndaib8cedc82005-09-13 18:00:32 +000093# This is the CVS Repository
94# that is used during the build process
95#
lmandel0e3b5fe2005-10-01 04:44:12 +000096cvsRoot=/cvsroot/webtools
ndaid7c6c4e2005-09-13 18:07:51 +000097cvsServer=dev.eclipse.org
david_williams42f9b242006-11-27 18:45:14 +000098cvsProtocol=ext
99cvsUser=david_williams
david_williams15480102006-09-02 03:58:16 +0000100
david_williams22bd49b2006-11-28 09:17:14 +0000101# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
102# using the JDT Compiler Adapter to compile.
103javacVerbose=true
104
ndai1a032ed2005-09-13 18:29:51 +0000105
106#############################################################
107# Other inline resolved properties
david_williams1cff0e92006-11-23 00:40:29 +0000108pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
david_williams54315a72007-02-14 22:50:44 +0000109# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
110# this launcher is provided without version number. If we ever move to use plain
111# eclipse, we'll need a bit of script find and rename (or set the variable).
112# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
113eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
david_williamsfbadcb72007-09-23 02:37:06 +0000114#eclipse.launcher=${pde.builder.path}/startup.jar
david_williams54315a72007-02-14 22:50:44 +0000115
david_williams361b75a2006-01-10 19:56:39 +0000116# in 3.2 based builds, pde's directory no longer has version number
117#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
118pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
david_williams9ae13be2007-08-20 07:17:07 +0000119buildDirectory=${env.BUILD_HOME}/${build.current}/${build.distribution}-${buildBranch}-${buildType}/${build.directory}
david_williams1cff0e92006-11-23 00:40:29 +0000120pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}