Hi,

There are options to enable it.

Use verbose=true and debug="on" attributes to see outputs.

For example;

<javac srcdir="${src.dir}" destdir="${build.dir}" verbose="true" debug="on">
    <classpath refid="project.classpath" />
</javac>

HTH.

Kamal Mettananda
http://lkamal.blogspot.com





On Fri, Jul 24, 2009 at 6:09 PM, Knuplesch, Juergen <
[email protected]> wrote:

> Hello,
>
> I want to see warnings of javac on the console to collect them in Hudson.
> But there are no warnings shown on the console, but Eclipse shows a lot of
> warnings.
>
> How can I make them visible?
>
> Greetings Juergen
>
> --
> Jürgen Knuplesch                    www.icongmbh.de
> icon Systemhaus GmbH                Tel. +49 711 806098-275
> Sophienstraße 40
> D-70178 Stuttgart                   Fax. +49 711 806098-299
>
> Geschäftsführer: Uwe Seltmann
> HRB Stuttgart 17655
> USt-IdNr.: DE 811944121
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to