Re: [Pax-exam] Import package with attributes

2017-01-01 Thread Henri Tremblay
googlegroups.com> wrote: > >> Hi, >> >> I'm not sure if wrap and link do work in combination. >> It does work nicely though with maven bundles, so if you give a maven >> coordinate instead of a link, that should work well. >> I fear with link, which

Re: [Pax-exam] Import package with attributes

2016-12-28 Thread Henri Tremblay
"org.easymock.internal.matchers;poweruser=true") ); } But get "java.lang.IllegalStateException: Unknown protocol: wrap" Any idea? On Wednesday, December 28, 2016 at 9:59:19 AM UTC-5, Henri Tremblay wrote: > > Thanks. I will try to wrap everything. >

Re: [Pax-exam] Import package with attributes

2016-12-28 Thread Henri Tremblay
m/ops4j/org.ops4j.pax.tipi/blob/master/junit-4.12/pom.xml > > 2016-12-28 4:55 GMT+01:00 Henri Tremblay <henri.t...@gmail.com > >: > >> Thanks. I was pretty much there but I can't wrappedBundle(junitBundles()) >> >> So I guess I need to wrap one of

Re: [Pax-exam] Import package with attributes

2016-12-27 Thread Henri Tremblay
j1.jira.com/wiki/display/PAXEXAM4/Configuration+Options#ConfigurationOptions-junitBundles > > 2016-12-27 22:34 GMT+01:00 Henri Tremblay <henri.t...@gmail.com > >: > >> Hi, >> >> I've been fighting for a bunch of hours now so I hope someone can help me. >> >> I'

[Pax-exam] Import package with attributes

2016-12-27 Thread Henri Tremblay
Hi, I've been fighting for a bunch of hours now so I hope someone can help me. I've trying to test EasyMock OSGi configuration with Pax-Exam. Everything works fine except one thing. I need to export a conditional package from the JUnit bundle. With an attribute. Normally I would import like