Skip to main content



      Home
Home » Archived » Buckminster » Resolving org.swtchart(swtchart can be downloaded in a zip file but buckminster doesnot recognize it)
Resolving org.swtchart [message #908443] Wed, 05 September 2012 07:59 Go to next message
Eclipse UserFriend
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=&amp;ts=1346843309&amp;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
Re: Resolving org.swtchart [message #908507 is a reply to message #908443] Wed, 05 September 2012 09:48 Go to previous messageGo to next message
Eclipse UserFriend
The reason it looks for an OSGi bundle is most likely that some other component has an OSGi dependency to org.swtchart.
When you say 'I wanted to have only the jar'. Where and how did you express that?

- thomas

On 2012-09-05 13:59, David Casas wrote:
> 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
Re: Resolving org.swtchart [message #908558 is a reply to message #908507] Wed, 05 September 2012 11:03 Go to previous message
Eclipse UserFriend
Well I introduced an advisor node into de cquery with a pattern name and the component type, is it not enough to do that?

I have made it work with the swtchart svn, but I am still having problems in generating the product... I am a beginner and I am a bit lost Sad
Previous Topic:slf4j.api not found
Next Topic:import org.tmatesoft.svn.core.wc cannot be resolved
Goto Forum:
  


Current Time: Wed Jul 23 18:24:39 EDT 2025

Powered by FUDForum. Page generated in 0.03073 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top