ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | ######################################################################### |
| 2 | # |
| 3 | # WTP BUILD PROPERTIES |
| 4 | # Created by: Naci Dai, Eteration A.S. |
| 5 | ######################################################################### |
| 6 | |
| 7 | mapVersionTag=HEAD |
| 8 | buildType=I |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 9 | build.trial=true |
| 10 | baseos=linux |
| 11 | basews=gtk |
david_williams | a5ea44d | 2006-05-10 06:54:51 +0000 | [diff] [blame] | 12 | basearch=x86 |
| 13 | #basearch=ppc |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 14 | |
| 15 | #baseos=win32 |
| 16 | #basews=win32 |
| 17 | #basearch=x86 |
| 18 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 19 | |
| 20 | # Set this to the absolute path of the home |
| 21 | # directory where build setup files such as |
| 22 | # eclipse releng base builder and cache for |
| 23 | # previosly downloaded drivers/libs are found |
| 24 | # Use posis syntax, i.e. / forward slashes |
| 25 | # For automated builds this property is overriden |
| 26 | # by the driving ant script using vmargs such as |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 27 | |
| 28 | # eclipse |
david_williams | a5ea44d | 2006-05-10 06:54:51 +0000 | [diff] [blame] | 29 | #build.home=/shared/webtools |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 30 | |
| 31 | # lomboz |
david_williams | a5ea44d | 2006-05-10 06:54:51 +0000 | [diff] [blame] | 32 | build.home=/home/build-home |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 33 | |
| 34 | #local builds |
| 35 | #build.home=$HOME/testbuild/build-home |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 36 | |
| 37 | # Set this to the relative path for the |
| 38 | # directory to be use for the current build. |
| 39 | # It must be relative to the buildHome |
| 40 | # Final name will include the component and build type |
| 41 | # e.g: build-wtp-I |
| 42 | build.current=build |
| 43 | |
| 44 | # Set this to the relative path for the |
| 45 | # directory that keeps the downloaded drivers (local repository) |
| 46 | # It must be relative to the buildHome |
| 47 | build.local.repository=downloads |
| 48 | |
| 49 | |
| 50 | # Set this to the relative path for the |
| 51 | # directory to be use for the current test pass. |
| 52 | # It must be relative to the buildHome |
| 53 | # Final name will include the component and build type |
| 54 | # e.g: test-wtp-I |
| 55 | build.tests=test |
| 56 | |
| 57 | # Set this to the relative path for the |
| 58 | # directory to be use for the current peformance test pass. |
| 59 | # It must be relative to the buildHome |
| 60 | build.perf.tests=perf-current |
| 61 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 62 | |
| 63 | # Set this property to the name of the component to build |
| 64 | # i.e. wtp, jsf, ejb3.0, docs |
| 65 | build.distribution=wtp |
| 66 | |
| 67 | |
| 68 | # javacFailOnError must be false otherwise the |
| 69 | # build will terminated at the first compile error |
| 70 | # javacVerbose must be true otherwise the compile |
| 71 | # logs will be empty |
| 72 | javacFailOnError=false |
| 73 | javacVerbose=true |
| 74 | javacDebugInfo=true |
| 75 | |
| 76 | # This is the eclipse releng driver |
| 77 | # It is only used to drive the build process |
| 78 | # it must be relative to the buildHome |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 79 | # |
| 80 | # |
| 81 | # in 3.2 based builds, this version is no longer appended to |
| 82 | # pde builder directory name. |
| 83 | #eclipse.base.version=3.1.0 |
| 84 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 85 | eclipse.builder=org.eclipse.releng.basebuilder |
david_williams | 3237bbd | 2006-01-10 18:36:56 +0000 | [diff] [blame] | 86 | #eclipse.builder.version=r311_vM20050914-1235 |
david_williams | 4773062 | 2006-02-13 04:29:04 +0000 | [diff] [blame] | 87 | #eclipse.builder.version=vI20051215-1506 |
david_williams | 5a86f48 | 2006-02-22 20:37:22 +0000 | [diff] [blame] | 88 | #eclipse.builder.version=vI20060210-1640 |
david_williams | 3d47612 | 2006-06-10 20:01:41 +0000 | [diff] [blame] | 89 | eclipse.builder.version=RC7_32 |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 90 | eclipse.builder.fetch=true |
| 91 | |
| 92 | |
| 93 | # This is the directory in which eclipse driver |
| 94 | # that will be used to compile the build will |
| 95 | # be installed into it is relative to the build.current |
| 96 | base.location=eclipse |
| 97 | |
| 98 | |
| 99 | # This is the working directory in which wtp |
| 100 | # build process will do its job |
| 101 | # It is relative to the build.current |
| 102 | build.directory=workdir |
| 103 | |
| 104 | # This is the CVS Repository |
| 105 | # that is used during the build process |
| 106 | # |
lmandel | 0e3b5fe | 2005-10-01 04:44:12 +0000 | [diff] [blame] | 107 | cvsRoot=/cvsroot/webtools |
ndai | d7c6c4e | 2005-09-13 18:07:51 +0000 | [diff] [blame] | 108 | cvsServer=dev.eclipse.org |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 109 | cvsProtocol=pserver |
ndai | d7c6c4e | 2005-09-13 18:07:51 +0000 | [diff] [blame] | 110 | cvsUser=anonymous |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 111 | |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 112 | # needs to be valid committer id, and ext to tag (non trial) builds |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 113 | mapVersionTag=HEAD |
david_williams | ca525b6 | 2006-05-10 05:17:35 +0000 | [diff] [blame] | 114 | mapCvsProtocol=pserver |
| 115 | mapCvsUser=anonymous |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 116 | |
| 117 | # This is the directory where a local |
| 118 | # copy of the latest build artifacts |
| 119 | # are stored for backup |
| 120 | # Relative to the build.home |
| 121 | # |
| 122 | local.publish=publish |
| 123 | |
| 124 | archivesFormat=*,*,*-antZip |
| 125 | |
| 126 | # This parameter is specific to the compiler |
| 127 | # being used (JDT Compiler, in our case). |
| 128 | # 'showversion' causes the version of JDT Compiler to be |
| 129 | # printed to the compiler log file. |
david_williams | 7304ae9 | 2006-03-22 22:38:32 +0000 | [diff] [blame] | 130 | compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,unusedImport |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 131 | |
| 132 | |
| 133 | ############################################################# |
| 134 | # Other inline resolved properties |
ndai | dfa5d51 | 2005-11-20 20:57:04 +0000 | [diff] [blame] | 135 | pde.builder.path=${build.home}/builders/${eclipse.builder.version}/${eclipse.builder} |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 136 | # in 3.2 based builds, pde's directory no longer has version number |
| 137 | #pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts |
| 138 | pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 139 | buildDirectory=${build.home}/${build.current}-${build.distribution}-${buildType}/${build.directory} |
ndai | b6510d1 | 2005-11-20 20:48:01 +0000 | [diff] [blame] | 140 | pde.builder.path=${build.home}/builders/${eclipse.builder.version}/${eclipse.builder} |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 141 | builder=${basedir}/components/${component} |
| 142 | |
| 143 | |