absolutely put in a jira and your patch and we will look at it
On Thu, Apr 22, 2010 at 10:53 AM, Marco Speranza <[email protected]> wrote: > Hi all, I'm working to develop a little maven plugin that integrates ibatis > migrate API with the maven build life cycle. Now I have to integrate the > system.out information that migrate writes to screen, with the standard > maven log and my problem is this: migrate uses a PrintStream instance to > write the information via System.out, but the field is static and final .. > so I can't set my printer stream instance that sends migrate's output to the > standard maven logger. My question is this: is possible to patch migrate by > adding a "set" method and remove the "final" modifier? If my little idea is > ok for you I can send a patch to JIRA tnx in advice > -- > Marco Speranza <[email protected]> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
