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 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 link my test camel project with camel-xmpp *project*
instead of jar from 1.4 snapshot, I do not have any console output. The
program works just fine, just no trace info in the console window.
Any clue why it happen?
Vadim.