On Mon, 23 Jul 2001, Scott Goldstein <[EMAIL PROTECTED]> wrote:

> Is there any way to configure the javac task to print these messages
> or do I have to edit the source for the task?

There is no easy way, no.  Hacking the source for the <javac> task
should not be the first option, though.  I'd recommend writing a
custom BuildListener that logs all messages if the target of the build
event is a javac task - or something similar.

Stefan

Reply via email to