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

Bug 378232

Summary: CBI build should be able to build SWT and consume pre-built natives
Product: [Technology] CBI Reporter: Paul Webster <pwebster>
Component: build helpAssignee: Krzysztof Daniel <krzysztof.daniel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: andrea.ross, krzysztof.daniel
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 372792    

Description Paul Webster CLA 2012-05-02 07:54:53 EDT
When we run a complete CBI based platform build, we need the output p2 repo to contain all of the SWT fragments.  Each fragment contains the pre-built libraries from the swt binary repo as well as source compiled for that fragment  The source for each fragment is modified right before compile by ant scripts so that it uses int for 32-bit fragments and long for 64-bit fragments.

PW
Comment 1 Andrea Ross CLA 2012-07-09 14:06:23 EDT
How does the current solution provided by Krzysztof stack up against the requirements here?
Comment 2 Andrea Ross CLA 2012-07-09 21:54:11 EDT
Marking this bug CBI 1.0.

Can we close this one yet?
Comment 3 Krzysztof Daniel CLA 2012-07-17 01:52:59 EDT
Building native SWT works now.