Ah-ha, solved it.
I needed to move classpath entry which pointed to the folder with
log4j.properties to the very top. I think some log4j.properties from
xmpp project was picked up first instead of mine.
Vadim.
William Tam wrote:
Hi Vadim,
Make sure log4j.properties is in test\resources and
Hi Vadim,
Make sure log4j.properties is in test\resources and log4j is a test
dependency in pom (see camel-core for example) before you generate
eclipse project by mvn eclipse:eclipse.
Cheers,
William
On Sun, Jul 13, 2008 at 1:40 PM, Vadim Chekan <[EMAIL PROTECTED]> wrote:
> In Eclipse, when I l