Re: [m1] howto log to console from java plugin

2006-01-26 Thread Stephane Nicoll
Ah ah, nice! Sine I have not much time tonight, this is good news :) Cheers, Stéphane On 1/26/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi Stéphane, > > Stephane Nicoll wrote on Thursday, January 26, 2006 9:50 AM: > > > Well, rebuild the eclipse plugin and use it :) > > > > Sorry, I had no t

RE: [m1] howto log to console from java plugin

2006-01-26 Thread Jörg Schaible
Hi Stéphane, Stephane Nicoll wrote on Thursday, January 26, 2006 9:50 AM: > Well, rebuild the eclipse plugin and use it :) > > Sorry, I had no time yesterday to look more into it. I'll check today. Finally solved my problem. I had no output, since the default Log4j configuration sets the level

Re: [m1] howto log to console from java plugin

2006-01-26 Thread Stephane Nicoll
Well, rebuild the eclipse plugin and use it :) Sorry, I had no time yesterday to look more into it. I'll check today. Thanks, Stéphane On 1/26/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi Stéphane, > > Stephane Nicoll wrote on Wednesday, January 25, 2006 4:44 PM: > > > Weird, honestly, I mu

RE: [m1] howto log to console from java plugin

2006-01-26 Thread Jörg Schaible
Hi Stéphane, Stephane Nicoll wrote on Wednesday, January 25, 2006 4:44 PM: > Weird, honestly, I must be missing something. If you build the eclipse > plugin locally, you should have info/warn output when using it, see > the code: > > http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk

Re: [m1] howto log to console from java plugin

2006-01-25 Thread Stephane Nicoll
Weird, honestly, I must be missing something. If you build the eclipse plugin locally, you should have info/warn output when using it, see the code: http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/eclipse/src/main/org/apache/maven/plugin/eclipse/JavaSourcesDownloader.java?rev=369028&

RE: [m1] howto log to console from java plugin

2006-01-25 Thread Jörg Schaible
Hi Stephane, Stephane Nicoll wrote on Tuesday, January 24, 2006 3:31 PM: > Works for me, logging level should be at least info > > Show your code please Initialization from plugin.jelly: = %< = %< Snippets from the J

Re: [m1] howto log to console from java plugin

2006-01-24 Thread Stephane Nicoll
Works for me, logging level should be at least info Show your code please On 1/24/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Stephane Nicoll wrote on Tuesday, January 24, 2006 2:29 PM: > > > On 1/24/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > >> Hello folks, > >> > >> how can I log to the

RE: [m1] howto log to console from java plugin

2006-01-24 Thread Jörg Schaible
Stephane Nicoll wrote on Tuesday, January 24, 2006 2:29 PM: > On 1/24/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: >> Hello folks, >> >> how can I log to the console in M1 from a plugin's Java >> code? Just printing to System.out does not work correctly, >> since the other output from Maven or th

Re: [m1] howto log to console from java plugin

2006-01-24 Thread Stephane Nicoll
you need to use commons-logging ; Check existing plugin for an example. Cheers, Stéphane On 1/24/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hello folks, > > how can I log to the console in M1 from a plugin's Java code? Just printing > to System.out does not work correctly, since the other ou