ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 2 | # This is the eclipse releng driver |
| 3 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 4 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 5 | # |
david_williams | c8c15e3 | 2007-12-12 15:34:00 +0000 | [diff] [blame] | 6 | |
| 7 | # uncomment if its desired to skip unit tests |
| 8 | # (if not already defined from elsewhere) |
| 9 | # skipUnitTests=yes |
| 10 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 11 | # |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 12 | # in 3.2 based builds, this version is no longer appended to |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 13 | # pde builder directory name. |
| 14 | #eclipse.base.version=3.1.0 |
| 15 | |
david_williams | f39464f | 2008-01-03 17:37:54 +0000 | [diff] [blame] | 16 | |
david_williams | f8999d7 | 2007-07-01 03:26:27 +0000 | [diff] [blame] | 17 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 18 | archivesFormat=*,*,*-antZip |
| 19 | |
| 20 | # This parameter is specific to the compiler |
| 21 | # being used (JDT Compiler, in our case). |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 22 | # 'showversion' causes the version of JDT Compiler to be |
| 23 | # printed to the compiler log file. |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 24 | #compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw |
david_williams | 0b74c59 | 2007-04-09 06:11:35 +0000 | [diff] [blame] | 25 | compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 26 | |
david_williams | 07af753 | 2007-12-13 09:11:10 +0000 | [diff] [blame] | 27 | logExtension=.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. |
| 30 | javacVerbose=true |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 31 | # javacFailOnError must be false otherwise the |
| 32 | # build will terminated at the first compile error |
| 33 | javacFailOnError=false |
| 34 | javacDebugInfo=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 35 | |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 36 | # 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. |
| 39 | javacVerbose=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 40 | ############################################################# |
| 41 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 42 | |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 43 | # Set this to the relative path for the |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 44 | # directory to be used for the peformance test. |
| 45 | # It is relative to the build home. |
| 46 | build.perf.tests=perf-current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 47 | |
| 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 |
| 51 | base.location=eclipse |
| 52 | |
| 53 | |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 54 | # This is the working directory in which |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 55 | # build process will do its job |
| 56 | # It is relative to the build.current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 57 | build.directory=workdir |
| 58 | |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 59 | |
| 60 | ############################################################# |
| 61 | # Other inline resolved properties |
david_williams | 7cc8ea9 | 2008-01-02 13:25:30 +0000 | [diff] [blame] | 62 | pde.builder.path=${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder} |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 63 | # Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder, |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 64 | # this launcher is provided without version number. If we ever move to use plain |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 65 | # eclipse, we'll need a bit of script find and rename (or set the variable). |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 66 | # to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar |
| 67 | eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar |
david_williams | fbadcb7 | 2007-09-23 02:37:06 +0000 | [diff] [blame] | 68 | #eclipse.launcher=${pde.builder.path}/startup.jar |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 69 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 70 | # 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 |
| 72 | pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts |
david_williams | 0d0bb39 | 2008-01-02 08:58:06 +0000 | [diff] [blame] | 73 | buildDirectory=${env.PROJECT_PROJECTS}/${projectname}/${build.directory} |