« Return to Thread: Showv stopper issue with clearAntLib

Re: Showv stopper issue with clearAntLib

by Steve Loughran :: Rate this Message:

Reply to Author | View in Thread

Laurent Morissette wrote:
> Hi everyone
> I have an issue regarding clearantlib
> I try to get a stream baselin with a custom task defined as follow

>
> Where I struggle is that system ou are not shown in console (So no logging
> possible)

Ant does tricks to capture the log, you shouldnt print to it. Notice how
every ant task in An't own codebase uses the log() method:

         log("we are here", Project.MSG_VERBOSE);


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Showv stopper issue with clearAntLib