b3.rmap: 2 Problems and question about b3.releng: is b3 already selfhosting ? [message #533025] |
Tue, 11 May 2010 22:47  |
Eclipse User |
|
|
|
Hi,
question: how is b3 itself built ? with b3 (selfhosting) or with
buckminsters. ? I read
http://wiki.eclipse.org/Eclipse_b3/contributing/Setting_Up_D evelopment_Environment
but could not find the answer there.
Background of the question is the org.eclipse.b3.releng project which
contains a buckminter project.
But there the b3.rmap file has two problems:
1. it can not be opened in the ecore editor.
error msg is: Unresolved reference 'buckminster'
2. if i run the resolver on the b3.cquery file i get
ERROR [0002] : No suitable provider for component
org.eclipse.rcp:eclipse.feature was found in resourceMap
file:/W:/B3_Source/org.eclipse.b3.releng/b3.rmap
[0002] : No suitable provider for component
org.eclipse.rcp:eclipse.feature was found in searchPath platform
ERROR [0002] : No suitable provider for component
org.eclipse.rcp:eclipse.feature was found in searchPath modeling
ERROR [0002] : Rejecting provider
p2({0}/modeling/emf/updates/milestones[http://download.eclipse.org/modeling/emf/updates/milestones]):
No component match was found
[0002] : No suitable provider for component
org.eclipse.rcp:eclipse.feature was found in searchPath simultanious.release
Errors and Warnings
E [0002] : No suitable provider for component
org.eclipse.rcp:eclipse.feature was found in resourceMap
file:/W:/B3_Source/org.eclipse.b3.releng/b3.rmap
E [0002] : No suitable provider for component
org.eclipse.rcp:eclipse.feature was found in searchPath modeling
E [0002] : Rejecting provider
p2({0}/modeling/emf/updates/milestones[http://download.eclipse.org/modeling/emf/updates/milestones]):
No component match was found
TAG-ID 0002 = Query for org.eclipse.b3.releng:buckminster, path:
org.eclipse.b3.releng:buckminster$0.1.0.qualifier
thanks,
Berni.
|
|
|
Re: b3.rmap: 2 Problems and question about b3.releng: is b3 already selfhosting ? [message #533057 is a reply to message #533025] |
Wed, 12 May 2010 06:48   |
Eclipse User |
|
|
|
Hi Bernhard,
b3 is currently built with Buckminster. It assumes that you have a property 'build.type' set.
Try building using:
build.type=I
HTH,
Thomas Hallgren
On 05/12/2010 12:47 AM, Bernhard Merkle wrote:
> Hi,
>
> question: how is b3 itself built ? with b3 (selfhosting) or with
> buckminsters. ? I read
> http://wiki.eclipse.org/Eclipse_b3/contributing/Setting_Up_D evelopment_Environment
> but could not find the answer there.
>
> Background of the question is the org.eclipse.b3.releng project which
> contains a buckminter project.
>
> But there the b3.rmap file has two problems:
> 1. it can not be opened in the ecore editor.
> error msg is: Unresolved reference 'buckminster'
> 2. if i run the resolver on the b3.cquery file i get
> ERROR [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in resourceMap
> file:/W:/B3_Source/org.eclipse.b3.releng/b3.rmap
> [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath platform
> ERROR [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath modeling
> ERROR [0002] : Rejecting provider
> p2({0}/modeling/emf/updates/milestones[http://download.eclipse.org/modeling/emf/updates/milestones]):
> No component match was found
> [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath
> simultanious.release
> Errors and Warnings
> E [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in resourceMap
> file:/W:/B3_Source/org.eclipse.b3.releng/b3.rmap
> E [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath modeling
> E [0002] : Rejecting provider
> p2({0}/modeling/emf/updates/milestones[http://download.eclipse.org/modeling/emf/updates/milestones]):
> No component match was found
> TAG-ID 0002 = Query for org.eclipse.b3.releng:buckminster, path:
> org.eclipse.b3.releng:buckminster$0.1.0.qualifier
>
>
> thanks,
> Berni.
|
|
|
|
Re: b3.rmap: 2 Problems and question about b3.releng: is b3 already selfhosting ? [message #533059 is a reply to message #533058] |
Wed, 12 May 2010 07:05   |
Eclipse User |
|
|
|
On 12.05.2010 08:50, Thomas Hallgren wrote:
> I just updated b3.rmap and added a default setting for build.type. The
> default is 'I'.
thanks this fixed number 2 of the problem.
but number 1 is still there. Is that a ecore problem ?
1. it can not be opened in the ecore editor.
error msg is: Unresolved reference 'buckminster'
If i try to open b3.rmap in the "Resource Map Editor" it get the
following exception:
org.eclipse.emf.ecore.xmi.UnresolvedReferenceException: Unresolved
reference 'buckminster'.
(platform:/resource/org.eclipse.b3.releng/b3.rmap, 4, 79)
at
org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleForwardRefer ences(XMLHandler.java:1154)
at
org.eclipse.emf.ecore.xmi.impl.XMLHandler.endDocument(XMLHan dler.java:1228)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser .endDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U nknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser .parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSA XParser.parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl. java:181)
|
|
|
|
|
Re: b3.rmap: 2 Problems and question about b3.releng: is b3 already selfhosting ? [message #606978 is a reply to message #533025] |
Wed, 12 May 2010 06:48  |
Eclipse User |
|
|
|
Hi Bernhard,
b3 is currently built with Buckminster. It assumes that you have a property 'build.type' set.
Try building using:
build.type=I
HTH,
Thomas Hallgren
On 05/12/2010 12:47 AM, Bernhard Merkle wrote:
> Hi,
>
> question: how is b3 itself built ? with b3 (selfhosting) or with
> buckminsters. ? I read
> http://wiki.eclipse.org/Eclipse_b3/contributing/Setting_Up_D evelopment_Environment
> but could not find the answer there.
>
> Background of the question is the org.eclipse.b3.releng project which
> contains a buckminter project.
>
> But there the b3.rmap file has two problems:
> 1. it can not be opened in the ecore editor.
> error msg is: Unresolved reference 'buckminster'
> 2. if i run the resolver on the b3.cquery file i get
> ERROR [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in resourceMap
> file:/W:/B3_Source/org.eclipse.b3.releng/b3.rmap
> [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath platform
> ERROR [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath modeling
> ERROR [0002] : Rejecting provider
> p2({0}/modeling/emf/updates/milestones[http://download.eclipse.org/modeling/emf/updates/milestones]):
> No component match was found
> [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath
> simultanious.release
> Errors and Warnings
> E [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in resourceMap
> file:/W:/B3_Source/org.eclipse.b3.releng/b3.rmap
> E [0002] : No suitable provider for component
> org.eclipse.rcp:eclipse.feature was found in searchPath modeling
> E [0002] : Rejecting provider
> p2({0}/modeling/emf/updates/milestones[http://download.eclipse.org/modeling/emf/updates/milestones]):
> No component match was found
> TAG-ID 0002 = Query for org.eclipse.b3.releng:buckminster, path:
> org.eclipse.b3.releng:buckminster$0.1.0.qualifier
>
>
> thanks,
> Berni.
|
|
|
|
Re: b3.rmap: 2 Problems and question about b3.releng: is b3 already selfhosting ? [message #606981 is a reply to message #533058] |
Wed, 12 May 2010 07:05  |
Eclipse User |
|
|
|
On 12.05.2010 08:50, Thomas Hallgren wrote:
> I just updated b3.rmap and added a default setting for build.type. The
> default is 'I'.
thanks this fixed number 2 of the problem.
but number 1 is still there. Is that a ecore problem ?
1. it can not be opened in the ecore editor.
error msg is: Unresolved reference 'buckminster'
If i try to open b3.rmap in the "Resource Map Editor" it get the
following exception:
org.eclipse.emf.ecore.xmi.UnresolvedReferenceException: Unresolved
reference 'buckminster'.
(platform:/resource/org.eclipse.b3.releng/b3.rmap, 4, 79)
at
org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleForwardRefer ences(XMLHandler.java:1154)
at
org.eclipse.emf.ecore.xmi.impl.XMLHandler.endDocument(XMLHan dler.java:1228)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser .endDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentS cannerImpl.scanDocument(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuratio n.parse(Unknown
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(U nknown
Source)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser .parse(Unknown
Source)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSA XParser.parse(Unknown
Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl. java:181)
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04009 seconds