Turns out PaxExam installs not the bundle that is currently being built but
the latest version stored in the local maven repo. This happens because my
test code lives in the same maven project as my bundle code. So to test the
bundle I must install it to the repo. But to install it to the repo it must
pass the tests. Can't lift myself by the hair :)

I can either try to install the bundle from the local "target" directory or
I can move the test code to another project.

A related question is how do I pass the value of  "${basedir}" from maven to
my test code?

On Sun, Dec 27, 2009 at 12:52 PM, Todor Boev <[email protected]> wrote:

> Hi,
> I was wondering if Pax Exam does something with System.out. I notice that
> System.out.println() statements in the JUnit test code are printed on the
> console but statements in the production code are not. I can't find the
> dumps in
> the test case reports either.
>
> Cheers,
> Todor
>



-- 
Go on! Destroy the fabric of the universe! See if I care!
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to