blob: 68e4640ff72d931e10b2b047e4f664a8318cf10e [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_williams42f9b242006-11-27 18:45:14 +00005# javacFailOnError must be false otherwise the
6# build will terminated at the first compile error
ndaib8cedc82005-09-13 18:00:32 +00007javacFailOnError=false
ndaib8cedc82005-09-13 18:00:32 +00008javacDebugInfo=true
9
david_williams42f9b242006-11-27 18:45:14 +000010# Asks the compiler for verbose output. This should be set
11# to true in order for *.bin.log files to be generated when
12# using the JDT Compiler Adapter to compile.
david_williams15480102006-09-02 03:58:16 +000013javacVerbose=true
14
15
ndaib8cedc82005-09-13 18:00:32 +000016# This is the eclipse releng driver
17# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +000018# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +000019#
20#
21# in 3.2 based builds, this version is no longer appended to
22# pde builder directory name.
23#eclipse.base.version=3.1.0
24
ndaib8cedc82005-09-13 18:00:32 +000025eclipse.builder=org.eclipse.releng.basebuilder
david_williamseef2b012007-11-17 17:33:35 +000026eclipse.builder.version=M3_34
david_williamsfbadcb72007-09-23 02:37:06 +000027#eclipse.builder.version=r322_v20070104
david_williamsfd416042007-02-17 21:04:52 +000028eclipse.builder.fetch=true
ndaib8cedc82005-09-13 18:00:32 +000029
david_williamsad323fe2007-05-02 06:23:54 +000030
david_williamsf8999d72007-07-01 03:26:27 +000031# WTP specific builder
david_williams8fe30a32007-11-17 08:21:05 +000032wtpBuildTools.url=http://www.eclipse.org/external/webtools/wtpBuildTools/drops/R3.0/T-T200706302239-200706302239/updateSite/plugins
david_williamsf8999d72007-07-01 03:26:27 +000033wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.0.0.v200706302235.jar
34
35
david_williams42f9b242006-11-27 18:45:14 +000036archivesFormat=*,*,*-antZip
37
38# This parameter is specific to the compiler
39# being used (JDT Compiler, in our case).
40# 'showversion' causes the version of JDT Compiler to be
41# printed to the compiler log file.
david_williams0c366d32006-12-10 07:08:39 +000042#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
david_williams0b74c592007-04-09 06:11:35 +000043compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
david_williams42f9b242006-11-27 18:45:14 +000044
david_williams0b74c592007-04-09 06:11:35 +000045logExtension=.xml
david_williams42f9b242006-11-27 18:45:14 +000046# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
47# using the JDT Compiler Adapter to compile.
48javacVerbose=true
49
50#############################################################
51
52
53# Set this to the relative path for the
54# directory to be use for the current build.
55# It must be relative to the build home
56# Final name will include the ditribution name and build type
david_williamse2254782007-08-20 16:45:26 +000057# e.g: projects/wtp-R3.0-I
david_williams9ae13be2007-08-20 07:17:07 +000058build.current=projects
david_williams42f9b242006-11-27 18:45:14 +000059
60
61# Set this to the relative path for the
62# directory to be use for the current test pass.
63# It must be relative to the build home
64# Final name will include the component and build type
david_williamse2254782007-08-20 16:45:26 +000065# e.g: tests/wtp-R3.0-I
david_williams9ae13be2007-08-20 07:17:07 +000066build.tests=tests
david_williams42f9b242006-11-27 18:45:14 +000067
68# Set this to the relative path for the
69# directory to be used for the peformance test.
70# It is relative to the build home.
71build.perf.tests=perf-current
ndaib8cedc82005-09-13 18:00:32 +000072
73# This is the directory in which eclipse driver
74# that will be used to compile the build will
75# be installed into it is relative to the build.current
76base.location=eclipse
77
78
david_williams22bd49b2006-11-28 09:17:14 +000079# This is the working directory in which
david_williams42f9b242006-11-27 18:45:14 +000080# build process will do its job
81# It is relative to the build.current
ndaib8cedc82005-09-13 18:00:32 +000082build.directory=workdir
83
david_williamsd3213742006-11-28 18:47:00 +000084# Set this to the relative path for the
85# directory that keeps the downloaded drivers (local repository)
86# It must be relative to the buildHome
87build.local.repository=downloads
david_williams42f9b242006-11-27 18:45:14 +000088
ndaib8cedc82005-09-13 18:00:32 +000089# This is the CVS Repository
90# that is used during the build process
91#
lmandel0e3b5fe2005-10-01 04:44:12 +000092cvsRoot=/cvsroot/webtools
ndaid7c6c4e2005-09-13 18:07:51 +000093cvsServer=dev.eclipse.org
david_williams42f9b242006-11-27 18:45:14 +000094cvsProtocol=ext
95cvsUser=david_williams
david_williams15480102006-09-02 03:58:16 +000096
david_williams22bd49b2006-11-28 09:17:14 +000097# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
98# using the JDT Compiler Adapter to compile.
99javacVerbose=true
100
ndai1a032ed2005-09-13 18:29:51 +0000101
102#############################################################
103# Other inline resolved properties
david_williams1cff0e92006-11-23 00:40:29 +0000104pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
david_williams54315a72007-02-14 22:50:44 +0000105# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
106# this launcher is provided without version number. If we ever move to use plain
107# eclipse, we'll need a bit of script find and rename (or set the variable).
108# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
109eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
david_williamsfbadcb72007-09-23 02:37:06 +0000110#eclipse.launcher=${pde.builder.path}/startup.jar
david_williams54315a72007-02-14 22:50:44 +0000111
david_williams361b75a2006-01-10 19:56:39 +0000112# in 3.2 based builds, pde's directory no longer has version number
113#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
114pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
david_williams9ae13be2007-08-20 07:17:07 +0000115buildDirectory=${env.BUILD_HOME}/${build.current}/${build.distribution}-${buildBranch}-${buildType}/${build.directory}
david_williams1cff0e92006-11-23 00:40:29 +0000116pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}