Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Changes in downloads, committers and archives areas

Following the 1.5 release, we started building WTP for 1.0, 1.5 and 2.0 streams concurrently. This required some modifications:

First, we added a property named "buildBranch" to the ant scripts in releng.wtpbuilder. The value of the buildBranch is provided by the parent script that triggers the build. Automated builds are triggered by cruisecontrol, as a result we organized cruise projects by build type (i.e. R, S, I, N) and build branch (e.g. R1.0, R1.5, R2.0).

Second, the download areas for declared builds, committers and archives have been re-organized. Previously, all builds were kept under the same folder (e.g. webtools/downloads/drops). Now there is a separate folder for each build branch under drops. It goes like

drops/
  + R1.5
  |  ...
  + R1.0/
  |   + R-1.0.2...
  |   + I-I200607081130...
  + R1.5
  |  ...
  + R2.0
  |  ...
The translations are still left in the same place in the archives area until I figure out how to deal with them.

I also updated the declare script in committers area. Previously the script required only one parameter, the full build stamp (e.g. ./declare.sh I-I200607130237-200607130237 ). Now, we provide two parameters to this build script, the build branch and the build name as usual (e.g. ./declare.sh R2.0 I-I200607130237-200607130237)


Finally, I provided an ant script that uses our releng to simplify installs and provide an example to people who do automated scripts based on wtp builds You can find it at:

http://wiki.eclipse.org/index.php/WTP_Build_Process_and_Procedures

see " A Quick Guide to Installing a WTP Build..."

--
Naci Dai,

eteration a.s. itu teknokent ari-1 25
Maslak, Istanbul 34469

+90 (533) 580 2393 (cell)
+90 (212) 328 0825 (phone)
+90 (212) 328 0521 (fax)
http://www.eteration.com/
mailto:naci@xxxxxxxxxxxxx




Back to the top