Problem with rmap file? [message #657772] |
Thu, 03 March 2011 18:49  |
Eclipse User |
|
|
|
Ok I think I've just about got things going with hudson..er.. jenkins and buckminster. When I try to run my build now I get:
ERROR [0002] : No suitable provider for component org.myproduct.feature:eclipse.feature was found in resourceMap file:/var/lib/jenkins/jobs/MyProduct/workspace/org.myproduct .site/site.rmap
ERROR [0002] : No suitable provider for component org.myproduct.feature:eclipse.feature was found in searchPath resources
ERROR [0002] : Resolution attempt ended with exception: CSpec org.myproduct.feature has no action, group, or local artifact named buckminster.clean
ERROR CSpec org.myproduct.feature has no action, group, or local artifact named buckminster.clean
If I change the readerType from local to url I get:
ERROR [0001] : No suitable provider for component org.myproduct.site:eclipse.feature was found in resourceMap file:/var/lib/jenkins/jobs/MyProduct/workspace/org.myproduct .site/site.rmap
ERROR [0001] : No suitable provider for component org.myproduct.site:eclipse.feature was found in searchPath resources
ERROR [0001] : Resolution attempt ended with exception: Provider url( file:////var/lib/jenkins/jobs/MyProduct/workspace/org.myprod uct.site/): Missing CSpec source required by component type eclipse.feature
ERROR Provider url( file:////var/lib/jenkins/jobs/MyProduct/workspace/org.myprod uct.site/): Missing CSpec source required by component type eclipse.feature
Here is my rmap file:
<?xml version="1.0" encoding="UTF-8"?>
<rmap
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
xmlns:pp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0">
<searchPath name="resources">
<provider readerType="url" componentTypes="osgi.bundle,eclipse.feature"
mutable="true" source="true">
<uri format="file:///{0}/{1}/">
<bc:propertyRef key="workspace.root" />
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>
<locator searchPathRef="resources"/>
</rmap>
I know these errors can be misleading, does anyone have any clue what could be going on here?
|
|
|
|
|
|
|
|
Re: Problem with rmap file? [message #657906 is a reply to message #657772] |
Fri, 04 March 2011 09:59  |
Eclipse User |
|
|
|
Ok, this problem turned out to be there were two .product files in that feature which caused a problem. I didn't think it would since the file names are different and one has no id or name, but it did. Removed it and got a lot further. thanks guys.
|
|
|
Powered by
FUDForum. Page generated in 0.04968 seconds