I am now getting the debug output.

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...


[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.PropertyFile) for type
propertyfile
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.clearcase.CCMkdir) for type
ccmkdir
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.dotnet.ImportTypelib) for type
importtypelib
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKIN) for type
vsscheckin
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.perforce.P4Reopen) for type
p4reopen
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.image.Image) for type image
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.dotnet.CSharp) for type csc
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.ssh.SSHExec) for type sshexec
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.ejb.WLRun) for type wlrun
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.perforce.P4Label) for type
p4label
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.perforce.P4Revert) for type
p4revert
[DEBUG] Could not load class
(org.apache.tools.ant.taskdefs.optional.ReplaceRegExp) for type
replaceregexp
[DEBUG] Could not load class
(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?

        <dependency>
            <groupId>commons-jelly</groupId>
            <artifactId>commons-jelly-tags-log</artifactId>
            <version>1.0</version>
            <type>jar</type>
        </dependency>

-----Original Message-----
From: Brett Porter [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 a dependency on comons-jelly-tags-logging?

- Brett

On 10/6/05, Weaver, Jonathan <[EMAIL PROTECTED]> wrote:
> 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 log4j.configuration property to my project properties.
>
>
>
> I get nothing.
>
> Any ideas?
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to