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 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 the Jelly code is not > >> gonna get synchronized with these prints: > > [snip] > > > you need to use commons-logging ; Check existing plugin for > > an example. > > Been there, done that. No, JCL does not help with standard messages to the > console. And I don't intend to run maven always with -X to see the output ;-) > > - Jörg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- .::You're welcome ::. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
