Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] unit tests fail to run, command line only

Hi,

The most interesting line is `Unresolved requirement: Require-Capability: osgi.extender; filter:="(&(osgi.extender=osgi.component)(version>=1.2)(!(version>=2.0)))` . This requirement is provided by org.apache.felix.scr. Make sure your test do have it as transtitive dependency, or try adding an extraRequirement for it.

HTH

Back to the top