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

Bug 190834

Summary: Update build system to work with latest basebuilder
Product: [Modeling] Modeling Reporter: Christian Damus <give.a.damus>
Component: RelengAssignee: Nick Boldt <nboldt>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 192231    
Bug Blocks: 190211, 192194    
Attachments:
Description Flags
validation build log, for reference & complete context none

Description Christian Damus CLA 2007-06-04 11:53:45 EDT
Currently, the Modeling builds don't work with PDE basebuilder newer than M4_33.  Unfortunately, the latest basebuilder (HEAD) is required to correctly support the inclusion of source bundles from Orbit into our source features.  e.g., the following entry in the OCL SDK feature's build.properties doesn't work:

generate.feature@org.eclipse.ocl.source=org.eclipse.ocl,\
	plugin@net.sourceforce.lpg.lpgjavaruntime.source;version=1.1.0.qualifier;unpack="true"

I can work around this with custom scripting in the OCL releng, but it would be annoying for projects that use a large number of Orbit bundles.
Comment 1 Nick Boldt CLA 2007-06-12 11:48:33 EDT
As discussed in bug 192231, you have to set version="0.0.0" for plugin org.eclipse.test in your org.eclipse.*.tests-feature's feature.xml for PDE to work with releng.basebuilder after tag M4_33. Recommend using RC3_33,

I'll also set this as your new default value in the www/modeling/<project>/<component>/build/_common.php
Comment 2 Nick Boldt CLA 2007-06-12 11:50:19 EDT
Created attachment 71040 [details]
validation build log, for reference & complete context
Comment 3 Christian Damus CLA 2007-06-12 12:27:48 EDT
Hi, Nick.  Thanks, but I'm already working on updating my default BBs to RC3_33 in the _common.php.  I'm committing those as I test each build.
Comment 4 Nick Boldt CLA 2007-06-12 12:29:16 EDT
*** Bug 192194 has been marked as a duplicate of this bug. ***
Comment 5 Nick Boldt CLA 2007-08-01 15:09:52 EDT
Fixed a while ago as per bug 192194. Closing.
Comment 6 Nick Boldt CLA 2008-01-28 16:41:09 EST
Move to verified as per bug 206558.