Toni, I finally got to where I spend a few minutes on this, so here is what I did and here is what happened.
1. I wasn't familiar with the test cases that I referenced in https://github.com/ops4j/org.ops4j.pax.exam2/blob/master/it-regression/regression-native-felix/src/test/java/com/okidokiteam/exxam/regression/felix/plumbing/BareAPITest.java so instead I just tried running existing pax exam tests that already worked. Is this correct or is the api different? 2. That didn't work anyway, because I used this in the pom per your comment "Nevertheless this M1 release is available as "2.0.0-M1" on Maven Central." did I understand this properly or was I supposed to use something else? <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-default</artifactId> <version>2.0.0-M1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit</artifactId> <version>2.0.0-M1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <version>2.0.0-M1</version> <scope>test</scope> </dependency> On Mon, Nov 15, 2010 at 10:33 AM, Toni Menzel <[email protected]> wrote: > Gang, > > If you are interested into Pax Exam you might want to have a look at > this developer release: Pax Exam 2.0 M1. > > Read more here: > http://wiki.ops4j.org/display/paxexam/2010/11/15/Pax+Exam+2+Milestone+1 > > Toni > > -- > Toni Menzel || http://okidokiteam.com > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
