Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:59 Go to next message
David Casas is currently offline David CasasFriend
Messages: 58
Registered: November 2011
Location: Barcelona
Member

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 13:48 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
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 15:03 Go to previous message
David Casas is currently offline David CasasFriend
Messages: 58
Registered: November 2011
Location: Barcelona
Member

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: Thu Apr 18 20:53:23 GMT 2024

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

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

Back to the top