How to enable logging of plugin execution

2008-06-09 Thread Jon Seymour
I am trying to enable log4j output in order to capture diagnostics from the execution of a Maven plugin. The execution environment is Maven 2.0.7, running under cygwin. I do the following: export MAVEN_OPTS=-Dlog4j.configuration='c:\temp\log4j.properties' mvn clean install However, I

RE: How to enable logging of plugin execution

2008-06-09 Thread Bernhard David
. Yours, David Bernhard -Original Message- From: Jon Seymour [mailto:[EMAIL PROTECTED] Sent: 09 June 2008 03:30 To: users@maven.apache.org Subject: How to enable logging of plugin execution I am trying to enable log4j output in order to capture diagnostics from the execution of a Maven

Re: How to enable logging of plugin execution

2008-06-08 Thread Jon Seymour
Ah, debugging it revealed the issue - I needed to specify the log4j.configuration as a URL, not a simple file name: e.g. -Dlog4j.configuration=file:///c:/temp/log4j.properties jon. - To unsubscribe, e-mail: [EMAIL PROTECTED]