RE: Question on tags for logging

2005-10-06 Thread Weaver, Jonathan
My dependency is shown below.  Is this the right version?

dependency
groupIdcommons-jelly/groupId
artifactIdcommons-jelly-tags-log/artifactId
version1.0/version
typejar/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]



RE: Question on tags for logging

2005-10-06 Thread Weaver, Jonathan
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
groupIdcommons-jelly/groupId
artifactIdcommons-jelly-tags-log/artifactId
version1.0/version
typejar/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]



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 don't know what's causing this, some side effect of the upgrade 
to ant 1.6.5 ...


-Lukas



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



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.  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 don't know what's causing this, some side effect of the upgrade 
to ant 1.6.5 ...

-Lukas



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



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