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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to