> -----Original Message-----
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 28, 2004 2:12 PM
> To: Maven Developers List; [EMAIL PROTECTED]
> Subject: Re: cvs commit:
> maven-components/maven-core/src/main/java/org/apache/maven
> DefaultMavenCore.java
> 
> 
> Yes for the moment, I think we don't have a log strategy. Jason?
> 
> Emmanuel
> 
> ----- Original Message ----- 
> From: "Brett Porter" <[EMAIL PROTECTED]>
> > Are we really still using System.out in the new code? I 
> thought there
> > would be some monitors for this.

I think we don't have yet the global strategy. This is something which we
must think of but 
is not really needed to have working version of m2 alpha1. And this is what
we are slowly but surly approaching. 


For plexus components we can use Plexus logging mechanism and/or Monitors. 
What might be difficult to deal with are Mojos (Maven Pojos)
They are supposed to be really simple classes which are independent of
Plexus or Maven
and have (almost) no external dependencies. 
It will be bad to bind them to some logging framework or some API which
defines contract for Monitors, but I don't see other way 
at the moment except AOP :( 


Michal

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

Reply via email to