Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 254597 - New UI project org.eclipse.ui.cocoa
Summary: New UI project org.eclipse.ui.cocoa
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.4   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Kim Moir CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 09:47 EST by Kim Horne CLA
Modified: 2008-11-10 17:26 EST (History)
2 users (show)

See Also:


Attachments
patch (842 bytes, text/plain)
2008-11-07 11:54 EST, Kim Moir CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Horne CLA 2008-11-07 09:47:25 EST
The above bundle has been added to the repository and will be added to the map file shortly.  It should be included in the experimental cocoa drop.  Is there anything else we need to do to ensure that this happens?
Comment 1 Kim Moir CLA 2008-11-07 11:54:31 EST
Created attachment 117336 [details]
patch

I also need to add it to the rcp feature, and usually I run a test build to make sure everything is okay.  I'll do that this afternoon.
Comment 2 Kim Moir CLA 2008-11-07 17:00:00 EST
Build failed with this message

Build N20081107-1504 (Timestamp: 200811071504):  The following error occurred while executing this line:
/builds/N200811071504/org.eclipse.releng.eclipsebuilder/buildAll.xml:152: The following error occurred while executing this line:
/builds/N200811071504/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.N20081105-2000/scripts/build.xml:64: The following error occurred while executing this line:
/builds/N200811071504/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/customTargets.xml:13: The following error occurred while executing this line:
/builds/N200811071504/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.N20081105-2000/scripts/genericTargets.xml:94: Bundle org.eclipse.ui.cocoa_0.0.0 failed to resolve.:
		 Host plug-in org.eclipse.ui_[3.5.0.qualifier,4.0.0) has not been found.

Currently the org.eclipse.ui.cocoa bundle states this in the manifest

Fragment-Host: org.eclipse.ui;bundle-version="[3.5.0.qualifier,4.0.0)"

I think it should look like this

Fragment-Host: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)"

I've reverted the change to the rcp feature for tonight.
Comment 3 Kim Horne CLA 2008-11-10 10:56:34 EST
(In reply to comment #2)
> 
> Currently the org.eclipse.ui.cocoa bundle states this in the manifest
> 
> Fragment-Host: org.eclipse.ui;bundle-version="[3.5.0.qualifier,4.0.0)"
> 
> I think it should look like this
> 
> Fragment-Host: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)"
> 
> I've reverted the change to the rcp feature for tonight.
> 

I've fixed the Cocoa fragment in HEAD
Comment 4 Kim Moir CLA 2008-11-10 17:05:25 EST
Thanks, I've update the feature for the next build.
Comment 5 Kim Moir CLA 2008-11-10 17:26:09 EST
and released it for the I-build.