Hi all,

I have a mavenized project where I am using the junit plugin to do testing.
My project properties are:
maven.junit.usefile=false
maven.junit.fork=true

I am using commons logging, and in my testcases, I get my output log
statements.  However, I am not getting my output log statements from the
classes that I am testing.  It seems like Maven/Junit eats those statements.
The same goes for my System.out.println() statements in my code.  In the
testcase, they show up, in the code, they don't.  I am on JDK1.3 and am
thinking I need to do something with log4j or something to get my statements
out?

Eric

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to