blob: bfc3b546d8bbc99e27e0f62bc903637ea2bf18f4 [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001
ndaib8cedc82005-09-13 18:00:32 +00002# This is the eclipse releng driver
3# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +00004# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +00005#
david_williamsc8c15e32007-12-12 15:34:00 +00006
7# uncomment if its desired to skip unit tests
8# (if not already defined from elsewhere)
9# skipUnitTests=yes
10
david_williams361b75a2006-01-10 19:56:39 +000011#
david_williams536b5952007-12-09 06:03:17 +000012# in 3.2 based builds, this version is no longer appended to
david_williams361b75a2006-01-10 19:56:39 +000013# pde builder directory name.
14#eclipse.base.version=3.1.0
15
david_williamsf39464f2008-01-03 17:37:54 +000016
david_williamsf8999d72007-07-01 03:26:27 +000017
david_williams42f9b242006-11-27 18:45:14 +000018archivesFormat=*,*,*-antZip
19
20# This parameter is specific to the compiler
21# being used (JDT Compiler, in our case).
david_williams536b5952007-12-09 06:03:17 +000022# 'showversion' causes the version of JDT Compiler to be
23# printed to the compiler log file.
david_williams0c366d32006-12-10 07:08:39 +000024#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
david_williams0b74c592007-04-09 06:11:35 +000025compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
david_williams42f9b242006-11-27 18:45:14 +000026
david_williams07af7532007-12-13 09:11:10 +000027logExtension=.xml
28# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
29# using the JDT Compiler Adapter to compile.
30javacVerbose=true
david_williamsdd21a9c2007-12-13 09:14:36 +000031# javacFailOnError must be false otherwise the
32# build will terminated at the first compile error
33javacFailOnError=false
34javacDebugInfo=true
david_williams42f9b242006-11-27 18:45:14 +000035
david_williamsdd21a9c2007-12-13 09:14:36 +000036# Asks the compiler for verbose output. This should be set
37# to true in order for *.bin.log files to be generated when
38# using the JDT Compiler Adapter to compile.
39javacVerbose=true
david_williams42f9b242006-11-27 18:45:14 +000040#############################################################
41
david_williams42f9b242006-11-27 18:45:14 +000042
david_williams536b5952007-12-09 06:03:17 +000043# Set this to the relative path for the
david_williams42f9b242006-11-27 18:45:14 +000044# directory to be used for the peformance test.
45# It is relative to the build home.
46build.perf.tests=perf-current
ndaib8cedc82005-09-13 18:00:32 +000047
48# This is the directory in which eclipse driver
49# that will be used to compile the build will
50# be installed into it is relative to the build.current
51base.location=eclipse
52
53
david_williams536b5952007-12-09 06:03:17 +000054# This is the working directory in which
david_williams42f9b242006-11-27 18:45:14 +000055# build process will do its job
56# It is relative to the build.current
ndaib8cedc82005-09-13 18:00:32 +000057build.directory=workdir
58
ndai1a032ed2005-09-13 18:29:51 +000059
60#############################################################
61# Other inline resolved properties
david_williams7cc8ea92008-01-02 13:25:30 +000062pde.builder.path=${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}
david_williams536b5952007-12-09 06:03:17 +000063# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
david_williams54315a72007-02-14 22:50:44 +000064# this launcher is provided without version number. If we ever move to use plain
david_williams536b5952007-12-09 06:03:17 +000065# eclipse, we'll need a bit of script find and rename (or set the variable).
david_williams54315a72007-02-14 22:50:44 +000066# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
67eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
david_williamsfbadcb72007-09-23 02:37:06 +000068#eclipse.launcher=${pde.builder.path}/startup.jar
david_williams54315a72007-02-14 22:50:44 +000069
david_williams361b75a2006-01-10 19:56:39 +000070# in 3.2 based builds, pde's directory no longer has version number
71#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
72pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
david_williams0d0bb392008-01-02 08:58:06 +000073buildDirectory=${env.PROJECT_PROJECTS}/${projectname}/${build.directory}