Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 332513

Summary: [releng] Legacy Builder should use Mapfiles from org.eclipse.tm.releng
Product: [Tools] Target Management Reporter: Martin Oberhuber <mober.at+eclipse>
Component: RSEAssignee: Martin Oberhuber <mober.at+eclipse>
Status: RESOLVED FIXED QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
patch v1 none

Description Martin Oberhuber CLA 2010-12-14 06:54:09 EST
The legacy builder should use Mapfiles from org.eclipse.tm.releng, such that ONE release into the Mapfiles builds on both Athena and Legacy builder.
Comment 1 Martin Oberhuber CLA 2010-12-14 07:01:29 EST
Created attachment 185124 [details]
patch v1

There is a "getMapFiles" callback in customTargets.xml which is normally used to fetch Mapfiles from CVS.

But, in order to make sure we can still build only if a Mapfile is changed, we do this in our bootstrapper shellscripts instead ... that is, checkout the extra Mapfile proejct from CVS, check for diffs, and run the builder.
Comment 2 Martin Oberhuber CLA 2010-12-14 08:57:48 EST
committed.