Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] org.eclipse.rcp.configuration not building

root.*.folder.* notation is not supported by tycho [1]

use root.* instead

Jan

[1] http://wiki.eclipse.org/Tycho/Demo_Projects/RCP_Application 

From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of Thanh Ha
Sent: Freitag, 8. Juni 2012 16:27
To: Common-build Developers discussion
Subject: [cbi-dev] org.eclipse.rcp.configuration not building

Hi Everyone,

I'm working on understanding what's causing the IU comparison between CBI and Upstream are different (Bug 377190) and discovered that the CBI build comments out the feature org.eclipse.rcp.configuration in the sdk product. I thought I'd uncomment that and try to build it since there were existing poms for that in the TMP directory. Unfortunately I ran into the following error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-plugin:0.14.1:p2-metadata (default-p2-metadata) on project org.eclipse.rcp.configuration: Execution default-p2-metadata of goal org.eclipse.tycho:tycho-p2-plugin:0.14.1:p2-metadata failed: root.macosx.cocoa.x86.folder.Eclipse.app/Contents/MacOS has too many segments -> [Help 1]

I guess this may be the reason this feature is commented out. I was wondering what is causing this issue and is this something we can fix in the CBI build?


Other items that are missing in the CBI build seems to be some source bundles and *.doc.isv bundles.

org.eclipse.cvs.source
org.eclipse.jdt.doc.isv
org.eclipse.jdt.source
org.eclipse.pde.source
org.eclipse.platform.doc.isv

The *.doc.isv bundles are being built by CBI so I'm not sure why they are not being pulled in. 

The org.eclipse.cvs.source is also being built as a source-feature so I'm not sure why this isn't being pulled in either.

org.eclipse.jdt.source and org.eclipse.pde.source however are not being built by CBI as far as I can tell.


Thanh






Back to the top