hy,
i have this error with my hudson-buckminster build of my rcp product:
ERROR No suitable provider for component com.my.app.platform:eclipse.feature was found in resourceMap file:/home/hudson/jobs/MyApp/workspace/arch/x86/os/macosx/ws/cocoa/com.my.app.create/resources.rmap
ERROR No suitable provider for component com.my.app.platform:eclipse.feature was found in searchPath resources
ERROR Resolution attempt ended with exception: Provider local(file:////home/hudson/jobs/MyApp/workspace/arch/x86/os/macosx/ws/cocoa/com.my.app.platform/): Missing CSpec source required by component type eclipse.feature
ERROR Provider local(file:////home/hudson/jobs/MyApp/workspace/arch/x86/os/macosx/ws/cocoa/com.my.app.platform/): Missing CSpec source required by component type eclipse.feature
resources.rmap
<?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="local"
componentTypes="osgi.bundle,eclipse.feature,buckminster"
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" failOnError="false" />
</rmap>
site.cquery
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="resources.rmap">
<cq:rootRequest name="MyApp.product-feature" componentType="eclipse.feature"/>
</cq:componentQuery>
MyApp.product-feature
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="MyApp.product-feature"
label="Basic MyApp Platform"
version="1.0.0.qualifier"
provider-name="MyApp">
<includes
id="com.my.app.platform"
version="0.0.0"/>
<includes
id="com.my.app.prerequisites"
version="0.0.0"/>
</feature>
com.my.app.platform -> feature include my app-plugins
com.my.app.prerequisites -> feature include my prerequisites (org.eclipse.rcp ....)
plugins and features exist in the hudson workspace
what is wrong??
EDIT:
i give buckminster in hudson a target platform.
buckminster command:
import ${WORKSPACE}/com.my.app.create/site.cquery
perform MyApp.product-feature#create.product.zip
[Updated on: Tue, 17 November 2009 10:49]
Report message to a moderator