Hi Harald,

Thank you very much.

Started from the beginning with your pom and the empty test, and it worked!!
Then checked with my test and my bundles. No problem at all.
Don't know what happened but I must've been doing something wrong.

Thanks again for your valuable help. Much appreciated.

Regards,
Nufail.

On Sun, Aug 12, 2012 at 8:21 PM, Harald Wellmann <[email protected]>wrote:

>
>
> 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<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<http://lists.ops4j.org/mailman/listinfo/general>
>



-- 

Mohamed Nufail
Undergraduate,
Department of Computer Science & Engineering,
University of Moratuwa.
Blog: http://www.nufailm.blogspot.com/
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to