Re: [osgi-dev] Dep resolution fails with missing requirement controllers

2017-04-27 Thread Henrik Niehaus

Thanks Peter,

you were absolutely right. It was just another package called 
"controllers". I dind't think of that. I thought it was looking for some 
kind of capability or so, because a package named just "controllers" is 
quite unusual. Now I can continue to fight through the dependencies ;)


So, since JPM is gone, is there an easy way to setup a Maven repository 
in bndtools? Of course there is the article on bndtools.org[1], but it's 
very brief and I never understood, what exactly has to be done to get 
this working.


[1] http://bndtools.org/repositories.html#aether-maven-repositories


Am 27.04.2017 um 18:51 schrieb Peter Kriens:

It seems that it is looking for a package called ‘controllers’ and can’t find 
anyone exporting it.

Bndtools has a ‘Resolution view’. Select the JAR in the Repository view and it 
should give you the information of its requirements and capabilities. You can 
also search for packages in Bndtools, click on the flashlight in the repository 
view.

Once there was JPM of course :-( I’ve heard you can also search for packages on 
maven central.

Kind regards,

Peter Kriens


On 27 Apr 2017, at 12:11, Henrik Niehaus  wrote:

I'm trying to create a bundle, which contains a library with a lot of 
dependencies. While working through all the missing dependencies, I now got 
this error, which doesn't mean anything to me. Can someone shine some light on 
this? What does this mean and how can I find out, which dependency causes the 
problem?

Unable to resolve <> version=null:
   missing requirement de.fraunhofer.abm.projectanalyzer.hermes
->  Unable to resolve de.fraunhofer.abm.projectanalyzer.hermes 
version=0.0.9.201704270958:
   missing requirement controllers]

I also took a screenshot of the bndtools resolution dialog: 
http://i.imgur.com/Sc5TVFy.png

I'm using Eclipse Neon with bndtools 3.3.0.REL-20160922-205148-g069791c


Thanks,

Henrik

___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev



___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] Dep resolution fails with missing requirement controllers

2017-04-27 Thread Peter Kriens
It seems that it is looking for a package called ‘controllers’ and can’t find 
anyone exporting it.

Bndtools has a ‘Resolution view’. Select the JAR in the Repository view and it 
should give you the information of its requirements and capabilities. You can 
also search for packages in Bndtools, click on the flashlight in the repository 
view.

Once there was JPM of course :-( I’ve heard you can also search for packages on 
maven central.

Kind regards,

Peter Kriens

> On 27 Apr 2017, at 12:11, Henrik Niehaus  wrote:
> 
> I'm trying to create a bundle, which contains a library with a lot of 
> dependencies. While working through all the missing dependencies, I now got 
> this error, which doesn't mean anything to me. Can someone shine some light 
> on this? What does this mean and how can I find out, which dependency causes 
> the problem?
> 
> Unable to resolve <> version=null:
>   missing requirement de.fraunhofer.abm.projectanalyzer.hermes
> ->  Unable to resolve de.fraunhofer.abm.projectanalyzer.hermes 
> version=0.0.9.201704270958:
>   missing requirement controllers]
> 
> I also took a screenshot of the bndtools resolution dialog: 
> http://i.imgur.com/Sc5TVFy.png
> 
> I'm using Eclipse Neon with bndtools 3.3.0.REL-20160922-205148-g069791c
> 
> 
> Thanks,
> 
> Henrik
> 
> ___
> OSGi Developer Mail List
> osgi-dev@mail.osgi.org
> https://mail.osgi.org/mailman/listinfo/osgi-dev

___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev