Re: [IDE malarkey] dealing with log4j in your IDE versus Maven

2006-03-09 Thread James Strachan
Even better! :) James On 3/9/06, Guillaume Nodet [EMAIL PROTECTED] wrote: In ServiceMix, i solved the problem by specifying another log4j configuration that is used in maven only. Just add the following lines in the project.properties maven.junit.sysproperties=log4j.configuration

Re: [IDE malarkey] dealing with log4j in your IDE versus Maven

2006-03-09 Thread Guillaume Nodet
In ServiceMix, i solved the problem by specifying another log4j configuration that is used in maven only. Just add the following lines in the project.properties maven.junit.sysproperties=log4j.configuration log4j.configuration=log4j-tests.properties and magically, maven tests will be run