Resolving org.swtchart [message #908443] |
Wed, 05 September 2012 07:59  |
Eclipse User |
|
|
|
Hi guys,
I'm trying to resolve all my feature dependencies with buckminster to be able to create a product automatically. The problem is that I am using swtchart as a chart library, but when buckminster tries to resolve the url of the zipped file it says:
Missing CSpec source required by component type osgi.bundle .
My rmap file has this lines:
<rm:locator pattern="^org\.swtchart(\..+)?"
searchPathRef="org.swtchart" failOnError="true" />
<rm:searchPath name="org.swtchart">
<rm:provider readerType="url.zipped"
componentTypes="jar,osgi.bundle"
mutable="false"
source="false">
<rm:uri
format="http://downloads.sourceforge.net/project/swt-chart/SWTChart/0.8.0/org.swtchart_0.8.0.zip?r=&ts=1346843309&use_mirror=freefr">
</rm:uri>
</rm:provider>
</rm:searchPath>
I wanted to have only the jar component type, but when it resolves it, it says that looks for an osgi.bundle. is there any way to change that?
Thanks in advance
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04167 seconds