RE: Question on tags for logging

2005-10-06 Thread Weaver, Jonathan
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 8:04 PM To: Maven Users List Subject: Re: Question on tags for logging These tags should go to the normal output, and are controlled by Maven's log4j.properties. debug is only shown with -X info is suppressed with -q Did you include

RE: Question on tags for logging

2005-10-06 Thread Weaver, Jonathan
(org.apache.tools.ant.taskdefs.optional.javacc.JJTree) for type jjtree -Original Message- From: Weaver, Jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 4:47 PM To: Maven Users List Subject: RE: Question on tags for logging My dependency is shown below. Is this the right version

Re: Question on tags for logging

2005-10-06 Thread Lukas Theussl
Weaver, Jonathan wrote: In the debug I get a lot of Could not load class ... lines like those below. Is this an issue I should be trying to resolve? The plugin seems to work correctly... I have reported that once already: http://marc.theaimsgroup.com/?t=11238891031r=1w=2 I still

RE: Question on tags for logging

2005-10-06 Thread Weaver, Jonathan
Thanks. -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 5:19 PM To: Maven Users List Subject: Re: Question on tags for logging Weaver, Jonathan wrote: In the debug I get a lot of Could not load class ... lines like those below

Question on tags for logging

2005-10-05 Thread Weaver, Jonathan
I am creating a plugin and using log:debug and log:info, etc. to get output on the console or in a log file. But I have not been able to find out how to configure maven to output the log messages anywhere. I added a log4j.properties to my user profile folder. I added the

Re: Question on tags for logging

2005-10-05 Thread Brett Porter
These tags should go to the normal output, and are controlled by Maven's log4j.properties. debug is only shown with -X info is suppressed with -q Did you include a dependency on comons-jelly-tags-logging? - Brett On 10/6/05, Weaver, Jonathan [EMAIL PROTECTED] wrote: I am creating a plugin