Re: Migration and maven plugin

2010-04-22 Thread Marco Speranza
Done.. https://issues.apache.org/jira/browse/IBATIS-783 tnx a lot :-) 2010/4/22 Nathan Maves > 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 > wrote: > > Hi all, I'm working to develop a little maven plugin that inte

Re: Migration and maven plugin

2010-04-22 Thread Nathan Maves
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 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 informati

Migration and maven plugin

2010-04-22 Thread Marco Speranza
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