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