Bug 404612 - use common getBaseBuilder to ... get base builder
Summary: use common getBaseBuilder to ... get base builder
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.2.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 324682
  Show dependency tree
 
Reported: 2013-03-29 08:47 EDT by David Williams CLA
Modified: 2016-05-02 18:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2013-03-29 08:47:46 EDT
One thing that "regressed" in fixing bug 404593 was that some of the code that uses the "common" version of base builder assumed the 'eclipse executables' had already had 'chmod' applied to make them executable. 

Emphasizes need to use a common script to "get and prepare" basebuilder. 

Current thought is to move 'getBaseBuilder.xml' to more common location (under tychoeclipsebuilder) and invoke it with ant, when ever needed. 

It is a bit over engineered for current needs (e.g. can get base builder from cvs or git) but having a "common script" will make it easier to move off of base builder and use Eclipse Platform instead (with suitably p2 installed tools and apps).
Comment 1 David Williams CLA 2016-05-02 18:55:08 EDT
We have stopped using "basebuilder" but did not solve it exactly this way.