Am 12.08.2012 14:42, schrieb Mohamed Nufail:

Again tried with only those dependencies and without my bundles but
still no luck. Get the same stack trace.
Do you have any other suggestions?

I've just made sure that the dependencies example in the Wiki still works for the current release. The only thing I had to change was the logback version.

I've updated

  http://team.ops4j.org/wiki/display/paxexam/Pax+Exam+Maven+Dependencies

to include a complete POM for working with the Native Container.

Please try that with an empty test like this:


package org.ops4j.pax.exam.sample.empty;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.junit.JUnit4TestRunner;

@RunWith(JUnit4TestRunner.class)
public class EmptyTest {

    @Test
    public void empty() {
    }
}


If that still doesn't work, something must be wrong with your development environment.

Run the test with "mvn test" from the shell to check if the problem is somewhere in your IDE.

Make sure that your settings.xml doesn't activate any non-standard repositories.

Best regards,
Harald



_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to